You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by dm...@apache.org on 2020/12/15 19:38:55 UTC

[ignite-website] branch ignite-13779 updated: Updated the text and rearranged the menu

This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a commit to branch ignite-13779
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/ignite-13779 by this push:
     new 99ea7e6  Updated the text and rearranged the menu
99ea7e6 is described below

commit 99ea7e63988fdcddfbc726e38f24f43317154567
Author: Denis Magda <dm...@gridgain.com>
AuthorDate: Tue Dec 15 11:38:40 2020 -0800

    Updated the text and rearranged the menu
---
 download.html        | 22 ++++++++++++++++++++++
 includes/header.html | 45 ++++++++++++++++++++++-----------------------
 index.html           | 33 +++++++++++++++------------------
 3 files changed, 59 insertions(+), 41 deletions(-)

diff --git a/download.html b/download.html
index 668777a..77341dc 100644
--- a/download.html
+++ b/download.html
@@ -92,6 +92,28 @@ under the License.
 
             <div class="collapse navbar-collapse p-2 bd-highlight" id="navbar">
                 <ul class="navbar-nav ">
+                    <li class="nav-item dropdown" style="width: 90px;">
+                        <a class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true"
+                           aira-expanded="false" id="navbarDocs" aria-label="Use Cases">Docs</a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li class="dropdown-item"><a href="/docs/latest">User Documentation</a></li>
+
+                            <li class="dropdown-item"><a href="/releases/latest/javadoc/index.html">JavaDoc APIs</a></li>
+
+                            <li class="dropdown-item"><a href="/releases/latest/dotnetdoc/api/">.NET APIs</a></li>
+
+                            <li class="dropdown-item"><a href="/releases/latest/cppdoc/index.html">C++ APIs</a></li>
+
+                            <li class="dropdown-item"><a href="/releases/latest/scaladoc/scalar/index.html#org.apache.ignite.scalar.scalar$">Scala APIs</a></li>
+
+                            <li class="dropdown-item">
+                                <a href="https://www.ignite-service.cn/doc/java/" target="_blank" rel="noopener">
+                                    Documentation (Chinese)<i class="fas fa-external-link-alt" style="padding-left:5px;"></i>
+                                </a>
+                            </li>
+                        </ul>
+                    </li>
+
                     <li class="nav-item dropdown">
                         <a class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true"
                            aira-expanded="false" aria-label="Features" id="navbarFeatures">Features</a>
diff --git a/includes/header.html b/includes/header.html
index 7e5efe8..0419667 100644
--- a/includes/header.html
+++ b/includes/header.html
@@ -16,6 +16,28 @@
 
             <div class="collapse navbar-collapse p-2 bd-highlight" id="navbar">
                 <ul class="navbar-nav ">
+                    <li class="nav-item dropdown" style="width: 90px;">
+                        <a class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true"
+                           aira-expanded="false" id="navbarDocs" aria-label="Use Cases">Docs</a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li class="dropdown-item"><a href="/docs/latest">User Documentation</a></li>
+
+                            <li class="dropdown-item"><a href="/releases/latest/javadoc/index.html">JavaDoc APIs</a></li>
+
+                            <li class="dropdown-item"><a href="/releases/latest/dotnetdoc/api/">.NET APIs</a></li>
+
+                            <li class="dropdown-item"><a href="/releases/latest/cppdoc/index.html">C++ APIs</a></li>
+
+                            <li class="dropdown-item"><a href="/releases/latest/scaladoc/scalar/index.html#org.apache.ignite.scalar.scalar$">Scala APIs</a></li>
+
+                            <li class="dropdown-item">
+                                <a href="https://www.ignite-service.cn/doc/java/" target="_blank" rel="noopener">
+                                    Documentation (Chinese)<i class="fas fa-external-link-alt" style="padding-left:5px;"></i>
+                                </a>
+                            </li>
+                        </ul>
+                    </li>
+
                     <li class="nav-item dropdown">
                         <a class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true"
                            aira-expanded="false" aria-label="Features" id="navbarFeatures">Features</a>
@@ -66,29 +88,6 @@
                         </ul>
                     </li>
 
-                    <li class="nav-item dropdown" style="width: 90px;">
-                        <a class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true"
-                           aira-expanded="false" id="navbarUseCases" aria-label="Use Cases">Docs</a>
-                        <ul class="dropdown-menu" role="menu">
-                           <li class="dropdown-item"><a href="/docs/latest">User Documentation</a></li>
-                            
-                            <li class="dropdown-item"><a href="/releases/latest/javadoc/index.html">JavaDoc APIs</a></li>
-
-                            <li class="dropdown-item"><a href="/releases/latest/dotnetdoc/api/">.NET APIs</a></li>
-
-                            <li class="dropdown-item"><a href="/releases/latest/cppdoc/index.html">C++ APIs</a></li>
-
-                            <li class="dropdown-item"><a href="/releases/latest/scaladoc/scalar/index.html#org.apache.ignite.scalar.scalar$">Scala APIs</a></li>
-
-                            <li class="dropdown-item">
-                                <a href="https://www.ignite-service.cn/doc/java/" target="_blank" rel="noopener">
-                                    Documentation (Chinese)<i class="fas fa-external-link-alt" style="padding-left:5px;"></i>
-                                </a>
-                            </li>
-                        </ul>
-                    </li>
-
-
                     <li class="nav-item dropdown">
                         <a class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true"
                            aira-expanded="false" id="navbarUseCases" aria-label="Use Cases">Use Cases</a>
