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/19 02:04:05 UTC

svn commit: r1875405 - in /ignite/site/branches/ignite-redisign: ./ arch/ community/ css/ features/ includes/ scss/ use-cases/

Author: dmagda
Date: Thu Mar 19 02:04:05 2020
New Revision: 1875405

URL: http://svn.apache.org/viewvc?rev=1875405&view=rev
Log:
added background to the header of the internal pages

Modified:
    ignite/site/branches/ignite-redisign/arch/clustering.html
    ignite/site/branches/ignite-redisign/arch/multi-tier-storage.html
    ignite/site/branches/ignite-redisign/arch/persistence.html
    ignite/site/branches/ignite-redisign/community/contribute.html
    ignite/site/branches/ignite-redisign/community/resources.html
    ignite/site/branches/ignite-redisign/css/ignite-redesign.css
    ignite/site/branches/ignite-redisign/docs-and-apis.html
    ignite/site/branches/ignite-redisign/events.html
    ignite/site/branches/ignite-redisign/features.html
    ignite/site/branches/ignite-redisign/features/collocatedprocessing.html
    ignite/site/branches/ignite-redisign/features/datastructures.html
    ignite/site/branches/ignite-redisign/features/machinelearning.html
    ignite/site/branches/ignite-redisign/features/manageandmonitor.html
    ignite/site/branches/ignite-redisign/features/messaging.html
    ignite/site/branches/ignite-redisign/features/multilanguage.html
    ignite/site/branches/ignite-redisign/features/rdbmsintegration.html
    ignite/site/branches/ignite-redisign/features/servicegrid.html
    ignite/site/branches/ignite-redisign/features/sql.html
    ignite/site/branches/ignite-redisign/features/streaming.html
    ignite/site/branches/ignite-redisign/features/tensorflow.html
    ignite/site/branches/ignite-redisign/features/transactions.html
    ignite/site/branches/ignite-redisign/includes/header.html
    ignite/site/branches/ignite-redisign/includes/scripts.html
    ignite/site/branches/ignite-redisign/index.html
    ignite/site/branches/ignite-redisign/meetup-groups.html
    ignite/site/branches/ignite-redisign/screencasts.html
    ignite/site/branches/ignite-redisign/scss/ignite-redesign.scss
    ignite/site/branches/ignite-redisign/use-cases/datagrid.html
    ignite/site/branches/ignite-redisign/use-cases/dih.html
    ignite/site/branches/ignite-redisign/use-cases/hadoop-acceleration.html
    ignite/site/branches/ignite-redisign/use-cases/hpc.html
    ignite/site/branches/ignite-redisign/use-cases/in-memory-cache.html
    ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html
    ignite/site/branches/ignite-redisign/use-cases/key-value-store.html
    ignite/site/branches/ignite-redisign/use-cases/provenusecases.html
    ignite/site/branches/ignite-redisign/use-cases/spark-acceleration.html
    ignite/site/branches/ignite-redisign/whatisignite.html

Modified: ignite/site/branches/ignite-redisign/arch/clustering.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/arch/clustering.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/arch/clustering.html (original)
+++ ignite/site/branches/ignite-redisign/arch/clustering.html Thu Mar 19 02:04:05 2020
@@ -55,8 +55,12 @@ under the License.
 
     <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1>Deploy <strong>Anywhere</strong></h1>
+        </div>
+    </header>
     <div class="container">
-        <h1>Deploy <strong>Anywhere</strong></h1>
             
         <img class="img-responsive diagram-right" src="/images/ignite-deploy.png" />
         <p>

Modified: ignite/site/branches/ignite-redisign/arch/multi-tier-storage.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/arch/multi-tier-storage.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/arch/multi-tier-storage.html (original)
+++ ignite/site/branches/ignite-redisign/arch/multi-tier-storage.html Thu Mar 19 02:04:05 2020
@@ -55,10 +55,12 @@ under the License.
 
     <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1>Multi-Tier <strong>Storage</strong></h1>
+        </div>
+    </header>
     <div class="container">
-        <h1>Multi-Tier <strong>Storage</strong></h1>
-        
-        
 
         <p>
             Apache Ignite is designed to work with memory, disk, and Intel Optane as active storage tiers.

Modified: ignite/site/branches/ignite-redisign/arch/persistence.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/arch/persistence.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/arch/persistence.html (original)
+++ ignite/site/branches/ignite-redisign/arch/persistence.html Thu Mar 19 02:04:05 2020
@@ -53,9 +53,13 @@ under the License.
 <body>
     <!--#include virtual="/includes/header.html" -->
     <article>
+      <header>
+        <div class="container">
+          <h1>Apache Ignite <strong>Native Persistence</strong></h1>
+        </div>
+      </header>
       <div class="container">
-        <h1>Apache Ignite <strong>Native Persistence</strong></h1>
-        <img class="img-responsive" src="/images/native_persistence.png" alt="Apache Ignite Native Persistence"/></a>
+        <img class="img-responsive diagram-right" src="/images/native_persistence.png" alt="Apache Ignite Native Persistence"/></a>
           <p>
             Even though Apache Ignite is broadly used as a caching layer on top of external databases, it
             comes with its native persistence - a distributed, ACID, and SQL-compliant disk-based

Modified: ignite/site/branches/ignite-redisign/community/contribute.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/community/contribute.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/community/contribute.html (original)
+++ ignite/site/branches/ignite-redisign/community/contribute.html Thu Mar 19 02:04:05 2020
@@ -47,8 +47,12 @@ under the License.
 <body>
     <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1 >Contribute to <strong>Apache Ignite</strong></h1>
