You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/22 21:16:42 UTC

svn commit: r1401019 - in /incubator/flex/site/trunk: content/flex/again/assets/images/orangedot.png templates/flex_header.html

Author: erikdebruin
Date: Mon Oct 22 19:16:41 2012
New Revision: 1401019

URL: http://svn.apache.org/viewvc?rev=1401019&view=rev
Log:
Working on the new website design.

Added:
    incubator/flex/site/trunk/content/flex/again/assets/images/orangedot.png   (with props)
Modified:
    incubator/flex/site/trunk/templates/flex_header.html

Added: incubator/flex/site/trunk/content/flex/again/assets/images/orangedot.png
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/assets/images/orangedot.png?rev=1401019&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/site/trunk/content/flex/again/assets/images/orangedot.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/flex/site/trunk/templates/flex_header.html
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_header.html?rev=1401019&r1=1401018&r2=1401019&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_header.html (original)
+++ incubator/flex/site/trunk/templates/flex_header.html Mon Oct 22 19:16:41 2012
@@ -8,16 +8,35 @@
 
     <link href="/flex/css/flex_again.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+        
+        nav #mainNav {
+            /**/
+        }
+        
+        nav ul {
+            /**/
+        	list-style: none;
+        }
+        
+    </style>
+
 </head>
 
 <body>
   
     <!-- h1>{% block title %}{{ headers.title }}{% endblock %}</h1 -->
-    <div>
-        <a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a>
-        <a href="./index.html">About</a> - 
-        <a href="./get_started_download.html">Get Started</a> - 
-        <a href="./community_team.html">Community</a> - 
-        <a href="./download.html">Download</a> - 
-        <a href="http://www.apache.org/">ASF</a>
-    </div>
+    <nav>
+        <ul>
+            <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
+            <li><a href="./index.html">About</a></li>
+            <li><img src="./assets/images/logo.png" alt="" height="13" width="12" /></li>
+            <li><a href="./get_started_download.html">Get Started</a></li>
+            <li><img src="./assets/images/logo.png" alt="" height="13" width="12" /></li>
+            <li><a href="./community_team.html">Community</a></li>
+            <li><img src="./assets/images/logo.png" alt="" height="13" width="12" /></li>
+            <li><a href="./download.html">Download</a>
+            <li><img src="./assets/images/logo.png" alt="" height="13" width="12" /></li>
+            <li><a href="http://www.apache.org/">ASF</a></li>
+        </ul>
+    </nav>