Added Join image and fixes
authorReda Lazri <the.red.shortcut@gmail.com>
Mon, 10 Nov 2014 20:45:15 +0000 (21:45 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Mon, 10 Nov 2014 20:45:15 +0000 (21:45 +0100)
.gitignore [new file with mode: 0644]
givingguide.html
images/join.png [new file with mode: 0644]
images/logo.png
stylesheet.css

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e43b0f9
--- /dev/null
@@ -0,0 +1 @@
+.DS_Store
index c1a372370cb6ed42bf21cf52ddb5892d0f10ce9d..1cc53bb88c05972a971d4c01a5c18597f6407a0c 100755 (executable)
@@ -20,6 +20,9 @@
                                <span class="logo_wrapper">
                                        <a href="https://www.fsf.org/"><img class="logo" src="images/logo.png" alt="Logo" /></a>
                                </span>
+                               <span class="join_wrapper">
+                                       <a href="http://fsf.org/jfb"><img class="join" src="images/join.png" alt="Logo" /></a>
+                               </span>
                        </div>
                        <div class="navbar">
                                <div class="nav_wrapper">
diff --git a/images/join.png b/images/join.png
new file mode 100644 (file)
index 0000000..b5a3d02
Binary files /dev/null and b/images/join.png differ
index 67d77c9efa9093fb07a685a7a500ada05373f737..b456b0d85a74c4b1e9a4efb938b5e5497e4e9413 100644 (file)
Binary files a/images/logo.png and b/images/logo.png differ
index 467fb20592f3e6b492bbc551e7f005b4f2c6785d..05197f89ed6b7d22d6d0a8fb35576e4713fc710e 100755 (executable)
@@ -62,20 +62,26 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   background-color: #2CAF8F;
   background-repeat: no-repeat;
   height: 776px;
-  background-size: 110%;
-  background-position: bottom;
+  background-size: 100%;
+  background-position: 100%;
 }
 
 .logo {
-  width: 180px;
-  height: 21px;
+  width: 247px;
+  height: 29px;
   padding: 1.3em;
-
 }
 
 .logo_wrapper {
 }
 
+.join {
+  width: 172px;
+  height: 29px;
+  padding: 1.3em;
+  float: right;
+}
+
 .top {
   position: relative;
 }
@@ -84,33 +90,25 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   border-bottom: 0;
 }
 
-.upper_links li {
-  list-style: none;
-  display: inline-block;
-  padding: 1em;
-  float: left;
-}
-
 .navbar ul {
   background-color: white;
   border-radius: 100px;
   text-align: center;
   width: 875px;
-  height: 3.55556em;
+  height: 2.55556em;
   margin: auto;
-  -webkit-transition: background 3s;
-  transition:  background-color 3s;
 }
 
  .navbar li {
+  font-size: 0.9em;
   font-weight: bold;
   list-style-type: none;
   border-right: 1px #9BD2BF solid;
   padding: 0 10px 0 10px;
-  line-height: 3.7;
+  line-height: 2.9;
   float: left;
   width: 91px;
-  height: 3.55556em;
+  height: 2.85556em;
 }
 
 .navbar li:first-child {