[www] r295959 - Update sponsors list and reformat the web page while there.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 03:44:36 PST 2017


Author: aadg
Date: Thu Feb 23 05:44:36 2017
New Revision: 295959

URL: http://llvm.org/viewvc/llvm-project?rev=295959&view=rev
Log:
Update sponsors list and reformat the web page while there.

This attempts cleanup a bit the html code for the page. We also add more space around the logos, as
there are usually guidelines when using company logos regarding the margin to other elements in the page.
Finally, whithin a sponsor category, logos are displayed in rows, as this avoids having an otherwise
tall and skiny page where the sponsors at the bottom have almost no chance to be seen.

Added:
    www/trunk/foundation/logos/ARMCompanyLogo.jpg   (with props)
    www/trunk/foundation/sponsors.css   (with props)
Modified:
    www/trunk/foundation/logos/Microsoft-logo_rgb_c-gray.png   (props changed)
    www/trunk/foundation/sponsors.html

Added: www/trunk/foundation/logos/ARMCompanyLogo.jpg
URL: http://llvm.org/viewvc/llvm-project/www/trunk/foundation/logos/ARMCompanyLogo.jpg?rev=295959&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/foundation/logos/ARMCompanyLogo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: www/trunk/foundation/logos/Microsoft-logo_rgb_c-gray.png
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Added: www/trunk/foundation/sponsors.css
URL: http://llvm.org/viewvc/llvm-project/www/trunk/foundation/sponsors.css?rev=295959&view=auto
==============================================================================
--- www/trunk/foundation/sponsors.css (added)
+++ www/trunk/foundation/sponsors.css Thu Feb 23 05:44:36 2017
@@ -0,0 +1,29 @@
+td {
+  padding: 30px;
+  text-align: center;
+}
+
+img {
+    align: middle;
+}
+
+#diamond img {
+    width: 220px;
+}
+
+#platinum img {
+    width: 200px;
+}
+
+#gold img {
+    width: 180px;
+}
+
+#silver img {
+    width: 160px;
+}
+
+#bronze img {
+    width: 150px;
+}
+

Propchange: www/trunk/foundation/sponsors.css
------------------------------------------------------------------------------
    svn:executable = *

Modified: www/trunk/foundation/sponsors.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/foundation/sponsors.html?rev=295959&r1=295958&r2=295959&view=diff
==============================================================================
--- www/trunk/foundation/sponsors.html (original)
+++ www/trunk/foundation/sponsors.html Thu Feb 23 05:44:36 2017
@@ -1,41 +1,72 @@
 <!--#include virtual="header.incl" -->
 <div class="www_sectiontitle">Sponsors</div>
+
 <p>A huge thank you to our sponsors!</p>
 
-<p><h1>Diamond Sponsors:</h1>
-<h1>     <a href="http://www.apple.com">Apple</a></h1>
-</p>
-
-<p><h1>Platinum Sponsors:</h1>
-
-        <img width="18%" src="logos/Google-logo_420_color_2x.png">
-<br>        <a href="http://google.com">Google</a>
-</p><p>
-<br>        <img width="8%" src="logos/psf_pos.jpg">
-<br>        <a href="http://us.playstation.com/corporate/about/">Sony Computer Entertainment America</a>
-</p>
-<p><h1>Gold Sponsors:</h1>
-<p>
-<br>        <img width="8%" src="logos/Intel-logo.png">
-<br>        <a href="http://intel.com">Intel</a>
-</p>
-<p>
-<br>        <img width="8%" src="logos/FB-fLogo-Blue-broadcast-2.png">
-<br>        <a href="http://facebook.com/">Facebook</a>
-</p>
+<link rel="stylesheet" type="text/css" href="sponsors.css">
 
-<h1>Silver Sponsors: </h1>
-<p>        <img width="12%" src="logos/HSAFoundation-FINAL.PNG">
-<br>        <a href="http://www.hsafoundation.com">HSA Foundation</a></p>
-<p></p>
-<h1>Bronze Sponsors:</h1>
-<p>
-<p>        <img width="20%" src="logos/logo_JetBrains_4.png">
-<br>        <a href="http://www.jetbrains.com/?utm_source=LLVM&utm_medium=sponsorship">JetBrains</a>
-</p>
+<h1>Diamond Sponsors:</h1>
+<div class="sponsors" id="diamond">
+<table>
+  <tr>
+    <h1><a href="http://www.apple.com">Apple</a></h1>
+  </tr>
+</table>
+</div>
+
+<h1>Platinum Sponsors:</h1>
+<div class="sponsors" id="platinum">
+<table>
+  <tr>
+    <td> <img src="logos/Google-logo_420_color_2x.png"></td>
+    <td> <img src="logos/psf_pos.jpg"></td>
+  </tr>
+  <tr>
+    <td> <a href="http://google.com">Google</a> </td>
+    <td> <a href="http://us.playstation.com/corporate/about/">Sony Computer Entertainment America</a> </td>
+  </tr>
+</table>
+</div>
 
+<h1>Gold Sponsors:</h1>
+<div class="sponsors" id="gold">
+<table>
+  <tr>
+    <td> <img src="logos/ARMCompanyLogo.jpg"> </td>
+    <td> <img src="logos/Intel-logo.png"> </td>
+    <td> <img src="logos/FB-fLogo-Blue-broadcast-2.png"> </td>
+  </tr>
+  <tr>
+    <td> <a href="http://www.arm.com/">ARM</a> </td>
+    <td> <a href="http://intel.com">Intel</a> </td>
+    <td> <a href="http://facebook.com/">Facebook</a> </td>
+  </tr>
+</table>
 </div>
 
+<h1>Silver Sponsors: </h1>
+<div class="sponsors" id="silver">
+<table>
+  <tr>
+    <td> <img src="logos/HSAFoundation-FINAL.PNG"> </td>
+  </tr>
+  <tr>
+    <td> <a href="http://www.hsafoundation.com">HSA Foundation</a> </td>
+  </tr>
+</table>
+</div>
+
+<h1>Bronze Sponsors:</h1>
+<div class="sponsors" id="bronze">
+<table>
+  <tr>
+    <td> <img src="logos/logo_JetBrains_4.png"> </td>
+  </tr>
+  <tr>
+    <td> <a href="http://www.jetbrains.com/?utm_source=LLVM&utm_medium=sponsorship">JetBrains</a> </td>
+  </tr>
+</table>
+</div>
 
 <!-- *********************************************************************** -->
 <!--#include virtual="footer.incl" -->




More information about the llvm-commits mailing list