+        </div>
+    </header>
     <div class="container">
-        <h1 >Contribute to <strong>Apache Ignite</strong></h1>
 			
 			<p>
                 This guide discusses various types of contribution to Apache Ignite extending generic ideas

Modified: ignite/site/branches/ignite-redisign/community/resources.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/community/resources.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/community/resources.html (original)
+++ ignite/site/branches/ignite-redisign/community/resources.html Thu Mar 19 02:04:05 2020
@@ -47,9 +47,12 @@ under the License.
 <body>
     <!--#include virtual="/includes/header.html" -->	
     <article>
-<div class="container">
-    
+        <header>
+            <div class="container">
 				<h1 >Community <strong>Resources</strong></h1>
+            </div>
+        </header>
+        <div class="container">
             		<p>
                 		There are many ways you can get help from Apache Ignite community. The <a href="#mail-lists">mailing lists</a> are the easiest way to get answers or to get involved with the project. Specifically, if you have any questions on how to use Ignite, you should subscribe to the user mailing list:
             		</p>

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=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/css/ignite-redesign.css (original)
+++ ignite/site/branches/ignite-redisign/css/ignite-redesign.css Thu Mar 19 02:04:05 2020
@@ -7440,14 +7440,16 @@ strong {
         margin-bottom: 0.5em;
         padding-bottom: 0.5em; }
       #header #nav .navbar-nav li.nav-item ul.dropdown-menu .dropdown-item {
-        padding: 0.4em 1.5em 0.4em 1em; }
+        padding: 0; }
         #header #nav .navbar-nav li.nav-item ul.dropdown-menu .dropdown-item a {
+          padding: 0.4em 1.5em 0.4em 1em;
           color: #000;
-          padding: 0;
           font-size: 14px;
           display: block; }
         #header #nav .navbar-nav li.nav-item ul.dropdown-menu .dropdown-item a:hover {
           text-decoration: none; }
+      #header #nav .navbar-nav li.nav-item ul.dropdown-menu .dropdown-item:active {
+        background-color: #ffffff; }
       #header #nav .navbar-nav li.nav-item ul.dropdown-menu .dropdown-item:last-child {
         border-bottom: 5px solid #b02032;
         padding-bottom: 1em;
@@ -7456,7 +7458,6 @@ strong {
       font-weight: 700; }
 
 #header.shrink #nav .navbar-nav > li.nav-item {
-  font-size: 15px !important;
   width: 120px; }
 
 #header.shrink .btn-secondary {
@@ -7496,11 +7497,11 @@ strong {
   box-shadow: inset 0px 15px 8px -10px #e5e5e5, inset 0px -15px 8px -10px #e5e5e5; }
   #main-banner .wrapper {
     background: #187ccc;
-    background: -moz-linear-gradient(45deg, #187ccc 0%, #0a5a9a 12%, rgba(242, 242, 242, 0) 12%, rgba(242, 242, 242, 0) 80%, #0a5a9a 80%, #187ccc 100%);
-    background: -webkit-linear-gradient(45deg, #187ccc 0%, #0a5a9a 12%, rgba(242, 242, 242, 0) 12%, rgba(242, 242, 242, 0) 80%, #0a5a9a 80%, #187ccc 100%);
-    background: linear-gradient(45deg, #187ccc 0%, #0a5a9a 12%, rgba(242, 242, 242, 0) 12%, rgba(242, 242, 242, 0) 80%, #0a5a9a 80%, #187ccc 100%);
+    background: -moz-linear-gradient(45deg, #187ccc 0%, #0a5a9a 14%, rgba(242, 242, 242, 0) 14%, rgba(242, 242, 242, 0) 80%, #0a5a9a 80%, #187ccc 100%);
+    background: -webkit-linear-gradient(45deg, #187ccc 0%, #0a5a9a 14%, rgba(242, 242, 242, 0) 14%, rgba(242, 242, 242, 0) 80%, #0a5a9a 80%, #187ccc 100%);
+    background: linear-gradient(45deg, #187ccc 0%, #0a5a9a 14%, rgba(242, 242, 242, 0) 14%, rgba(242, 242, 242, 0) 80%, #0a5a9a 80%, #187ccc 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
-    padding: 3em 0; }
+    padding: 5em 0; }
   #main-banner h1 {
     font-weight: 300;
     font-size: 30px;
@@ -7544,73 +7545,63 @@ strong {
     right: 0; }
 
 #home-deployment-options {
-  box-shadow: inset 0px 15px 8px -10px #e5e5e5, inset 0px -15px 8px -10px #e5e5e5; }
-
-#home-deployment-options #intro-text {
-  margin-bottom: 50px; }
-
-#home-deployment-options #intro-text p {
-  border-radius: 5px;
-  padding: 45px 90px;
-  font-size: 25px;
-  text-align: center; }
-
-#home-deployment-options #intro-text:after {
-  content: "";
-  width: 25vw;
-  height: 6px;
-  background-color: #f2f2f2;
-  display: block;
-  margin: 10px auto 10px;
-  border-radius: 5px; }
-
-#home-deployment-options .row {
-  padding: 0 3rem; }
-
-#home-deployment-options .option {
-  padding: 0 40px; }
-
-#home-deployment-options .option a {
-  display: block;
-  text-align: center;
-  color: #000;
-  margin-bottom: 3em; }
-
-#home-deployment-options .option a h3 {
-  font-size: 20px;
-  line-height: 1.5em;
-  font-weight: 600; }
-
-#home-deployment-options .option a h3 span {
-  display: block; }
-
-#home-deployment-options .option a p {
-  font-size: 16px;
-  font-weight: 400;
-  line-height: 1.6em; }
-
-#home-deployment-options .option a svg {
-  width: 100px;
-  height: 100px;
-  fill: #b02032;
-  transition: all 0.5s ease-in-out;
-  background-color: #ffffff;
-  border-radius: 0px;
-  padding: 1.5em;
-  margin-top: 2em;
-  margin-bottom: 1em; }
-
-#home-deployment-options .option a:hover {
-  text-decoration: none; }
-
-#home-deployment-options .option a:hover svg {
-  background-color: #b02032;
-  fill: #ffffff; }
+  box-shadow: inset 0px 15px 8px -10px #e5e5e5, inset 0px -15px 8px -10px #e5e5e5;
+  padding: 2rem 0; }
+  #home-deployment-options h2 {
+    margin-bottom: 0; }
+  #home-deployment-options #intro-text {
+    margin-bottom: 3rem; }
+    #home-deployment-options #intro-text p {
+      border-radius: 5px;
+      padding: 45px 100px;
+      font-size: 22px;
+      text-align: center; }
+  #home-deployment-options #intro-text:after {
+    content: "";
+    width: 25vw;
+    height: 6px;
+    background-color: #f2f2f2;
+    display: block;
+    margin: 10px auto 10px;
+    border-radius: 5px; }
+  #home-deployment-options .row {
+    padding: 0 3rem; }
+    #home-deployment-options .row .option {
+      padding: 0 40px; }
+    #home-deployment-options .row a {
+      display: block;
+      text-align: center;
+      color: #000;
+      margin-bottom: 3em; }
+      #home-deployment-options .row a h3 {
+        font-size: 20px;
+        line-height: 1.5em;
+        font-weight: 600; }
+        #home-deployment-options .row a h3 span {
+          display: block; }
+      #home-deployment-options .row a p {
+        font-size: 16px;
+        font-weight: 400;
+        line-height: 1.6em; }
+      #home-deployment-options .row a svg {
+        width: 100px;
+        height: 100px;
+        fill: #b02032;
+        transition: all 0.5s ease-in-out;
+        background-color: #ffffff;
+        border-radius: 0px;
+        padding: 1.5em;
+        margin-top: 1em;
+        margin-bottom: 1em; }
+    #home-deployment-options .row a:hover {
+      text-decoration: none; }
+      #home-deployment-options .row a:hover svg {
+        background-color: #b02032;
+        fill: #ffffff; }
 
 #home-use-cases {
