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 2020/03/11 18:44:45 UTC

svn commit: r1875100 - in /ignite/site/branches/ignite-redisign: css/ignite-redesign.css images/svg-diagrams/data_grid_tmp_rotated.png images/svg-diagrams/dih_tmp_rotated.png index.html

Author: dmagda
Date: Wed Mar 11 18:44:45 2020
New Revision: 1875100

URL: http://svn.apache.org/viewvc?rev=1875100&view=rev
Log:
finished updating the front page structure

Added:
    ignite/site/branches/ignite-redisign/images/svg-diagrams/data_grid_tmp_rotated.png   (with props)
    ignite/site/branches/ignite-redisign/images/svg-diagrams/dih_tmp_rotated.png   (with props)
Modified:
    ignite/site/branches/ignite-redisign/css/ignite-redesign.css
    ignite/site/branches/ignite-redisign/index.html

Modified: ignite/site/branches/ignite-redisign/css/ignite-redesign.css
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/css/ignite-redesign.css?rev=1875100&r1=1875099&r2=1875100&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/css/ignite-redesign.css (original)
+++ ignite/site/branches/ignite-redisign/css/ignite-redesign.css Wed Mar 11 18:44:45 2020
@@ -7504,9 +7504,16 @@ strong {
   #main-banner h1 {
     font-weight: 300;
     font-size: 30px;
-    line-height: 1.4em; }
+    line-height: 1.4em;
+    text-align: center;
+     }
     #main-banner h1 strong {
       display: block; }
+
+  #main-banner .buttons {
+    text-align: center;
+    align-items: center;}
+
   #main-banner p {
     font-size: 24px;
     font-weight: 300;
@@ -7639,7 +7646,7 @@ section.section-block h2 {
 
   #home-deployment-options #intro-text p {
       border-radius: 5px;
-      padding: 30px 90px;
+      padding: 45px 90px;
       font-size: 18px;
       text-align: center;
       line-height: 2em; }
@@ -7894,7 +7901,8 @@ section.internal-page {
     font-size: 26px;
     text-align: center; }
   #main-banner .buttons {
-    text-align: center; }
+    text-align: center;
+    align-items: center;}
   #main-banner .btn {
     margin-bottom: 10px; }
   #home-use-cases #tabsContent .txt-wrapper {

Added: ignite/site/branches/ignite-redisign/images/svg-diagrams/data_grid_tmp_rotated.png
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/images/svg-diagrams/data_grid_tmp_rotated.png?rev=1875100&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/branches/ignite-redisign/images/svg-diagrams/data_grid_tmp_rotated.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/branches/ignite-redisign/images/svg-diagrams/dih_tmp_rotated.png
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/images/svg-diagrams/dih_tmp_rotated.png?rev=1875100&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/branches/ignite-redisign/images/svg-diagrams/dih_tmp_rotated.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/branches/ignite-redisign/index.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/index.html?rev=1875100&r1=1875099&r2=1875100&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/index.html (original)
+++ ignite/site/branches/ignite-redisign/index.html Wed Mar 11 18:44:45 2020
@@ -152,14 +152,14 @@ under the License.
                 <div class="buttons">
                     <a href="https://apacheignite.readme.io/docs/getting-started"
                        onclick="ga('send', 'event', 'main_banner', 'homepage_click', 'getting-started');"
-                       class="btn btn-getting-started"><i class="fa fa-sun-o" aria-hidden="true"></i>
+                       class="btn btn-primary"><i class="fa" aria-hidden="true"></i>
                         Getting Started
                     </a>
-                    <a href="/download.cgi"
-                       onclick="ga('send', 'event', 'main_banner', 'homepage_click', 'download');"
-                       class="btn btn-primary"><i class="fa fa-download" aria-hidden="true"></i>
-                        Download
-                    </a>
+                    <!--<a href="/download.cgi"-->
+                       <!--onclick="ga('send', 'event', 'main_banner', 'homepage_click', 'download');"-->
+                       <!--class="btn btn-primary"><i class="fa fa-download" aria-hidden="true"></i>-->
+                        <!--Download-->
+                    <!--</a>-->
                 </div>
             </div>
         </div>
@@ -205,7 +205,7 @@ under the License.
         </div>
 
             <div class="container">
-                <h2>Apache Ignite <strong>deployed as</strong></h2>
+                <h2>can be <strong>deployed as</strong></h2>
                 <div class="row">
                     <div class="col-sm-6 col-md-4 option">
                         <a href="/use-cases/in-memory-cache.html"
@@ -265,12 +265,12 @@ under the License.
                     
                     
                     <div class="txt-wrapper">
-                        <h3>Applications Acceleration</h3>
+                        <h3>Applications Acceleration and Data Caching</h3>
 
                         <p>
-                            Accelerate existing services and databases with Apache Ignite deployed as an
-                            in-memory data grid or cache that keeps your underlying stores in sync and supports
-                            ANSI SQL, ACID transactions, co-located computations with machine learning.
+                            Accelerate existing services, applications, and APIs with Apache Ignite as a distributed and
+                            high-performant in-memory layer. Keep underlying databases in sync, deploying Ignite as an
+                            in-memory data grid.
                         </p>
 
                         <a href="/use-cases/datagrid.html" class="btn btn-primary"
@@ -279,14 +279,16 @@ under the License.
                     </div>
                 </div>
                 <div class="col-md-6">
-                    <a href="#"  class="simplified-img-a" data-target="#diagramModal" data-toggle="modal" data-diagram="data-grid"><img src="/images/svg-diagrams/in-memory-data-grid.svg"/></a>
+                    <a href="#"  class="simplified-img-a" data-target="#diagramModal" data-toggle="modal" data-diagram="data-grid">
+                        <img src="/images/svg-diagrams/data_grid_tmp_rotated.png"/></a>
                 </div>
                         
             </div>
 
             <div class="row">
                 <div class="col-md-6 order-last order-md-first">
-                    <a href="#" class="simplified-img-a" data-target="#diagramModal" data-toggle="modal" data-diagram="database"><img src="/images/svg-diagrams/in-memory-database.svg"/></a>
+                    <a href="#" class="simplified-img-a" data-target="#diagramModal" data-toggle="modal" data-diagram="database">
+                        <img src="/images/svg-diagrams/dih_tmp_rotated.png"/></a>
                 </div>
                 <div class="col-md-6 order-first order-md-last">
                     
@@ -294,15 +296,13 @@ under the License.
                         <h3>Digital Integration Hub</h3>
 
                         <p>
-                            Combine advantages of in-memory and disk-based systems deploying Apache Ignite
-                            as an in-memory database that treats disk as an active storage layer. Cache a
-                            subset of the data in memory, execute advanced queries including SQL over both
-                            in-memory and disk-only records, and skip time-consuming memory warm-ups on
-                            startup.
+                            Consolidate multiple back-end systems and data silos with Apache Ignite as a low-latency and
+                            shared data store. Enable immediate restarts and processing of disk-only data, deploying
+                            Ignite as an in-memory database with multi-tier storage.
                         </p>
 
-                        <a href="/use-cases/in-memory-database.html" class="btn btn-primary"
-                            onclick="ga('send', 'event', 'apache_ignite_use_cases', 'homepage_click', 'database');">
+                        <a href="/use-cases/dih.html" class="btn btn-primary"
+                            onclick="ga('send', 'event', 'apache_ignite_use_cases', 'homepage_click', 'digital_hub');">
                             Learn More</a>
                     </div>
                 </div>