From: Reda Lazri Date: Sun, 21 Aug 2016 17:55:54 +0000 (+0100) Subject: Fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=063c58ae1fe25f3ca5c969a2663bf90c1a427ace;p=fsf-giving-guide.git Fixes --- diff --git a/css/master.css b/css/master.css index 1896044..a74332d 100644 --- a/css/master.css +++ b/css/master.css @@ -48,15 +48,11 @@ color: white; } -/*.label-warning { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); +.alert-link { + border-bottom: 0; +} - background-color: #ffd429; -}*/ /*Typography*/ - -/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 20, 2016 */ @font-face { font-family: "Open Sans Bold"; font-weight: bold; @@ -109,26 +105,26 @@ h1 { color: #2caf8f; - font-family: "Signika Bold"; - font-size: 25px; + font-family: "Signika Light"; + font-size: 35px; } h2 { - color: #2caf8f; + color: #4B423B; font-family: "Signika Light"; - font-size: 24px; + font-size: 28px; } h3 { color: #333; font-family: "Signika Regular"; - font-size: 22px; + font-size: 25px; } h4 { - padding-top: 20px; + padding-top: 23px; color: #9b9b9b; @@ -142,30 +138,42 @@ h5 { color: #4a4a4a; font-family: "Signika Regular"; - font-size: 19px; + font-size: 20px; line-height: 20px; } +li, p { + margin-bottom: 10px; + list-style: outside; - color: #333; + color: #1c1c1c; font-family: "Open Sans"; - font-size: 18px; + font-size: 17px; line-height: 30px; } li { margin-bottom: 20px; - font-size: 17px; + list-style-type: disc; } a { + transition: 0.3s all ease; + text-decoration: none; + color: #2caf8f; -border-bottom: 2px solid #ffd429; -text-decoration: none; + border-bottom: 2px solid #ffd429; + +} + +a:hover { + text-decoration: none; + + color: #0f4639; } /*Header*/ @@ -220,20 +228,29 @@ text-decoration: none; background: #fffae5; } -.actions button { +.action { + margin-bottom: 50px; +} + +.action-button { margin-bottom: 30px; padding: 6px 45px; - color: #333333; + color: #4B423B; border: 0; + border-bottom: 0; border-radius: 100px; background: #FFD429; - /* Print the guide: */ font-family: "Signika Regular"; font-size: 22px; } +.action-button:hover { + color: white; + background: #2caf8f; +} + /*Comparisons*/ .title { margin-top: 40px; @@ -283,7 +300,6 @@ text-decoration: none; background-repeat: no-repeat; - line-height: 25px; } .bad img, @@ -306,6 +322,21 @@ text-decoration: none; font-size: 24px; } +/*Charities*/ + +.charities { + /*padding-top: 30px;*/ + padding-bottom: 50px; +} + +.charities img { + transition: 0.3s all ease; +} + +.charities img:hover { + transform: scale(1.2); +} + /*Licenses*/ .fix-margin { margin: 0; @@ -350,11 +381,14 @@ footer p { list-style-type: none; + transition: 0.3s all ease; + border-right: 1px #9BD2BF solid; background-color: white; font-family: "Signika Regular"; font-size: 1.1em; + } .navbar li:first-child { @@ -373,7 +407,9 @@ footer p { .navbar li a { display: block; + transition: 0.3s all ease; text-decoration: none; + } .navbar li a:hover { @@ -397,7 +433,6 @@ footer p { /*Navbar*/ .navbar-nav { - margin: 10px 10px 10px 100px; } @@ -412,11 +447,14 @@ footer p { list-style-type: none; + transition: 0.3s all ease; + border-right: 1px #9BD2BF solid; background-color: white; font-family: "Signika Regular"; font-size: 1em; + } .navbar li:first-child { @@ -435,7 +473,9 @@ footer p { .navbar li a { display: block; + transition: 0.3s all ease; text-decoration: none; + } .navbar li:hover a { @@ -454,23 +494,29 @@ footer p { /*Intro*/ .intro-text { - background: transparent; + background: transparent; } + .intro-text h1 { - color: rgba(255, 255, 255, 0.95); margin-top: 0; + color: rgba(255, 255, 255, 0.95); + } + .intro-text p { color: rgba(255, 255, 255, 0.79); } + .intro-text h4 { - font-family: 'Signika Light'; color: #FFDD55; + + font-family: "Signika Light"; + } + + .illustration img { + width: 80%; } -.illustration img { - width: 80%; -} /*Footer*/ .footer-logo img { width: 50%; diff --git a/givingguide.html b/givingguide.html index d1db2c2..b9893dc 100644 --- a/givingguide.html +++ b/givingguide.html @@ -83,47 +83,47 @@ -
+
- +
-
+
@@ -400,17 +400,17 @@
-
+ -
+

More Products Certified to Respect Your Freedom

-
+
Tehnoetic Mini Wi-Fi Adapter

@@ -418,7 +418,7 @@

-
+
ThinkPenguin VPN Router

@@ -426,7 +426,7 @@

-
+
ThinkPenguin Long-Range Wi-Fi Adapter

@@ -446,45 +446,45 @@

-
+
-
+

Recommended organizations for holiday donations

-
- +
+ fsf
-
- +
+ sfc
- + eff
- + cc
- + wikimedia
- + sflc
- + gnome
- + ceata
-
+
-
+
@@ -519,7 +519,7 @@
-
+
diff --git a/img/FSF_footer.png b/img/FSF_footer.png index a98fb29..f9f207a 100644 Binary files a/img/FSF_footer.png and b/img/FSF_footer.png differ diff --git a/img/Illustration.png b/img/Illustration.png index f882f8d..115d6c6 100644 Binary files a/img/Illustration.png and b/img/Illustration.png differ diff --git a/img/Line.svg b/img/Line.svg deleted file mode 100644 index 6801f6b..0000000 --- a/img/Line.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - Line - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/img/bad.svg b/img/bad.svg index 5a08903..5377fd4 100644 --- a/img/bad.svg +++ b/img/bad.svg @@ -1,16 +1 @@ - - - - Shape - Created with Sketch. - - - - - - - - - - - \ No newline at end of file + Artboard Copy@2x \ No newline at end of file diff --git a/img/good.svg b/img/good.svg index b04e8e6..bd1916b 100644 --- a/img/good.svg +++ b/img/good.svg @@ -1,16 +1 @@ - - - - Shape - Created with Sketch. - - - - - - - - - - - \ No newline at end of file + Artboard@2x \ No newline at end of file diff --git a/img/logo.png b/img/logo.png index 240588e..9cc852b 100644 Binary files a/img/logo.png and b/img/logo.png differ diff --git a/img/neutral.svg b/img/neutral.svg index b2e197a..7f4ca29 100644 --- a/img/neutral.svg +++ b/img/neutral.svg @@ -1,18 +1 @@ - - - - neutral copy - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file + Artboard Copy 2@2x \ No newline at end of file diff --git a/img/underline.svg b/img/underline.svg index 305f2ec..a588de4 100644 --- a/img/underline.svg +++ b/img/underline.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file