web/static get-fedora.html, 1.8, 1.9 index.html, 1.7, 1.8 join-fedora.html, 1.6, 1.7 style.css, 1.5, 1.6

Máirín Duffy (duffy) fedora-websites-list at redhat.com
Tue May 22 04:17:32 UTC 2007


Author: duffy

Update of /cvs/fedora/web/static
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16340

Modified Files:
	get-fedora.html index.html join-fedora.html style.css 
Log Message:
adding jpg files for join images since my pal IE doesn't support transparent pngs all that well; fixing large white gap on lower right of join page



Index: get-fedora.html
===================================================================
RCS file: /cvs/fedora/web/static/get-fedora.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- get-fedora.html	22 May 2007 04:09:13 -0000	1.8
+++ get-fedora.html	22 May 2007 04:17:30 -0000	1.9
@@ -65,7 +65,6 @@
         When you place an order with <a href="http://fedoraproject.org/wiki/Distribution/SponsoredMedia">participating vendors</a>, you can elect to also sponsor the cost of additional media for others who cannot otherwise afford it (for example, people in developing nations.) Please consider participating in the <a href="http://fedoraproject.org/wiki/Distribution/SponsoredMedia">Fedora Sponsored Media Program</a>.
         </p>
       </div>
-    </div>
     <div id="footer">
       <p class="copy">
       Copyright © 2007 Red Hat, Inc.  and others.  All Rights Reserved.
@@ -78,5 +77,6 @@
         <li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
       </ul>
     </div>
+    </div>
   </body>
 </html>


Index: index.html
===================================================================
RCS file: /cvs/fedora/web/static/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.html	22 May 2007 04:09:13 -0000	1.7
+++ index.html	22 May 2007 04:17:30 -0000	1.8
@@ -61,7 +61,6 @@
         </p>
         <a href="http://fedoraproject.org/wiki/Overview">Learn more >></a>
       </div>
-    </div>
     <div id="footer">
       <p class="copy">
       Copyright © 2007 Red Hat, Inc.  and others.  All Rights Reserved.
@@ -74,5 +73,6 @@
         <li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
       </ul>
     </div>
+    </div>
   </body>
 </html>


Index: join-fedora.html
===================================================================
RCS file: /cvs/fedora/web/static/join-fedora.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- join-fedora.html	22 May 2007 04:09:13 -0000	1.6
+++ join-fedora.html	22 May 2007 04:17:30 -0000	1.7
@@ -47,36 +47,35 @@
       </div>
       <div id="content">
         <h2>Join Fedora.</h2>
-        <p>If you want to take an active hand in making Fedora even better, there are many ways you can help. What role do you want to fill?</p>
-        <p><strong>Click on the role you'd like to fill below to learn more about how you can help the Fedora project.</strong></p>
-        <ul class="roles">
-          <li><a href="http://fedoraproject.org/wiki/Join#ContentDeveloper">
-            <img src="http://fedoraproject.org/wiki/Join?action=AttachFile&do=get&target=ContentDeveloper.png" alt="Content Developer" /><br />
+<p>If you want to take an active hand in making Fedora even better, there are many ways you can help. What role do you want to fill?</p>
+<p><strong>Click on the role you'd like to fill below to learn more about how you can help the Fedora project.</strong></p>
+<ul class="roles">
+  <li><a href="http://fedoraproject.org/wiki/Join#ContentDeveloper">
+            <img src="images/ContentDeveloper.jpg" alt="Content Developer" /><br />
             Content Developer<br />(writer)
           </a></li>
           <li><a href="http://fedoraproject.org/wiki/Join#Designer">
-            <img src="http://fedoraproject.org/wiki/Join?action=AttachFile&do=get&target=Designer.png" alt="Designer" /><br />
+            <img src="images/Designer.jpg" alt="Designer" /><br />
             Designer
           </a></li>
           <li><a href="http://fedoraproject.org/wiki/Join#PeoplePerson">
-            <img src="http://fedoraproject.org/wiki/Join?action=AttachFile&do=get&target=PeoplePerson.png" alt="People Person" /><br />
+            <img src="images/PeoplePerson.jpg" alt="People Person" /><br />
             People Person
           </a></li>
           <li><a href="http://fedoraproject.org/wiki/Join#OSDeveloper">
-            <img src="http://fedoraproject.org/wiki/Join?action=AttachFile&do=get&target=OSDeveloper.png" alt="OS Developer" /><br />
+            <img src="images/OSDeveloper.jpg" alt="OS Developer" /><br />
             OS Developer
           </a></li>
           <li><a href="http://fedoraproject.org/wiki/Join#Translator">
-            <img src="http://fedoraproject.org/wiki/Join?action=AttachFile&do=get&target=Translator.png" alt="Translator" /><br />
+            <img src="images/Translator.jpg" alt="Translator" /><br />
             Translator
           </a></li>
           <li><a href="http://fedoraproject.org/wiki/Join#WebDeveloperAdministrator">
-            <img src="http://fedoraproject.org/wiki/Join?action=AttachFile&do=get&target=WebDeveloper.png" alt="Web Developer or Administrator" /><br />
+            <img src="images/WebDeveloper.jpg" alt="Web Developer or Administrator" /><br />
             Web Developer<br />or Administrator
           </a></li>
         </ul>
       </div>
-    </div>
     <div id="footer">
       <p class="copy">
       Copyright © 2007 Red Hat, Inc.  and others.  All Rights Reserved.
@@ -89,5 +88,6 @@
         <li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
       </ul>
     </div>
+    </div>
   </body>
 </html>


Index: style.css
===================================================================
RCS file: /cvs/fedora/web/static/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- style.css	22 May 2007 03:26:38 -0000	1.5
+++ style.css	22 May 2007 04:17:30 -0000	1.6
@@ -202,6 +202,7 @@
 {
   list-style: none;
   background: red;
+  display: inline;
 }
 
 .roles li
@@ -236,7 +237,6 @@
   clear: both;
   text-align: center;
   background: url(images/line-bottom.png) 0 0 repeat-x;
-  margin: -90px 18px 0;
   border-bottom: 10px solid #337ACC;
   height: 80px;
   color: #AAAAAA;




More information about the Fedora-websites-list mailing list