Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 21f5549c7 -> 368288944


Update announcement banner

Closes #64.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/36828894
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/36828894
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/36828894

Branch: refs/heads/master
Commit: 368288944b02607c4daa53a89df83535d136c210
Parents: 21f5549
Author: Dexter Lesaca <[email protected]>
Authored: Thu Jun 1 12:12:29 2017 -0700
Committer: Deron Eriksson <[email protected]>
Committed: Thu Jun 1 12:12:29 2017 -0700

----------------------------------------------------------------------
 _src/_includes/themes/apache/home.html             |  15 ++++++++-------
 _src/_includes/themes/apache/partials/_footer.html |   9 ++++++---
 _src/_sass/_buttons.scss                           |  13 +++----------
 _src/_sass/_layout.scss                            |   2 +-
 _src/assets/img/apache-foundation-logo.png         | Bin 0 -> 11296 bytes
 5 files changed, 18 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/36828894/_src/_includes/themes/apache/home.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/home.html 
b/_src/_includes/themes/apache/home.html
index 618d00a..dc325f9 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -35,15 +35,16 @@ limitations under the License.
 
 
 <!-- Announcements Banner -->
-<!-- <section class="full-stripe full-stripe--alternate">
+<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 
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 class="col-4" id="award">
+    </div>
+    <div class="col-8">
+      <h3>The Apache Software Foundation Announces {{ site.data.project.name 
}} as a Top-Level-Project</h3>
+      <p>Learn how {{ site.data.project.name }} is advancing machine learning. 
<a 
href="https://blogs.apache.org/foundation/entry/the-apache-software-foundation-announces13";
 target="_blank">Read Press Release</a></p>
     </div>
   </div>
-</section> -->
+</section>
 
 <!-- About -->
 <section class="full-stripe">
@@ -81,7 +82,7 @@ limitations under the License.
 <!-- 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-4 content-group content-group--center-content 
vldb2016"></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>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/36828894/_src/_includes/themes/apache/partials/_footer.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/partials/_footer.html 
b/_src/_includes/themes/apache/partials/_footer.html
index 779e760..55f04f7 100644
--- a/_src/_includes/themes/apache/partials/_footer.html
+++ b/_src/_includes/themes/apache/partials/_footer.html
@@ -17,13 +17,16 @@ limitations under the License.
 {% endcomment %}
 -->
 <footer class="site-footer">
-  <div class="ml-container">
+  <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://incubator.apache.org";><img width="350px;" 
src="/assets/img/apache-foundation-logo.svg" alt="Apache Incubator"/></a>
+        <a href="http://incubator.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator"/></a>
       </div>
       <div>
-        <p>Copyright &copy; 2015-2017 <a href="http://www.apache.org";>The 
Apache Software Foundation</a>. Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>. Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.</p>
+      Copyright &copy; 2015-2017 <a href="http://www.apache.org";>The Apache 
Software Foundation</a>.
+      Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+      <br>
+      Apache and the Apache Feather logo are trademarks of The Apache Software 
Foundation.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/36828894/_src/_sass/_buttons.scss
----------------------------------------------------------------------
diff --git a/_src/_sass/_buttons.scss b/_src/_sass/_buttons.scss
index fa05fd6..8bb9bd3 100644
--- a/_src/_sass/_buttons.scss
+++ b/_src/_sass/_buttons.scss
@@ -27,17 +27,10 @@
 }
 
 #award {
-  background-image: url("/assets/img/mobile-award.png");
-  background-size: 167px 47px;
-  width: 167px;
-  height: 47px;
-  margin-bottom: 2em;
-
   @media (min-width: 64em) {
-    background-image: url("/assets/img/award.png");
-    background-size: 170px 100px;
-    width: 170px;
-    height: 100px;
+    background-image: url("/assets/img/apache-foundation-logo.png");
+    background-repeat: no-repeat;
+    background-size: contain;
   }
 }
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/36828894/_src/_sass/_layout.scss
----------------------------------------------------------------------
diff --git a/_src/_sass/_layout.scss b/_src/_sass/_layout.scss
index 62e0feb..ec1d1d3 100644
--- a/_src/_sass/_layout.scss
+++ b/_src/_sass/_layout.scss
@@ -75,7 +75,7 @@
       margin-bottom: 0;
     }
     @media (min-width: 64em) {
-      width: 40em;
+      width: 45em;
       padding: 1em;
       .vldb2016 {
         margin-bottom: 0;

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/36828894/_src/assets/img/apache-foundation-logo.png
----------------------------------------------------------------------
diff --git a/_src/assets/img/apache-foundation-logo.png 
b/_src/assets/img/apache-foundation-logo.png
new file mode 100644
index 0000000..afb67dd
Binary files /dev/null and b/_src/assets/img/apache-foundation-logo.png differ

Reply via email to