-  padding: 4rem 0;
-  background-color: #ffffff;
-  box-shadow: inset 0px 15px 8px -10px #e5e5e5; }
+  padding: 5rem 0;
+  background-color: #ffffff; }
   #home-use-cases #intro-text {
     margin-bottom: 50px; }
     #home-use-cases #intro-text p {
@@ -7678,7 +7669,7 @@ section.section-block h2 {
     background: -webkit-linear-gradient(45deg, #187ccc 0%, #0a5a9a 5%, rgba(242, 242, 242, 0) 5%, rgba(242, 242, 242, 0) 95%, #0a5a9a 95%, #187ccc 100%);
     background: linear-gradient(45deg, #187ccc 0%, #0a5a9a 5%, rgba(242, 242, 242, 0) 5%, rgba(242, 242, 242, 0) 95%, #0a5a9a 95%, #187ccc 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
-    padding: 4rem 0; }
+    padding: 5rem 0; }
   #home-features .row {
     padding: 0 3rem; }
   #home-features .feature {
@@ -7715,7 +7706,7 @@ section.section-block h2 {
         fill: #ffffff; }
 
 #home-extras {
-  padding: 4rem 0; }
+  padding: 5rem 0; }
   #home-extras #home-links ul {
     padding: 0 6rem; }
     #home-extras #home-links ul li {
