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 2018/08/27 18:53:56 UTC

[GitHub] nswamy closed pull request #12347: adding Apache conference promo to home page

nswamy closed pull request #12347: adding Apache conference promo to home page
URL: https://github.com/apache/incubator-mxnet/pull/12347
 
 
   

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 3647e23a736..c8417ef023c 100644
--- a/docs/_static/mxnet-theme/index.html
+++ b/docs/_static/mxnet-theme/index.html
@@ -1,8 +1,8 @@
 <div id="splash">
   <div class="container">
     <div class="row">
-      <div class="col-lg-12">
-          <div id="banner-title" class='col-sm-6 col-xs-12'><span>Apache MXNet (Incubating)</span>
+      <div class="col-lg-6">
+          <div id="banner-title"><span>Apache MXNet (Incubating)</span>
             <p id="landing-title">A flexible and efficient library for deep learning.</p>
             <div id='landing-btn-blk'>
                 <div id="install_blk">
@@ -12,7 +12,10 @@
                     <a href="faq/why_mxnet.html" id="why_mxnet_btn">Learn More</a>
                 </div>
             </div>
-        </div>
+          </div>
+      </div>
+      <div class="col-lg-6" style="padding-top: 60px;">
+        <a href="http://www.apachecon.com/acna18/" class="section-tout-promo"><img src="http://www.apachecon.com/acna18/banners/acna-sleek-highres.png" width="65%" alt="apachecon"/></a>
       </div>
     </div>
   </div>
@@ -31,10 +34,10 @@ <h3>MXNet 1.2.1 Released</h3>
         <a href="https://github.com/apache/incubator-mxnet/releases/tag/1.2.1">Learn More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
-          <h3>Introducing the Scala Inference API</h3>
-          <p>A model loading and inference API is now available for Scala developers. Try out the examples for single shot detection and loading models for image classification.
-          </p>
-          <a href="api/scala/index.html">Learn More</a>
+        <h3>Introducing the Scala Inference API</h3>
+        <p>A model loading and inference API is now available for Scala developers. Try out the examples for single shot detection and loading models for image classification.
+        </p>
+        <a href="api/scala/index.html">Learn More</a>
       </div>
     </div>
   </div>


 

----------------------------------------------------------------
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