You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2016/09/28 21:15:08 UTC

svn commit: r1762714 - in /ignite/site/trunk: css/all.css index.html scss/ignite.scss

Author: dmagda
Date: Wed Sep 28 21:15:08 2016
New Revision: 1762714

URL: http://svn.apache.org/viewvc?rev=1762714&view=rev
Log:
updated the home page

Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/index.html
    ignite/site/trunk/scss/ignite.scss

Modified: ignite/site/trunk/css/all.css
URL: http://svn.apache.org/viewvc/ignite/site/trunk/css/all.css?rev=1762714&r1=1762713&r2=1762714&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Wed Sep 28 21:15:08 2016
@@ -8328,7 +8328,13 @@ tr.sub-heading > th {
 }
 
 .btn-lg, .btn-group-lg > .btn {
-  padding: 14px 16px;
+  padding-bottom: 5px;
+  padding-top: 5px;
+  padding-left: 14px;
+  position: relative;
+  top: -10px;
+  padding-right: 14px;
+  font-size: 16px;
 }
 
 .github-stat {
@@ -8446,10 +8452,10 @@ section.page-subsection {
   color: white;
   text-align: center;
   display: block !important;
-  padding-top: 25px;
+  padding-top: 15px;
   margin: auto;
-  width: 100px;
-  height: 100px;
+  width: 80px;
+  height: 80px;
   background: #d7d7d7;
 }
 .features-icon:hover {

Modified: ignite/site/trunk/index.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/index.html?rev=1762714&r1=1762713&r2=1762714&view=diff
==============================================================================
--- ignite/site/trunk/index.html (original)
+++ ignite/site/trunk/index.html Wed Sep 28 21:15:08 2016
@@ -106,13 +106,13 @@ under the License.
                         or flash technologies.
                     </p>
                     <!--#include virtual="/includes/igniteimage.html" -->
-                    <p>
-                        Apache Ignite In-Memory Data Fabric is designed to deliver
-                        uncompromised performance for a wide set of in-memory computing
-                        use cases from <a href="features.html">high performance computing</a>, to the industry most advanced <a href="features.html">data grid</a>, highly available <a href="features.html">service grid</a>, and <a href="features.html">streaming</a>.
-                    </p>&nbsp;
+                    <!--<p>-->
+                        <!--Apache Ignite In-Memory Data Fabric is designed to deliver-->
+                        <!--uncompromised performance for a wide set of in-memory computing-->
+                        <!--use cases from <a href="features.html">high performance computing</a>, to the industry most advanced <a href="features.html">data grid</a>, highly available <a href="features.html">service grid</a>, and <a href="features.html">streaming</a>.-->
+                    <!--</p>&nbsp;-->
 
-                    <div class="btn-wrapper">
+                    <div class="btn-wrapper" style="text-align: center;">
                         <span>
                             <a href="/download.cgi" class="btn-download btn-lg">Download Ignite</a>
                         </span>&nbsp;
@@ -164,15 +164,15 @@ under the License.
                                 What's New in Apache Ignite.NET 1.7</a><br/>
                             <span class="news-box-date">Blog, Pavel Tupitsyn, Aug 09, 2016</span>
                         </li>
-                        <li><a href="/news.html#release-1.7.0">
-                                Apache Ignite 1.7.0 Released</a><br/>
-                            <span class="news-box-date">Aug 05, 2016</span>
-                        </li>
-                        <li>
-                            <a href="http://www.meetup.com/Apache-Ignite-London/events/231963106/" target="_blank">
-                                Apache Ignite London Meetup</a><br/>
-                            <span class="news-box-date">July 13, 2016</span>
-                        </li>
+                        <!--<li><a href="/news.html#release-1.7.0">-->
+                                <!--Apache Ignite 1.7.0 Released</a><br/>-->
+                            <!--<span class="news-box-date">Aug 05, 2016</span>-->
+                        <!--</li>-->
+                        <!--<li>-->
+                            <!--<a href="http://www.meetup.com/Apache-Ignite-London/events/231963106/" target="_blank">-->
+                                <!--Apache Ignite London Meetup</a><br/>-->
+                            <!--<span class="news-box-date">July 13, 2016</span>-->
+                        <!--</li>-->
                     </ul>
                     <p style="text-align : right"><a href="/news.html">Read more</a></p>
                 </div>

Modified: ignite/site/trunk/scss/ignite.scss
URL: http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1762714&r1=1762713&r2=1762714&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Wed Sep 28 21:15:08 2016
@@ -821,7 +821,13 @@ tr.sub-heading {
  }
 
 .btn-lg {
-    padding: 14px 16px;
+    padding-bottom: 5px;
+    padding-top: 5px;
+    padding-left: 14px;
+    position: relative;
+    top: -10px;
+    padding-right: 14px;
+    font-size: 16px;
 }
 
 .github-stat {
@@ -938,10 +944,10 @@ section.page-subsection {
     color: white;
     text-align: center;
     display: block !important;
-    padding-top:25px;
+    padding-top: 15px;
     margin: auto;
-    width: 100px;
-    height: 100px;
+    width: 80px;
+    height: 80px;
     background: #d7d7d7;
     &:hover {
         background: #c51017;