@@ -7818,14 +7809,23 @@ section.section-block h2 {
 * Styles for internal pages 
 */
 article {
-  padding: 80px 0;
+  padding: 0px 0 80px;
   font-size: 16px;
   line-height: 2em; }
+  article header {
+    background: -moz-linear-gradient(45deg, rgba(242, 242, 242, 0) 90%, #0a5a9a 90%, #187ccc 100%);
+    background: -webkit-linear-gradient(45deg, rgba(242, 242, 242, 0) 90%, #0a5a9a 90%, #187ccc 100%);
+    background: linear-gradient(45deg, rgba(242, 242, 242, 0) 90%, #0a5a9a 90%, #187ccc 100%);
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
+    background-color: #f2f2f2;
+    box-shadow: inset 0px 15px 8px -10px #e5e5e5, inset 0px -15px 8px -10px #e5e5e5;
+    padding: 2rem 0;
+    margin-bottom: 5rem; }
   article h1, article h2 {
     font-size: 36px;
     font-weight: 300;
     text-transform: uppercase;
-    margin-bottom: 60px; }
+    margin-bottom: 0; }
     article h1 strong, article h2 strong {
       font-weight: bold;
       color: #055799; }
@@ -7958,6 +7958,11 @@ article {
     font-size: 15px; } }
 
 @media (max-width: 991.98px) {
+  #home-deployment-options #intro-text p {
+    font-size: 20px;
+    padding: 30px 50px; }
+  #home-deployment-options .row .option {
+    padding: 0 25px; }
   #header #nav .navbar-nav {
     position: relative; }
     #header #nav .navbar-nav li.nav-item a.btn {
@@ -8001,6 +8006,9 @@ article {
     background: -webkit-linear-gradient(45deg, #187ccc 0%, #0a5a9a 5%, rgba(242, 242, 242, 0) 5%, rgba(242, 242, 242, 0) 95%, #0a5a9a 95%, #187ccc 100%);
     background: linear-gradient(45deg, #187ccc 0%, #0a5a9a 5%, rgba(242, 242, 242, 0) 5%, rgba(242, 242, 242, 0) 95%, #0a5a9a 95%, #187ccc 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1); }
+  #home-deployment-options #intro-text p {
+    font-size: 18px;
+    padding: 30px 0; }
   #home-use-cases #tabsContent {
     padding: 0; }
     #home-use-cases #tabsContent .txt-wrapper {

Modified: ignite/site/branches/ignite-redisign/docs-and-apis.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/docs-and-apis.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/branches/ignite-redisign/events.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/events.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/events.html (original)
+++ ignite/site/branches/ignite-redisign/events.html Thu Mar 19 02:04:05 2020
@@ -44,12 +44,13 @@ under the License.
 <body>
     <!--#include virtual="/includes/header.html" -->
 <article>
-    <div class="container">
-        <section id="events" class="page-section">
+<header>    <div class="container">
+        
             <h1 class="first">Upcoming Apache Ignite Events</h1>
-
-
-
+</div>
+</header>
+<div class="container">
+            <section id="events" class="page-section">
             <div class="row row-event ">
                 <div class="col-md-2 d-none d-md-block">
                     <div class="round-icon-block">

Modified: ignite/site/branches/ignite-redisign/features.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features.html (original)
+++ ignite/site/branches/ignite-redisign/features.html Thu Mar 19 02:04:05 2020
@@ -48,10 +48,13 @@ under the License.
 <div  class="page-links" id="wrapper">
     <!--#include virtual="/includes/header.html" -->
 <article>
-    <div class="container">
+    <header>    <div class="container">
         
 				<h1>Product <strong>Features</strong></h1>
-				<p>Apache Ignite memory-centric database and caching platform comprises the following set of components:</p>
+</div>
+</header>
+<div class="container">
+				<p>Apache Ignite in-memory computing platform comprises the following set of components:</p>
 			
 		
 		<div class="row">

Modified: ignite/site/branches/ignite-redisign/features/collocatedprocessing.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/collocatedprocessing.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/collocatedprocessing.html (original)
+++ ignite/site/branches/ignite-redisign/features/collocatedprocessing.html Thu Mar 19 02:04:05 2020
@@ -56,9 +56,13 @@ under the License.
 
 <!--#include virtual="/includes/header.html" -->
 <article>
-    <div class="container">
+    <header>
+        <div class="container">
         
         <h1>Minimizing Network Utilization <strong>With Co-located Processing</strong></h1>
+        </div>
+    </header>
+    <div class="container">
            
         <img class="diagram-right img-responsive" src="/images/collocated_processing.png" />
         <p>

Modified: ignite/site/branches/ignite-redisign/features/datastructures.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/datastructures.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/datastructures.html (original)
+++ ignite/site/branches/ignite-redisign/features/datastructures.html Thu Mar 19 02:04:05 2020
@@ -47,8 +47,12 @@ under the License.
 <body>
     <!--#include virtual="/includes/header.html" -->
 <article>
-<div class="container">
-    			<h1 >Distributed <strong>Data Structures</strong></h1>
+    <header>
+        <div class="container">
+    		<h1 >Distributed <strong>Data Structures</strong></h1>
+        </div>
+    </header>
+    <div class="container">
         <p>
             Ignite allows for most of the data structures from <code>java.util.concurrent</code> framework to be used in a distributed fashion. For example, you can take <code>java.util.concurrent.BlockingDeque</code> and add something to it on one node and poll it from another node. Or have a distributed ID generator, which would guarantee uniqueness of IDs on all nodes.
         </p>

Modified: ignite/site/branches/ignite-redisign/features/machinelearning.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/machinelearning.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/machinelearning.html (original)
+++ ignite/site/branches/ignite-redisign/features/machinelearning.html Thu Mar 19 02:04:05 2020
@@ -54,8 +54,12 @@ under the License.
 
     <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1>Apache Ignite <strong>Machine Learning</strong></h1>
+        </div>
+    </header>
     <div class="container">
-        <h1>Apache Ignite <strong>Machine Learning</strong></h1>
             <p>
                 Apache Ignite Machine Learning (ML) is a set of simple, scalable, and efficient tools that
                 allow building predictive machine learning models without costly data transfers.

Modified: ignite/site/branches/ignite-redisign/features/manageandmonitor.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/manageandmonitor.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/manageandmonitor.html (original)
+++ ignite/site/branches/ignite-redisign/features/manageandmonitor.html Thu Mar 19 02:04:05 2020
@@ -45,8 +45,12 @@ under the License.
 
 <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1>Apache Ignite <strong>Management and Monitoring</strong></h1>
+        </div>
+    </header>
     <div class="container">
-        <h1 >Apache Ignite <strong>Management and Monitoring</strong></h1>
             <p>
                 Apache Ignite&reg; exposes metrics in JMX and OpenCensus formats making it possible to monitor the
                 clusters with a broad range of tools, including Zabbix, Prometheus, Grafana, App Dynamics.

Modified: ignite/site/branches/ignite-redisign/features/messaging.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/messaging.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/messaging.html (original)
+++ ignite/site/branches/ignite-redisign/features/messaging.html Thu Mar 19 02:04:05 2020
@@ -47,8 +47,12 @@ under the License.
 <body>
  <!--#include virtual="/includes/header.html" -->
  <article>
+    <header>
+        <div class="container">
+            <h1>Distributed <strong>Messaging and Events</strong></h1>
+        </div>
+    </header>
     <div class="container">
-        <h1>Distributed <strong>Messaging and Events</strong></h1>
 
         <p>
             Ignite provides <b>high-performance cluster-wide messaging</b> functionality to exchange data via publish-subscribe and direct point-to-point communication models. Messages can be exchanged in an ordered or unordered fashion. Ordered messages are slightly slower, but when used, Ignite guarantees that messages will be received in the same order they were sent.

Modified: ignite/site/branches/ignite-redisign/features/multilanguage.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/multilanguage.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/branches/ignite-redisign/features/rdbmsintegration.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/rdbmsintegration.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/rdbmsintegration.html (original)
+++ ignite/site/branches/ignite-redisign/features/rdbmsintegration.html Thu Mar 19 02:04:05 2020
@@ -47,9 +47,12 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1>Automatically Integrate <strong>with RDBMSs</strong></h1>
+        </div>
+    </header>
     <div class="container">
-        <h1>Automatically Integrate with RDBMSs</h1>
-        
         <a href="/images/domain-model.png"><img class="img-responsive diagram-right" src="/images/domain-model.png" /></a>
         <p>
             Ignite provides support for integrating with a variety of persistence stores.

Modified: ignite/site/branches/ignite-redisign/features/servicegrid.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/servicegrid.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/servicegrid.html (original)
+++ ignite/site/branches/ignite-redisign/features/servicegrid.html Thu Mar 19 02:04:05 2020
@@ -47,9 +47,12 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->
 <article>
-<div class="container">
-     
-    <h1 >Deploy User-Defined <strong>Services</strong></h1>
+    <header>
+        <div class="container">
+            <h1 >Deploy User-Defined <strong>Services</strong></h1>
+        </div>
+    </header>
+    <div class="container">
             
     <img class="diagram-right img-responsive" src="/images/ignite_service_grid_v1.png" style="max-width: 35%;" />
     <p>

Modified: ignite/site/branches/ignite-redisign/features/sql.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/sql.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/sql.html (original)
+++ ignite/site/branches/ignite-redisign/features/sql.html Thu Mar 19 02:04:05 2020
@@ -51,8 +51,12 @@ under the License.
 
     <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1>Distributed ANSI SQL <strong>With JOINs</strong></h1>
+      </div>
+    </header>
     <div class="container">
-        <h1>Distributed ANSI SQL <strong>With JOINs</strong></h1>
             
         <img class="img-responsive diagram-right" alt="SQL Database diagram" src="/images/sql_database.png" />
         <p>

Modified: ignite/site/branches/ignite-redisign/features/streaming.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/streaming.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/features/streaming.html (original)
+++ ignite/site/branches/ignite-redisign/features/streaming.html Thu Mar 19 02:04:05 2020
@@ -47,9 +47,12 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1 >Data Loading and <strong>Streaming</strong></h1>
+        </div>
+    </header>
     <div class="container">
-     
-        <h1 >Data Loading and <strong>Streaming</strong></h1>
                 
         <img class="img-responsive diagram-right" src="/images/ignite-stream-query.png" />
         <p>

Modified: ignite/site/branches/ignite-redisign/features/tensorflow.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/tensorflow.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/branches/ignite-redisign/features/transactions.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/features/transactions.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/branches/ignite-redisign/includes/header.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/includes/header.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/includes/header.html (original)
+++ ignite/site/branches/ignite-redisign/includes/header.html Thu Mar 19 02:04:05 2020
@@ -1,6 +1,6 @@
 <!-- REMEMBER TO COPY ALL CHANGES TO download.html -->
 
-<header id="header" class="affix header sticky-top " data-spy="affix" data-offset-top="0">
+<header id="header" class="affix header sticky-top shrink" data-spy="affix" data-offset-top="0">
     <div class="container">
         <nav id="nav" class=" navbar navbar-expand-lg d-flex bd-highlight mb-3" role="navigation">
             <a href="/" class="mr-auto p-2 bd-highlight navbar-brand" aria-label="Ignite Homepage"><img

Modified: ignite/site/branches/ignite-redisign/includes/scripts.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/includes/scripts.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/includes/scripts.html (original)
+++ ignite/site/branches/ignite-redisign/includes/scripts.html Thu Mar 19 02:04:05 2020
@@ -24,13 +24,13 @@
         document.querySelector('head').appendChild(msViewportStyle)
     }
     
-    const onScroll = function(){
-        if(jQuery(document).scrollTop() > 110) {
-            jQuery('#header').addClass('shrink');
-        }else {
-            jQuery('#header').removeClass('shrink');
-        }
-    };
+    // const onScroll = function(){
+    //     if(jQuery(document).scrollTop() > 110) {
+    //         jQuery('#header').addClass('shrink');
+    //     }else {
+    //         jQuery('#header').removeClass('shrink');
+    //     }
+    // };
 
     jQuery(window).scroll(onScroll);
     jQuery(document).ready(onScroll);

Modified: ignite/site/branches/ignite-redisign/index.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/index.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/index.html (original)
+++ ignite/site/branches/ignite-redisign/index.html Thu Mar 19 02:04:05 2020
@@ -146,20 +146,19 @@ under the License.
         <div class="wrapper">
             <div class="container">
                 <h1>Apache Ignite <strong>In-Memory Computing Platform</strong></h1>
+            </div>
+            </header>
+            <div class="container">
 
                 <p></p>
 
                 <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-primary"><i class="fa" aria-hidden="true"></i>
+                       class="btn btn-primary" rel="noopener" target="_blank"><i aria-hidden="true"
+                                                                                 class="fa fa-check-square-o"></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>-->
                 </div>
             </div>
         </div>
@@ -204,54 +203,54 @@ under the License.
             </p>
         </div>
 
-            <div class="container">
-                <h2>apache ignite <strong>is</strong></h2>
-                <div class="row">
-                    <div class="col-sm-6 col-md-4 option">
-                        <a href="/use-cases/in-memory-cache.html"
-                           onclick="ga('send', 'event', 'apache_ignite_dep_options', 'homepage_click', 'in-memory-cache');"
-                           title="Apache Ignite In-Memory Cache"
-                           aria-label="Apache Ignite In-Memory Cache">
-                            <svg>
-                                <use xlink:href="#index-icons--Distributed-IMDataStore"></use>
-                            </svg>
-                            <h3>In-Memory Cache</h3>
-                            <p>
-                                Use Ignite as a low-latency and high-performance in-memory cache with Key-Value and ANSI SQL
-                                support.
-                            </p>
-                        </a>
-                    </div>
-                    <div class="col-sm-6 col-md-4 option">
-                        <a href="/use-cases/datagrid.html"
-                           onclick="ga('send', 'event', 'apache_ignite_dep_options', 'homepage_click', 'data_grid');"
-                           title="" aria-label="">
-                            <svg>
-                                <use xlink:href="#index-icons--Database"></use>
-                            </svg>
-                            <h3>In-Memory Data Grid</h3>
-                            <p>
-                                Gain 100x acceleration by using Ignite as an
-                                advanced in-memory data grid on top of RDBMS, Hadoop or another store.
-                            </p>
-                        </a>
-                    </div>
-                    <div class="col-sm-6 col-md-4 option">
-                        <a href="/use-cases/in-memory-database.html"
-                           onclick="ga('send', 'event', 'apache_ignite_dep_options', 'homepage_click', 'database');"
-                           title="" aria-label="">
-                            <svg>
-                                <use xlink:href="#index-icons--Multi-Model"></use>
-                            </svg>
-                            <h3>In-Memory Database</span></h3>
-                            <p>
-                                Scale out and up across RAM, NVRAM, Flash and disk with Ignite as an
-                                in-memory database with distributed multi-tier storage.
-                            </p>
-                        </a>
-                    </div>
+        <div class="container">
+            <h2>apache ignite <strong>is</strong></h2>
+            <div class="row">
+                <div class="col-md-4 option">
+                    <a aria-label="Apache Ignite In-Memory Cache"
+                       href="/use-cases/in-memory-cache.html"
+                       onclick="ga('send', 'event', 'apache_ignite_dep_options', 'homepage_click', 'in-memory-cache');"
+                       title="Apache Ignite In-Memory Cache">
+                        <svg>
+                            <use xlink:href="#index-icons--Distributed-IMDataStore"></use>
+                        </svg>
+                        <h3>In-Memory Cache</h3>
+                        <p>
+                            Use Ignite as a low-latency and high-performance in-memory cache with Key-Value and ANSI SQL
+                            support.
+                        </p>
+                    </a>
+                </div>
+                <div class="col-md-4 option">
+                    <a aria-label=""
+                       href="/use-cases/datagrid.html"
+                       onclick="ga('send', 'event', 'apache_ignite_dep_options', 'homepage_click', 'data_grid');" title="">
+                        <svg>
+                            <use xlink:href="#index-icons--Database"></use>
+                        </svg>
+                        <h3>In-Memory Data Grid</h3>
+                        <p>
+                            Gain 100x acceleration by using Ignite as an
+                            advanced in-memory data grid on top of RDBMS, Hadoop or another store.
+                        </p>
+                    </a>
+                </div>
+                <div class="col-md-4 option">
+                    <a aria-label=""
+                       href="/use-cases/in-memory-database.html"
+                       onclick="ga('send', 'event', 'apache_ignite_dep_options', 'homepage_click', 'database');" title="">
+                        <svg>
+                            <use xlink:href="#index-icons--Multi-Model"></use>
+                        </svg>
+                        <h3>In-Memory Database</span></h3>
+                        <p>
+                            Scale out and up across RAM, NVRAM, Flash and disk with Ignite as an
+                            in-memory database with distributed multi-tier storage.
+                        </p>
+                    </a>
                 </div>
             </div>
+        </div>
     </section>
 
     <section id="home-use-cases" class="section-block">
@@ -263,46 +262,51 @@ under the License.
             <div class="row">
 
                 <div class="col-md-6">
-                    
-                    
+
+
                     <div class="txt-wrapper">
                         <h3>Applications Acceleration & Data Caching</h3>
                         <p>
-                            Gain up to 100x acceleration for existing services, applications, and APIs using Apache Ignite
+                            Gain up to 100x acceleration for existing services, applications, and APIs using Apache
+                            Ignite
                             as a distributed high-performance in-memory layer. Keep underlying databases in sync,
                             using Ignite as an in-memory data grid.
                         </p>
 
                         <a href="/use-cases/datagrid.html" class="btn btn-primary"
-                            onclick="ga('send', 'event', 'apache_ignite_use_cases', 'homepage_click', 'data_grid');">
+                           onclick="ga('send', 'event', 'apache_ignite_use_cases', 'homepage_click', 'data_grid');">
                             Learn More</a>
                     </div>
                 </div>
                 <div class="col-md-6">
-                    <a href="#"  class="simplified-img-a" data-target="#diagramModal" data-toggle="modal" data-diagram="data-grid">
+                    <a class="simplified-img-a" data-diagram="data-grid" data-target="#diagramModal" data-toggle="modal"
+                       href="#">
                         <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">
+                    <a class="simplified-img-a" data-diagram="database" data-target="#diagramModal" data-toggle="modal"
+                       href="#">
                         <img src="/images/svg-diagrams/dih_tmp_rotated.png"/></a>
                 </div>
                 <div class="col-md-6 order-first order-md-last">
-                    
+
                     <div class="txt-wrapper">
                         <h3>Digital Integration Hub</h3>
                         <p>
-                            Consolidate multiple internal systems and external data silos with Apache Ignite as a low-latency,
-                            high-performance shared data store. Apache Ignite is used to cache and persist data sets dispersed
+                            Consolidate multiple internal systems and external data silos with Apache Ignite as a
+                            low-latency,
+                            high-performance shared data store. Apache Ignite is used to cache and persist data sets
+                            dispersed
                             across many disjointed external databases and systems providing developers with functionally
                             rich, unified and consistent APIs.
                         </p>
 
                         <a href="/use-cases/dih.html" class="btn btn-primary"
-                            onclick="ga('send', 'event', 'apache_ignite_use_cases', 'homepage_click', 'digital_hub');">
+                           onclick="ga('send', 'event', 'apache_ignite_use_cases', 'homepage_click', 'digital_hub');">
                             Learn More</a>
                     </div>
                 </div>
@@ -312,19 +316,20 @@ under the License.
         </div>
 
 
-        <div class="modal fade" id="diagramModal" tabindex="-1" role="dialog" aria-labelledby="diagramModal" aria-hidden="true">
+        <div aria-hidden="true" aria-labelledby="diagramModal" class="modal fade" id="diagramModal" role="dialog"
+             tabindex="-1">
             <div class="modal-dialog" role="document">
-              <div class="modal-content">
-                
-                  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
-                    <span aria-hidden="true">&times;</span>
-                  </button>
-                
-                  <img src="" />
-                
-              </div>
+                <div class="modal-content">
+
+                    <button aria-label="Close" class="close" data-dismiss="modal" type="button">
+                        <span aria-hidden="true">&times;</span>
+                    </button>
+
+                    <img src=""/>
+
+                </div>
             </div>
-          </div>
+        </div>
 
     </section>
 
@@ -434,7 +439,7 @@ under the License.
 
         <div class="container">
             <div class="row">
-                <section id="home-links" class="col-sm-8">
+                <section class="col-md-8" id="home-links">
                     <h2>Quick <strong>Links</strong></h2>
                     <ul>
                         <li><a href="/docs-and-apis.html#docs">
@@ -464,7 +469,7 @@ under the License.
                     </ul>
                 </section>
 
-                <section id="home-twitter" class="col-sm-4">
+                <section class="col-md-4" id="home-twitter">
                     <!--Ignite events -->
                     <h2>Latest <strong>Tweets</strong></h2>
 
@@ -491,6 +496,7 @@ under the License.
         const diagram = jQuery(event.relatedTarget).data('diagram');
         jQuery(this).find('img').attr('src', '/images/svg-diagrams/in-memory-'+diagram+'.svg');
     });