diff --git a/index.html b/index.html
index b3ca2ac..fe1a238 100644
--- a/index.html
+++ b/index.html
@@ -187,7 +187,7 @@ under the License.
                             <strong>
                                 APACHE IGNITE<br/>
                             </strong>
-                            Distributed Database With In-Memory Speed At Scale
+                            Distributed Database For In-Memory Speed At Limitless Scale
                         </h1>
 
                         
@@ -235,7 +235,7 @@ under the License.
     
     <section id="intro-text" class="section-block ">
         <div class="container">
-            <h2>Powere By Ignite</h2>
+<!--            <h2>Powere By Ignite</h2>-->
             
             
             <div class="row poweredby-logos">
@@ -263,7 +263,7 @@ under the License.
     <section id="home-features" class="section-block bg-gray-shadow">
         <div class="wrapper">
             <div class="container">
-                <h2>Core Features <strong>Developers</strong> Find Useful</h2>
+                <h2><strong>Core Features</strong> of the Database Engine</h2>
 
 
                 <div class="row" id="vertical-tabs">
@@ -339,10 +339,10 @@ under the License.
                                     <div class="card-body">
 
                                         <p class="text-muted">
-                                            By default, Ignite operates in a pure in-memory mode. But, with its multi-tier
-                                            storage engine, you can request to utilize available disk resources. With just a
-                                            single switch of a configuration setting, turn an in-memory cluster into
-                                            a distributed database that operates across memory and disk tiers:
+                                            Ignite scales up and out across memory and disk. By default, Ignite operates
+                                            in a pure in-memory mode. But, by toggling a single configuration setting,
+                                            you can turn the cluster into a database that can grow beyond available memory
+                                            capacity:
                                         </p>
 
                                         <div class="code-tabs">
@@ -554,9 +554,7 @@ under the License.
                                     <div class="card-body">
                                         <p class="text-muted">
                                             With traditional databases, you use stored procedures written in PL/SQL for in-place
-                                            calculations.
-                                            <br/>
-                                            With Ignite, you use modern programming languages like Java or C# to develop
+                                            calculations. With Ignite, you use modern programming languages like Java or C# to develop
                                             custom tasks and get them executed across the distributed database:
                                         </p>
 
@@ -672,7 +670,6 @@ under the License.
                                     <div class="card-body">
                                         <p class="text-muted">
                                             With relational databases, you use triggers to react to certain events.
-                                            <br/>
                                             With Ignite, you deploy continuous queries written in modern programming languages
                                             like Java or C#, and process streams of changes on the database and application
                                             side:
@@ -747,7 +744,7 @@ under the License.
         
 
         <div class="container">
-            <h2>What <strong>Architects</strong> Usually Select Apache Ignite For</h2>
+            <h2>What Many <strong>Use</strong> Apache Ignite For</h2>
 
             <div class="row">
                 <div class="txt-wrapper">
@@ -780,7 +777,7 @@ under the License.
                         Store and process petabytes of operational and historical data using Ignite as a
                         distributed database that scales up and out across available memory and disk storage.
                         The database that lets you keep all the data on disk in a consistent way and
-                        cache as much as you can afford in memory.
+                        cache as much as you can fit in memory.
                     </p>
 
                     <a href="/use-cases/in-memory-database.html" role="button" class="btn btn-primary"
@@ -799,11 +796,11 @@ under the License.
 
                 
                 <div class="txt-wrapper">
-                    <h3>High-Performance Compute Cluster</h3>
+                    <h3>High-Performance Computing</h3>
                     <p>
-                        Deploy and execute kilobyte-size code over petabytes of data. Turn your Ignite
-                        cluster into a distributed supercomputer for low-latency calculations, complex analytics,
-                        and machine learning.
+                        Execute kilobyte-size custom code over petabytes of data. Deploy callable Ignite microservices
+                        on the cluster nodes. Turn your Ignite database into a distributed supercomputer for low-latency
+                        calculations, complex analytics, and machine learning.
                     </p>
 
                     <a href="/use-cases/high-performance-computing.html" role="button" class="btn btn-primary"
@@ -845,7 +842,7 @@ under the License.
 
     <section id="home-deployment-options" class="section-block bg-gray-shadow">
         <div class="container">
-            <h2>How Else <strong>Some</strong> Describe Apache Ignite</h2>
+            <h2>What Apache Ignite Is <strong>Endorsed</strong> For</h2>
             <div class="row">
                 <div class="col-md-4 option">
                     <a aria-label="Apache Ignite In-Memory Cache"