[llvm-commits] CVS: llvm-www/Logo.html header.incl

Chris Lattner sabre at nondot.org
Wed Jul 29 23:53:48 PDT 2009



Changes in directory llvm-www:

Logo.html added (r1.1)
header.incl updated: 1.82 -> 1.83
---
Log message:

add a new web page.


---
Diffs of the changes:  (+45 -0)

 Logo.html   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 header.incl |    1 +
 2 files changed, 45 insertions(+)


Index: llvm-www/Logo.html
diff -c /dev/null llvm-www/Logo.html:1.1
*** /dev/null	Thu Jul 30 01:53:43 2009
--- llvm-www/Logo.html	Thu Jul 30 01:53:33 2009
***************
*** 0 ****
--- 1,44 ----
+ <!--#include virtual="header.incl" -->
+ 
+ <div class="www_sectiontitle">LLVM Logo</div>
+ 
+ <p>The LLVM logo is a stylized <a 
+ href="http://en.wikipedia.org/wiki/Chinese_dragon">dragon</a>.   Dragons have
+ connotations of power, speed and intelligence, and can also be sleek, elegant,
+ and modular (err, maybe not).  In addition, there is a series of influential 
+ compiler books going back to 1977 which featured dragons on the cover.</p>
+ 
+ <p>Here is the image in a couple of sizes:</p>
+ 
+ <p><img src="img/DragonSmall.png" alt="small dragon logo"></p>
+ 
+ <p><img src="img/DragonMedium.png" alg="medium dragon logo"></p>
+ 
+ 
+ <div class="www_subsection">Usage Rights</div>
+ 
+ <div class="www_text">
+ 
+ <p>This [Dragon] image is owned by Apple Inc. and is available for your 
+ download and use royalty-free.  By clicking the link below, Apple grants you, 
+ and you accept, a non-exclusive license to use this image.  All right, title
+ and interest in the image, including the copyright therein, is retained by 
+ Apple.</p>
+ 
+ <p><a href="img/DragonFull.png">Full Resolution Image</a></p>
+ 
+ </div>
+ 
+     
+ <!-- *********************************************************************** -->
+ <hr>
+ <address>
+   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+   <a href="http://validator.w3.org/check/referer"><img
+   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ 
+ <br><a href="mailto:llvmdev at cs.uiuc.edu">LLVM Development List</a><br>
+   Last modified: $Date: 2009/07/30 06:53:33 $
+ </address>
+ <!--#include virtual="footer.incl" -->


Index: llvm-www/header.incl
diff -u llvm-www/header.incl:1.82 llvm-www/header.incl:1.83
--- llvm-www/header.incl:1.82	Thu Jul 30 01:30:46 2009
+++ llvm-www/header.incl	Thu Jul 30 01:53:33 2009
@@ -31,6 +31,7 @@
 <a href="/Users.html">LLVM Users</a><br>
 <a href="/developers.cgi">LLVM Developers</a><br>
 <a href="/bugs/">Bug Database</a><br>
+<a href="/Logo.html">LLVM Logo</a><br>
 <a href="http://wiki.llvm.org/Main_Page">Wiki</a><br>
 </div>
 






More information about the llvm-commits mailing list