+
 </script>
 </body>
 </html>

Modified: ignite/site/branches/ignite-redisign/meetup-groups.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/meetup-groups.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/branches/ignite-redisign/screencasts.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/screencasts.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/screencasts.html (original)
+++ ignite/site/branches/ignite-redisign/screencasts.html Thu Mar 19 02:04:05 2020
@@ -44,9 +44,12 @@ under the License.
 <body>
     <!--#include virtual="/includes/header.html" -->
 <article>
-    <div class="container">
+    <header>    <div class="container">
         
         <h1 >Apache Ignite <strong>Screencasts</strong></h1>
+</div>
+</header>
+<div class="container">
 
         <p>Ignite's memory-centric architecture  provides rich support for SQL queries including distributed joins, full ACID transactions, key-value data store, collocated processing, elastic scalability, and high availability.</p><br/>
         <p>Take a look at how this works.</p>

Modified: ignite/site/branches/ignite-redisign/scss/ignite-redesign.scss
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/scss/ignite-redesign.scss?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/branches/ignite-redisign/use-cases/datagrid.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/datagrid.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/datagrid.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/datagrid.html Thu Mar 19 02:04:05 2020
@@ -50,8 +50,11 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->
 <article>
-<div class="container">
+  <header><div class="container">
 				<h1>In-Memory Data Grid <strong>With SQL, <br />ACID Transactions and Compute APIs</strong></h1>
