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 21:15:46 UTC

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

Author: deron
Date: Tue May 30 21:15:45 2017
New Revision: 1796943

URL: http://svn.apache.org/viewvc?rev=1796943&view=rev
Log:
Change sample notebooks link to button

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

Modified: incubator/systemml/site/assets/css/main.css
URL: http://svn.apache.org/viewvc/incubator/systemml/site/assets/css/main.css?rev=1796943&r1=1796942&r2=1796943&view=diff
==============================================================================
--- incubator/systemml/site/assets/css/main.css (original)
+++ incubator/systemml/site/assets/css/main.css Tue May 30 21:15:45 2017
@@ -5291,6 +5291,24 @@ figure {
     background: #325C80;
     border-color: #325C80; }
 
+.button-center {
+  display: inline-block;
+  margin-left: auto;
+  margin-right: auto; }
+
+#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;
@@ -5796,4 +5814,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=1796943&r1=1796942&r2=1796943&view=diff
==============================================================================
--- incubator/systemml/site/index.html (original)
+++ incubator/systemml/site/index.html Tue May 30 21:15:45 2017
@@ -197,10 +197,10 @@
       <h2>Install SystemML</h2>
       <p>New to Apache SystemML? Try our quick install guide that will walk you through setting up your environment and getting you up and going with SystemML.</p>
       <a class="button button-primary" href="install-systemml.html">Install SystemML</a>
+      <a class="button button-secondary" href="get-started.html#sample-notebook">Notebooks</a>
       <a class="button button-secondary" href="documentation.html" target="_blank">Docs</a>
     </div>
   </div>
-  <h4 class="text-center"><a href="get-started.html#sample-notebook">View Sample Notebooks</a></h4>
 
 </section>
 

Modified: incubator/systemml/site/install-systemml.html
URL: http://svn.apache.org/viewvc/incubator/systemml/site/install-systemml.html?rev=1796943&r1=1796942&r2=1796943&view=diff
==============================================================================
--- incubator/systemml/site/install-systemml.html (original)
+++ incubator/systemml/site/install-systemml.html Tue May 30 21:15:45 2017
@@ -280,7 +280,10 @@ You can create your own notebook or down
 </div>
 
   </div>
-  <h4 class="text-center"><a href="get-started.html#sample-notebook">View Sample Notebooks</a></h4>
+
+  <div class="flex-container flex-banner--horizontally-center">
+    <a class="button button-secondary button-center" href="get-started.html#sample-notebook">Sample Notebooks</a>
+  </div>
 
 
 </section>