Updated to include latest suggestions
authorReda Lazri <the.red.shortcut@gmail.com>
Tue, 11 Nov 2014 21:36:29 +0000 (22:36 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Tue, 11 Nov 2014 21:36:29 +0000 (22:36 +0100)
givingguide.html
images/banner.png
images/join.png
stylesheet.css

index 1cc53bb88c05972a971d4c01a5c18597f6407a0c..d11ec2484fa1dbfd85a0fb3969c140c29080cebe 100755 (executable)
@@ -4,6 +4,8 @@
 
                <title> 2014 Holiday Giving Guide | Free Software Foundation | Working together for free software</title>
 
 
                <title> 2014 Holiday Giving Guide | Free Software Foundation | Working together for free software</title>
 
+                <meta charset="UTF-8">
+               
                <!--FIXME: Is this necessary?-->
                <link rel="copyright" title="Copyright information" href="http://creativecommons.org/licenses/by-nd/3.0/rdf">
                <link rel="author" title="Author information" href="http://www.fsf.org/about/staff/">
                <!--FIXME: Is this necessary?-->
                <link rel="copyright" title="Copyright information" href="http://creativecommons.org/licenses/by-nd/3.0/rdf">
                <link rel="author" title="Author information" href="http://www.fsf.org/about/staff/">
                        <div class="navbar">
                                <div class="nav_wrapper">
                                        <ul>
                        <div class="navbar">
                                <div class="nav_wrapper">
                                        <ul>
-                                               <li><a href="https://www.fsf.org/about/">About</a></li>
+                                               <li><a href="https://www.fsf.org/about/">About the FSF</a></li>
                                                <li><a href="https://www.fsf.org/campaigns/">Campaigns</a></li>
                                                <li><a href="https://www.fsf.org/campaigns/">Campaigns</a></li>
-                                               <li><a href="https://www.fsf.org/licensing/">Licensing</a></li>
-                                               <li><a href="https://www.fsf.org/associate/">Membership</a></li>
-                                               <li><a href="https://www.fsf.org/resources/">Resources</a></li>
-                                               <li><a href="https://www.fsf.org/community/">Community</a></li>
-                                               <li><a href="https://www.fsf.org/donate/">Donate</a></li>
+                                               <li><a href="https://www.fsf.org/licensing/">Software Licensing</a></li>
                                                <li><a href="http://shop.fsf.org/">Shop</a></li>
                                        </ul>
                                </div>
                                                <li><a href="http://shop.fsf.org/">Shop</a></li>
                                        </ul>
                                </div>
index 7d32cf469fdf1f041b761ff44cbbd8cca2bec6d4..6adfc51639b7a89d1e716daab5517812f06d6fc1 100644 (file)
Binary files a/images/banner.png and b/images/banner.png differ
index b5a3d023562c3afba19931a73831745fe1deff02..663249823a1f8617da4c085b2959f2a6fc97e64f 100644 (file)
Binary files a/images/join.png and b/images/join.png differ
index 571b2334564b71dbc971bbf6bc860972b7a80689..e6962025ea6ef687aac7a694ca838d66f1fb4252 100755 (executable)
@@ -94,7 +94,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   background-color: white;
   border-radius: 100px;
   text-align: center;
   background-color: white;
   border-radius: 100px;
   text-align: center;
-  width: 875px;
+  width: 675px;
   height: 2.55556em;
   margin: auto;
 }
   height: 2.55556em;
   margin: auto;
 }
@@ -107,19 +107,19 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   padding: 0 10px 0 10px;
   line-height: 2.9;
   float: left;
   padding: 0 10px 0 10px;
   line-height: 2.9;
   float: left;
-  width: 91px;
+  width: 170px;
   height: 2.85556em;
 }
 
 .navbar li:first-child {
   border-radius: 100px 0 0 100px;
   height: 2.85556em;
 }
 
 .navbar li:first-child {
   border-radius: 100px 0 0 100px;
-  width: 81px;
+  width: 160px;
 }
 
 .navbar li:last-child {
   border-right: 0;
   border-radius: 0 100px 100px 0;
 }
 
 .navbar li:last-child {
   border-right: 0;
   border-radius: 0 100px 100px 0;
-  width: 81px;
+  width: 92px;
 }
 .navbar li:hover {
   background-color: #FFDD55;
 }
 .navbar li:hover {
   background-color: #FFDD55;