+    </div>
+  </header>
+<div class="container">
 			
 				<p>
                     Apache Ignite as an in-memory data grid that accelerates and scales your databases, services, and

Modified: ignite/site/branches/ignite-redisign/use-cases/dih.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/dih.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/dih.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/dih.html Thu Mar 19 02:04:05 2020
@@ -50,8 +50,10 @@ under the License.
 <body>
     <!--#include virtual="/includes/header.html" -->
   <article>
+    <header><div class="container">
+           <h1>Building Digital Integration Hub <strong>With Apache Ignite</strong></h1>
+    </div></header>
     <div class="container">
-					 <h1>Building Digital Integration Hub <stron>With Apache Ignite</stron></h1>
             <img class="diagram-right img-fluid" src="/images/digital-hub.png"/>
                     <p>
                         Apache Ignite is used as a low-latency and shared store of your digital integration hub

Modified: ignite/site/branches/ignite-redisign/use-cases/hadoop-acceleration.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/hadoop-acceleration.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/hadoop-acceleration.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/hadoop-acceleration.html Thu Mar 19 02:04:05 2020
@@ -51,9 +51,12 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->	
 <article>
-    <div class="container">
+  <header><div class="container">
       
-      <h1>Apache Hadoop Performance <br />Acceleration <strong>With Apache Ignite</strong></h1>					
+      <h1>Apache Hadoop Performance <br />Acceleration <strong>With Apache Ignite</strong></h1>
+  </div>
+  </header>
+<div class="container">					
         
       <img class="diagram-right img-fluid" src="/images/hadoop-acceleration.png"/>
       <p>

