[www] r198620 - rearrange sidebar so the latest release is at the top.
Chris Lattner
sabre at nondot.org
Mon Jan 6 07:45:41 PST 2014
Author: lattner
Date: Mon Jan 6 09:45:41 2014
New Revision: 198620
URL: http://llvm.org/viewvc/llvm-project?rev=198620&view=rev
Log:
rearrange sidebar so the latest release is at the top.
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=198620&r1=198619&r2=198620&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Mon Jan 6 09:45:41 2014
@@ -139,6 +139,18 @@ LLVM Developer Policy</a>.
<!-- Start of the right bar... 359 -->
<td valign="top" style="width:35%">
+<div class="www_sectiontitle">Latest LLVM Release!</div>
+
+<div class="www_text">
+ <p><b>Jan 6, 2014</b>: LLVM 3.4 is now <a href="releases/"><b>available
+ for download</b></a>! LLVM is publicly available under an open source <a
+ href="releases/3.4/LICENSE.TXT">License</a>. Also, you might want to
+ check out <a href="docs/ReleaseNotes.html#whatsnew"><b>the new
+ features</b></a> in SVN that will appear in the next LLVM release. If
+ you want them early, <a href="releases/">download LLVM</a> through
+ anonymous SVN.</p>
+</div>
+
<div class="www_sectiontitle">ACM Software System Award!</div>
<div class="www_text">
@@ -157,21 +169,6 @@ LLVM Developer Policy</a>.
</b></p>
</div>
-
-<div class="www_sectiontitle">Latest LLVM Release!</div>
-
-<div class="www_text">
- <p><b>Jan 6, 2014</b>: LLVM 3.4 is now <a href="releases/"><b>available
- for download</b></a>! LLVM is publicly available under an open source <a
- href="releases/3.4/LICENSE.TXT">License</a>. Also, you might want to
- check out <a href="docs/ReleaseNotes.html#whatsnew"><b>the new
- features</b></a> in SVN that will appear in the next LLVM release. If
- you want them early, <a href="releases/">download LLVM</a> through
- anonymous SVN.</p>
-</div>
-
-<br>
-
<div class="www_sectiontitle">Upcoming Releases</div>
<div class="www_text">
@@ -180,8 +177,6 @@ LLVM Developer Policy</a>.
</div>
-<br>
-
<div class="www_sectiontitle">Developer Meetings</div>
<div class="www_text">
More information about the llvm-commits
mailing list