[www] r297394 - Multiple changes to EuroLLVM'17 page (2 in total, individual messages following)

Kevin Streit via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 09:20:26 PST 2017


Author: streit
Date: Thu Mar  9 11:20:25 2017
New Revision: 297394

URL: http://llvm.org/viewvc/llvm-project?rev=297394&view=rev
Log:
Multiple changes to EuroLLVM'17 page (2 in total, individual messages following)


Add QuIC as EuroLLVM sponsor

On behalf of Johannes Doerfert <johannes at jdoerfert.de> (Thu Mar 9 18:28:19 2017 +0100)


Changed authors again

On behalf of Johannes Doerfert <johannes at jdoerfert.de> (Thu Mar 9 17:30:45 2017 +0100)

Modified:
    www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html
    www/trunk/devmtg/2017-03/assets/css/style.css
    www/trunk/devmtg/2017-03/index.html

Modified: www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html?rev=297394&r1=297393&r2=297394&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html (original)
+++ www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html Thu Mar  9 11:20:25 2017
@@ -494,12 +494,6 @@ Users of the PlayStation(R)4 toolchain h
       Intel Visual Computing Institute, Saarland University
      </p>
      <p class="author">
-      Martin Weier
-     </p>
-     <p class="affiliation">
-      Bonn-Rhein-Sieg University of Applied Sciences
-     </p>
-     <p class="author">
       Philipp Slusallek
      </p>
      <p class="affiliation">
@@ -1454,11 +1448,41 @@ Posters
       German Research Center for Artificial Intelligence (DFKI)
      </p>
      <p class="author">
+      Arsène Pérard-Gayot
+     </p>
+     <p class="affiliation">
+      Intel Visual Computing Institute, Saarland University
+     </p>
+     <p class="author">
+      Martin Weier
+     </p>
+     <p class="affiliation">
+      Bonn-Rhein-Sieg University of Applied Sciences
+     </p>
+     <p class="author">
+      Philipp Slusallek
+     </p>
+     <p class="affiliation">
+      German Research Center for Artificial Intelligence (DFKI)
+     </p>
+     <p class="author">
       Roland Leißa
      </p>
      <p class="affiliation">
       Compiler Design Lab, Saarland University
      </p>
+     <p class="author">
+      Klaas Boesche
+     </p>
+     <p class="affiliation">
+      Compiler Design Lab, Saarland University
+     </p>
+     <p class="author">
+      Sebastian Hack
+     </p>
+     <p class="affiliation">
+      Compiler Design Lab, Saarland University
+     </p>
 
      <p class="kind">
       Poster
@@ -1544,7 +1568,7 @@ Bugfixing or new feature development req
     <tr class="entry">
      <td>
      <p class="author">
-      Min-Yi Hsu
+      Min-Yih Hsu
      </p>
      <p class="affiliation">
       National Tsing-Hua University

Modified: www/trunk/devmtg/2017-03/assets/css/style.css
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/assets/css/style.css?rev=297394&r1=297393&r2=297394&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/assets/css/style.css (original)
+++ www/trunk/devmtg/2017-03/assets/css/style.css Thu Mar  9 11:20:25 2017
@@ -555,6 +555,10 @@
 				color: #fff;
 			}
 
+      table.sponsors h1 {
+			  font-size: 2em;
+      }
+
       table.sponsors td {
         padding: 30px;
         text-align: center;

Modified: www/trunk/devmtg/2017-03/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/index.html?rev=297394&r1=297393&r2=297394&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/index.html (original)
+++ www/trunk/devmtg/2017-03/index.html Thu Mar  9 11:20:25 2017
@@ -558,7 +558,12 @@
 <div class="sponsors" id="diamond">
 <table class="sponsors">
   <tr>
-    <td> <h1><a href="http://www.apple.com">Apple</a></h1> </td>
+    <td> <h1>Apple</h1> </td>
+    <td> <img src="http://llvm.org/foundation/logos/quic-stack-version.jpg"></td>
+  </tr>
+  <tr>
+    <td> <a href="http://www.apple.com">Apple</a> </td>
+    <td> <a href="http://www.quicinc.com/">QuIC</a> </td>
   </tr>
 </table>
 </div>




More information about the llvm-commits mailing list