Modified: ignite/site/branches/ignite-redisign/use-cases/hpc.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/hpc.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/hpc.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/hpc.html Thu Mar 19 02:04:05 2020
@@ -50,9 +50,10 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->
 <article>
-    <div class="container">
-        <h1>High-Performance Computing <strong>With Apache Ignite</strong></h1>
 
+<header><div class="container">
+        <h1>High-Performance Computing <strong>With Apache Ignite</strong></h1></header>
+<div class="container">
         <p>
             Apache Ignite enables high-performance computing by providing APIs for data and
             compute-intensive calculations. The APIs implement the MapReduce paradigm and let you run

Modified: ignite/site/branches/ignite-redisign/use-cases/in-memory-cache.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/in-memory-cache.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/in-memory-cache.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/in-memory-cache.html Thu Mar 19 02:04:05 2020
@@ -50,9 +50,10 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->
 <article>
-    <div class="container">
+  <header><div class="container">
         <h1>In-Memory Cache <strong>With SQL, <br/>ACID Transactions and Compute APIs</strong></h1>
-
+  </div></header>
+  <div class="container">
         <p>
             Apache Ignite is used as a distributed in-memory cache that supports ANSI SQL,
             ACID transactions, co-located computations and machine learning libraries. From APIs and sessions caching

