You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/05/30 19:51:11 UTC

svn commit: r1796921 - in /incubator/systemml/site: assets/css/main.css index.html

Author: deron
Date: Tue May 30 19:51:10 2017
New Revision: 1796921

URL: http://svn.apache.org/viewvc?rev=1796921&view=rev
Log:
Move and update white paper awards banner

Modified:
    incubator/systemml/site/assets/css/main.css
    incubator/systemml/site/index.html

Modified: incubator/systemml/site/assets/css/main.css
URL: http://svn.apache.org/viewvc/incubator/systemml/site/assets/css/main.css?rev=1796921&r1=1796920&r2=1796921&view=diff
==============================================================================
--- incubator/systemml/site/assets/css/main.css (original)
+++ incubator/systemml/site/assets/css/main.css Tue May 30 19:51:10 2017
@@ -5009,7 +5009,7 @@ figure {
       .ml-container--narrow {
         width: 40em;
         padding: 1em; }
-        .ml-container--narrow #award {
+        .ml-container--narrow .vldb2016 {
           margin-bottom: 0; }
         .ml-container--narrow h3, .ml-container--narrow p {
           text-align: left; } }
@@ -5291,19 +5291,6 @@ figure {
     background: #325C80;
     border-color: #325C80; }
 
-#award {
-  background-image: url("/assets/img/mobile-award.png");
-  background-size: 167px 47px;
-  width: 167px;
-  height: 47px;
-  margin-bottom: 2em; }
-  @media (min-width: 64em) {
-    #award {
-      background-image: url("/assets/img/award.png");
-      background-size: 170px 100px;
-      width: 170px;
-      height: 100px; } }
-
 .site-header {
   width: 100%;
   position: fixed;
@@ -5455,6 +5442,8 @@ figure {
   background-color: #ffffff; }
   .full-stripe--alternate {
     background-color: #f9f9fb; }
+  .full-stripe--alternate-2 {
+    background-color: #f0f2f4; }
   .full-stripe--video {
     height: 100vh;
     background: #1d3649 url(../img/hero-mobile.png) 0 0 no-repeat;
@@ -5627,6 +5616,19 @@ figure {
   .get-started-banner .button-primary {
     margin-top: 50px; }
 
+.vldb2016 {
+  background-image: url("/assets/img/mobile-award.png");
+  background-size: 167px 47px;
+  width: 167px;
+  height: 47px;
+  margin-bottom: 2em; }
+  @media (min-width: 64em) {
+    .vldb2016 {
+      background-image: url("/assets/img/award.png");
+      background-size: 170px 100px;
+      width: 170px;
+      height: 100px; } }
+
 .site-footer {
   text-align: center;
   font-size: 12px;
@@ -5794,4 +5796,4 @@ ul.ml-tabs {
     top: 50px;
     right: 50px; }
 

[... 3 lines stripped ...]
Modified: incubator/systemml/site/index.html
URL: http://svn.apache.org/viewvc/incubator/systemml/site/index.html?rev=1796921&r1=1796920&r2=1796921&view=diff
==============================================================================
--- incubator/systemml/site/index.html (original)
+++ incubator/systemml/site/index.html Tue May 30 19:51:10 2017
@@ -160,18 +160,16 @@
 </section>
 
 
-<!-- Awards -->
-<section class="full-stripe full-stripe--alternate">
+<!-- Announcements Banner -->
+<!-- <section class="full-stripe full-stripe--alternate">
   <div class="ml-container ml-container--narrow">
-    <div class="col col-4 content-group content-group--center-content" id="award">
-      <!-- <a href="http://vldb2016.persistent.com/awards.php"></a> -->
-    </div>
+    <div class="col col-4 content-group content-group--center-content vldb2016" id="award"></div>
     <div class="col col-8 content-group content-group--center-align content-group--center-content">
       <h3>VLDB 2016 Best Paper</h3>
       <p>Read Compressed Linear Algebra for Large-Scale Machine Learning.<a href="http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf" target="_blank"> Download Paper</a></p>
     </div>
   </div>
-</section>
+</section> -->
 
 <!-- About -->
 <section class="full-stripe">
@@ -206,6 +204,17 @@
 
 </section>
 
+<!-- Awards -->
+<section class="full-stripe full-stripe--alternate-2">
+  <div class="ml-container ml-container--narrow">
+    <div class="col col-4 content-group content-group--center-content vldb2016" id="award"></div>
+    <div class="col col-8 content-group content-group--center-align content-group--center-content">
+      <h3>VLDB 2016 Best Paper</h3>
+      <p>Read Compressed Linear Algebra for Large-Scale Machine Learning.<a href="http://www.vldb.org/pvldb/vol9/p960-elgohary.pdf" target="_blank"> Download Paper</a></p>
+    </div>
+  </div>
+</section>
+
 <!-- Contact Us -->
 <section class="full-stripe">
   <div class="ml-container ml-container--horizontally-center">