From: Reda Lazri Date: Sat, 15 Nov 2014 15:27:59 +0000 (+0100) Subject: Added comparisons; broken header, again. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c8033ceb5bbe5964ff5e25d63df7cc9d3bbbdea6;p=fsf-giving-guide.git Added comparisons; broken header, again. --- diff --git a/givingguide.html b/givingguide.html index d54eb2c..f7aea8c 100755 --- a/givingguide.html +++ b/givingguide.html @@ -131,75 +131,148 @@ -
-
-

Operating System: Give the gift of free, flexible, and ethical computing

- + +
+

Operating System: Give the gift of free, flexible, and ethical computing

+ +
+
+ Windows + Linux +
+ +

Fedora

+
    +
  • Completely free operating system: transparent and modifiable
  • +
  • Break the cycle of forced upgrades and planned obsolescence
  • +
  • Comes with all the software you need and an easy software manager to find more.
  • +
+ +
+ + download + +
+ +
+ +
+
+ bad + Windows +
+ +

Windows

+
    +
  • Proprietary software that profits from controlling how you use your computer
  • +
  • Invades privacy and exposes personal data to Microsoft, the NSA, and other malicious attackers
  • +
  • Dependent on mandatory upgrades and devices that don't support older versions of Windows
  • +
+ +
+ + avoid + +
+
+
+ + +
+ +
+

Operating System: Give the gift of free, flexible, and ethical computing

+ +
+
+ Windows + Linux +
+ +

Fedora

+
    +
  • Completely free operating system: transparent and modifiable
  • +
  • Break the cycle of forced upgrades and planned obsolescence
  • +
  • Comes with all the software you need and an easy software manager to find more.
  • +
+ +
+ + download + +
+ +
+ +
+
+ bad + Windows +
+ +

Windows

+
    +
  • Proprietary software that profits from controlling how you use your computer
  • +
  • Invades privacy and exposes personal data to Microsoft, the NSA, and other malicious attackers
  • +
  • Dependent on mandatory upgrades and devices that don't support older versions of Windows
  • +
+ +
+ + avoid + +
+
+
-
- Windows -

Windows

-
    -
  • Proprietary software that profits from controlling how you use your computer
  • -
  • Invades privacy and exposes personal data to Microsoft, the NSA, and other malicious attackers
  • -
  • Dependent on mandatory upgrades and devices that don't support older versions of Windows
  • -
-
-
--> - - - - diff --git a/images/avoid.png b/images/avoid.png new file mode 100644 index 0000000..3c69c6f Binary files /dev/null and b/images/avoid.png differ diff --git a/images/bad.png b/images/bad.png new file mode 100644 index 0000000..883ad38 Binary files /dev/null and b/images/bad.png differ diff --git a/images/download.png b/images/download.png new file mode 100644 index 0000000..bdc2f74 Binary files /dev/null and b/images/download.png differ diff --git a/images/good.png b/images/good.png new file mode 100644 index 0000000..451c817 Binary files /dev/null and b/images/good.png differ diff --git a/images/join.png b/images/join.png index 9eb26a4..f5a5996 100644 Binary files a/images/join.png and b/images/join.png differ diff --git a/images/linux.png b/images/linux.png index b6cd96e..1312a6b 100644 Binary files a/images/linux.png and b/images/linux.png differ diff --git a/stylesheet.css b/stylesheet.css index 98e7467..76a9373 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -64,13 +64,17 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .header { background-image: url("images/banner.png"); - background-color: #2CAF8F; +/* background-color: #2CAF8F; */ background-repeat: no-repeat; height: 710px; - background-size: 800px; - background-position: center; + background-size: 550px; + background-position: 5% 30%; } +.navbar { + background-color: #2CAF8F; + height: 64px; +} .header a { border-bottom: 0; } @@ -128,8 +132,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b color: #4B423B; } -.wrapper, -.section_wrapper { +.wrapper { width: 750px; margin: auto; } @@ -145,3 +148,64 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b margin: 1.2em auto; color: #bababa; } + +.comparisons { +} + +.section_wrapper_1, +.section_wrapper_2{ + display: block; + position: relative; +/* float: right; */ + width: 750px; + margin: auto; +} + +.section_wrapper_1 h3 { + margin-top: 3em; +} + +.buy a { + border-bottom: none; +} + +.product_img, +.product { + margin: auto; + width: 168px; +} + +.good, +.bad { + position: relative; + top: 175px; + left: 84px; + width: 60px; +} + +.buy, .avoid, +.free, .proprietary { + text-align: center; +} + +.free li, +.proprietary li { + text-align: left; +} + +.buy img, +.avoid img { + margin-top: 2em; + max-width: 151px; + height: 42px; +} + +.free { + float: left; + width: 45%; +} + +.proprietary { + float: right; + width: 45%; +}