Modified: ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html Thu Mar 19 02:04:05 2020
@@ -54,6 +54,9 @@ under the License.
 <article>
     <div class="container">
         <h1>In-Memory Database <strong>With Multi-Tier Storage</strong></h1>
+</div>
+</header>
+<div class="container">
         <img class="diagram-right img-responsive" src="/images/sql_database.png" width="400px" style="float:right;"/>
         <p>
             Apache Ignite is used as a distributed in-memory database that scales horizontally across memory and disk
@@ -62,9 +65,6 @@ under the License.
             no need for caching of all the data and memory warm-ups.
         </p>
 
-        <p>
-
-        </p>
 
         <h2>Multi-Tier Storage</h2>
         <p>

Modified: ignite/site/branches/ignite-redisign/use-cases/key-value-store.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/key-value-store.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/key-value-store.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/key-value-store.html Thu Mar 19 02:04:05 2020
@@ -51,8 +51,12 @@ under the License.
 
     <!--#include virtual="/includes/header.html" -->
 <article>
+    <header>
+        <div class="container">
+            <h1>Distributed <strong>Key-Value Store</strong></h1>
+        </div>
+    </header>
     <div class="container">
-        <h1>Distributed <strong>Key-Value Store</strong></h1>
             
             <img class="img-responsive diagram-right" src="/images/data_grid.png"  />
             <p>

Modified: ignite/site/branches/ignite-redisign/use-cases/provenusecases.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/provenusecases.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/provenusecases.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/provenusecases.html Thu Mar 19 02:04:05 2020
@@ -47,9 +47,12 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->
 <article>
-  <div class="container">
+  <header><div class="container">
   
     <h1 >Proven Use Cases for <strong>Apache Ignite</strong></h1>
+  </div>
+</header>
+<div class="container">
     
     
       <p> Apache Ignite&reg; is used to solve complex problems related to speed and scale. On this page, the

Modified: ignite/site/branches/ignite-redisign/use-cases/spark-acceleration.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/spark-acceleration.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/spark-acceleration.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/spark-acceleration.html Thu Mar 19 02:04:05 2020
@@ -50,8 +50,11 @@ under the License.
 <body>
 <!--#include virtual="/includes/header.html" -->	
 <article>
-    <div class="container">
+  <header><div class="container">
 					 <h1>Apache Spark Performance <br />Acceleration <strong>With Apache Ignite</strong></h1>
+</div>
+</header>
+<div class="container">
             
            <img class="img-fluid diagram-right" src="/images/spark_integration.png" />
            <p>

Modified: ignite/site/branches/ignite-redisign/whatisignite.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/whatisignite.html?rev=1875405&r1=1875404&r2=1875405&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/whatisignite.html (original)
+++ ignite/site/branches/ignite-redisign/whatisignite.html Thu Mar 19 02:04:05 2020
@@ -49,9 +49,12 @@ under the License.
 <body>
     <!--#include virtual="/includes/header.html" -->
 <article>
-    <div class="container">
+    <header>    <div class="container">
     
         <h1>IGNITE <strong>FACTS</strong></h1>
+</div>
+</header>
+<div class="container">
     
         <div class="row">
             <div class="col-md-6 fact-question">