You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/22 20:57:36 UTC

[GitHub] szha closed pull request #9173: updated master branch with 1.0.0 release on the home page

szha closed pull request #9173: updated master branch with 1.0.0 release on the home page
URL: https://github.com/apache/incubator-mxnet/pull/9173
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/_static/mxnet-theme/index.html b/docs/_static/mxnet-theme/index.html
index f7e765fc1c..96f61de30a 100644
--- a/docs/_static/mxnet-theme/index.html
+++ b/docs/_static/mxnet-theme/index.html
@@ -3,11 +3,7 @@
     <div class="row">
       <div class="col-lg-12">
           <div id="banner-title" class='col-sm-6 col-xs-12'><span>Apache MXNet</span>
-            <p id="landing-title">is a flexible and efficient library for deep learning.</p>
-            <p id="intro">
-                Building a high-performance deep learning library requires many system-level design decisions. In this design note, we share the rationale for the specific 
-                choices made when designing MXNet. We imagine that these insights may be useful to both deep learning practitioners and builders of other deep learning systems.
-            </p>
+            <p id="landing-title">A flexible and efficient library for deep learning.</p>
             <div id='landing-btn-blk'>
                 <div id="install_blk">
                     <a href="install/index.html" id="install_btn">Install</a>
@@ -25,17 +21,17 @@
 <div class="section-tout">
   <div class="container">
     <div class="row">
+      <div class="col-lg-4 col-sm-12">
+        <h3>Apache MXNet 1.0 Released</h3>
+        <p>We're excited to announce the release of MXNet 1.0! Check out the release notes for latest updates.</p>
+        <a href="https://github.com/apache/incubator-mxnet/releases/tag/1.0.0">Learn More</a>
+      </div>
       <div class="col-lg-4 col-sm-12">
         <h3>Introducing - Gluon</h3>
         <p>We?re happy to introduce a new elegant, easy to use, imperative interface for MXNet.
         </p>
         <a href="http://gluon.mxnet.io">Learn More</a>
       </div>
-      <div class="col-lg-4 col-sm-12">
-        <h3>MXNet 0.12.0 Released</h3>
-        <p>We're excited to announce the release of MXNet 0.12.0! Check out the release notes for latest updates.</p>
-        <a href="https://github.com/dmlc/mxnet/releases">Learn More</a>
-      </div>
       <div class="col-lg-4 col-sm-12">
         <h3>MXNet Joining Apache</h3>
         <p>We?re excited to announce that MXNet has been accepted to the Apache Incubator.
diff --git a/docs/_static/mxnet.css b/docs/_static/mxnet.css
index 8a9bddc38d..20db74bbd8 100644
--- a/docs/_static/mxnet.css
+++ b/docs/_static/mxnet.css
@@ -132,6 +132,8 @@ img {
 .navbar .container {
     position: relative;
     left: 20px;
+    width: 100%;
+    align-content: center;
 }
 
 @media screen and (max-width: 510px) {
@@ -174,6 +176,8 @@ img {
    padding-top: 0;
     margin-top: 0;
     width: 125px;
+    padding-left: 25px;
+    padding-right: 200px;
 }
 
 #logo {
@@ -495,7 +499,7 @@ li.dropdown-submenu ul.dropdown-menu a {
         top: 49px;
         width: 100%;
         height: 100%;
-        background: url(https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/image/mxnet-background.png);
+        background: url(https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/image/mxnet-background-compressed.jpeg);
         background-attachment: initial;
         background-size: cover;
     }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services