You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by lr...@apache.org on 2016/09/07 20:11:38 UTC

svn commit: r1759691 - in /incubator/systemml/site: about.html css/bundle.css index.html media/hero.mp4

Author: lresende
Date: Wed Sep  7 20:11:37 2016
New Revision: 1759691

URL: http://svn.apache.org/viewvc?rev=1759691&view=rev
Log:
Publishing website updates

Modified:
    incubator/systemml/site/about.html
    incubator/systemml/site/css/bundle.css
    incubator/systemml/site/index.html
    incubator/systemml/site/media/hero.mp4

Modified: incubator/systemml/site/about.html
URL: http://svn.apache.org/viewvc/incubator/systemml/site/about.html?rev=1759691&r1=1759690&r2=1759691&view=diff
==============================================================================
--- incubator/systemml/site/about.html (original)
+++ incubator/systemml/site/about.html Wed Sep  7 20:11:37 2016
@@ -187,7 +187,7 @@ learning using big data." />
             </li>
             <li class="vcard">
               <h3 class="fn">Shirish Tatikonda</h3>
-              <p class="role">Databricks</p>
+              <p class="role">Target</p>
             </li>
           </ul>
           <ul class="content-group wrap-row">

Modified: incubator/systemml/site/css/bundle.css
URL: http://svn.apache.org/viewvc/incubator/systemml/site/css/bundle.css?rev=1759691&r1=1759690&r2=1759691&view=diff
==============================================================================
--- incubator/systemml/site/css/bundle.css (original)
+++ incubator/systemml/site/css/bundle.css Wed Sep  7 20:11:37 2016
@@ -4015,13 +4015,15 @@ body {
     width: 64px;
     height: 55px; }
   .icon.python-logo {
-      background-image: none, url('../img/python-logo-generic.svg');
-      background-size: 64px 27px;
-      width: 64px; height: 55px; }
+    background-image: none, url("../img/python-logo-generic.svg");
+    background-size: 64px 27px;
+    width: 64px;
+    height: 55px; }
   .icon.r-logo {
-      background-image: none, url('../img/r-logo.svg');
-      background-size: 64px 27px;
-      width: 64px; height: 55px; }
+    background-image: none, url("../img/r-logo.svg");
+    background-size: 64px 27px;
+    width: 64px;
+    height: 55px; }
 
 .content-container {
   max-width: 860px;
@@ -4040,18 +4042,22 @@ body {
       flex-direction: row; } }
   .content-group .wrap {
     display: block; }
+  @media (min-width: 64em) {
+    .content-group .content-text {
+      width: 50%; }
+      .content-group .content-text.elevator-text {
+        width: 60%; } }
   .content-group img {
-    max-width: 100%; }
-    @media (min-width: 64em) {
-      .content-group img {
-        margin-left: 60px; } }
+    width: 300px;
+    height: 300px; }
+  .content-group.elevator-group {
+    margin-top: 150px; }
+    .content-group.elevator-group img {
+      width: 250px;
+      height: 250px; }
 
 .elevator-text p {
-  font-size: 18px;
-  padding-top: 40px; }
-  @media (min-width: 64em) {
-    .elevator-text p {
-      padding-top: 0; } }
+  font-size: 18px; }
 
 .hero-banner {
   color: #fff;
@@ -4087,7 +4093,8 @@ body {
     .hero-banner .banner-content h1 {
       line-height: 1; }
     .hero-banner .banner-content p {
-      font-size: 18px; }
+      font-size: 18px;
+      text-align: center; }
     .hero-banner .banner-content .video-link {
       color: #fff;
       font-weight: 400;
@@ -4106,11 +4113,13 @@ body {
     left: 50%;
     top: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
-    transform: translateY(-50%) translateX(-50%); }
+    transform: translateY(-50%) translateX(-50%);
+    display: none; }
     @media (min-width: 64em) {
       .hero-banner video {
         width: 100%;
-        height: auto; } }
+        height: auto;
+        display: block; } }
 
 .features-banner, .partners-banner, .team-banner {
   text-align: center;
@@ -4197,18 +4206,9 @@ body {
     overflow: hidden;
     top: 20px;
     right: 20px; }
-  .modal .video-container {
-    position: relative;
-    min-width: 560px;
-    max-width: 1280px; }
-    .modal .video-container iframe {
-      position: absolute;
-      width: 100%;
-      height: 100%;
-      background: transparent; }
   .modal .embed-container {
     max-width: 1280px;
-    margin: 100px auto;
+    margin: 60px auto;
     border: 1px solid #A6AFAF; }
   .modal iframe,
   .modal embed,

Modified: incubator/systemml/site/index.html
URL: http://svn.apache.org/viewvc/incubator/systemml/site/index.html?rev=1759691&r1=1759690&r2=1759691&view=diff
==============================================================================
--- incubator/systemml/site/index.html (original)
+++ incubator/systemml/site/index.html Wed Sep  7 20:11:37 2016
@@ -86,11 +86,11 @@ learning using big data." />
       <video src="media/hero.mp4" autoplay loop></video>
     </section>
 
-    <section class="content-container content-group">
+    <section class="content-container content-group elevator-group">
       <div class="content-text elevator-text">
         <h2>What is SystemML</h2>
         <p>Apache SystemML provides an optimal workplace for machine learning using big data. Apache SystemML can be run on top of Apache Spark, where it automatically scales your data, line by line, determining whether your code should be run on the driver or an Apache Spark cluster. Users no longer need to learn about complicated code or scaling. Apache SystemML also understands that the user's priority lies with math and algorithms. That's why Apache SystemML runs in R and Python-like syntax, allowing the user to focus on machine learning, rather than the engineering behind it.
-<a class="jq-modal-trigger" href="#systemml-demo">Watch Apache SystemML in action</a></p>
+<br /><a class="jq-modal-trigger" href="#systemml-demo">Watch Apache SystemML in action</a></p>
       </div>
       <img src="img/what-is-systemml.png" alt="What is Apache SystemML?" />
     </section>
@@ -222,7 +222,7 @@ learning using big data." />
     <div id="systemml-demo" class="modal jq-modal">
       <a href="#" class="icon icon-close jq-close">Close</a>
       <div class='embed-container'>
-        <iframe class="jq-video" width="1280" height="720" src="https://www.youtube.com/embed/5Y2k1aPqW6g?rel=0" frameborder="0" allowfullscreen></iframe>
+        <iframe class="jq-video" width="1280" height="720" src="https://www.youtube.com/embed/r-kFYkYoD_4?rel=0" frameborder="0" allowfullscreen></iframe>
       </div>
     </div>
 

Modified: incubator/systemml/site/media/hero.mp4
URL: http://svn.apache.org/viewvc/incubator/systemml/site/media/hero.mp4?rev=1759691&r1=1759690&r2=1759691&view=diff
==============================================================================
Binary files - no diff available.