Author: dmagda
Date: Wed Jul 26 23:17:55 2017
New Revision: 1803122

URL: http://svn.apache.org/viewvc?rev=1803122&view=rev
Log:
updated

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

Modified: ignite/site/trunk/css/all.css
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/css/all.css?rev=1803122&r1=1803121&r2=1803122&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Wed Jul 26 23:17:55 2017
@@ -9084,7 +9084,6 @@ hr.vertical {
 
 #ignite-faq h2 {
   font-size: 22px;
-  padding-bottom: 10px;
 }
 
 .header {

Modified: ignite/site/trunk/scss/ignite.scss
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1803122&r1=1803121&r2=1803122&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Wed Jul 26 23:17:55 2017
@@ -1629,7 +1629,6 @@ hr.vertical {
 #ignite-faq {
     h2 {
         font-size: 22px;
-        padding-bottom: 10px;
     }
 }
 
@@ -1654,4 +1653,4 @@ div.square {
   border-radius: 5px;
   width: 50px;
   height: 50px;
-}
\ No newline at end of file
+}

Modified: ignite/site/trunk/whatisignite.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/whatisignite.html?rev=1803122&r1=1803121&r2=1803122&view=diff
==============================================================================
--- ignite/site/trunk/whatisignite.html (original)
+++ ignite/site/trunk/whatisignite.html Wed Jul 26 23:17:55 2017
@@ -54,31 +54,29 @@ under the License.
         <section id="whatisignite" class="page-section" style="border: none;">
             <h1 class="first">What is Ignite?</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding: 0px;">
-                <div class="col-sm-6 col-md-6 col-xs-12" 
style="padding-left:0; padding-right:0">
-                    <p style="margin-bottom: 10px;"><b style="font-weight: 
500">Ignite is a memory-centric platform</b></p>
-                    <ul class="page-list">
-                        <li>combining a <b style="font-weight: 
500">distributed SQL</b> database</li>
-                        <li>with a <b style="font-weight: 500">key-value</b> 
data grid</li>
-                        <li>that is <b style="font-weight: 
500">ACID</b>-compliant</li>
-                        <li>and horizontally <b style="font-weight: 
500">scalable</b></li>
+                <div class="col-sm-6 col-md-6 col-xs-12" 
style="padding-left:0; padding-right:0; top: 30px; " class="whatisignite">
+                    <p style="margin-bottom: 10px; font-size:27px;"><b 
style="font-weight: 500">Ignite is a memory-centric platform</b></p>
+                    <ul class="page-list" style="font-size:27px;">
+                        <li style="font-size:24px;">combining a <b 
style="font-weight: 500">distributed SQL</b> database</li>
+                        <li style="font-size:24px;">with a <b 
style="font-weight: 500">key-value</b> data grid</li>
+                        <li style="font-size:24px;">that is <b 
style="font-weight: 500">ACID</b>-compliant</li>
+                        <li style="font-size:24px;">and horizontally <b 
style="font-weight: 500">scalable</b></li>
                     </ul>
-                    <div style="padding-top: 10px;"><br/>
-                        <h2 style="font-size: 22px; padding-bottom: 10px;">Is 
Ignite a distributed database?</h2>
-                        <p>
-                            <b style="font-weight: 500">Yes</b>. Data in 
Ignite is either partitioned or replicated across a cluster of multiple nodes.
-                            This provides scalability and adds resilience to 
the system. Ignite automatically controls how data is partitioned,
-                            however, users can plugin their own distribution 
(affinity) functions and collocate various pieces of data together for 
efficiency.
-                        </p>
-                        <p><a 
href="https://apacheignite.readme.io/v2.1/docs/distributed-sql";>Read 
more</a></p><br/>
-                    </div>
                 </div>
-
-                <div class="col-sm-6 col-md-6 col-xs-12" 
style="padding-right:0; top: -5px;">
-                    <a href="/images/Main-Ignite-diagram_v2.png"><img 
class="img-responsive" src="/images/Main-Ignite-diagram_v2.png" width="450px" 
style="float:right;"/></a>
+                <div class="col-sm-6 col-md-6 col-xs-12" 
style="padding-right:0; top: -75px;">
+                    <a href="/images/Main-Ignite-diagram_v2.png"><img 
class="img-responsive" src="/images/Main-Ignite-diagram_v2.png" width="430px" 
style="float:right;"/></a>
                 </div>
             </div>
         </section>
         <section id="ignite-faq" class="page-section">
+            <h2>Is Ignite a distributed database?</h2>
+            <p>
+                <b style="font-weight: 500">Yes</b>. Data in Ignite is either 
partitioned or replicated across a cluster of multiple nodes.
+                This provides scalability and adds resilience to the system. 
Ignite automatically controls how data is partitioned,
+                however, users can plugin their own distribution (affinity) 
functions and collocate various pieces of data together for efficiency.
+            </p>
+            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/distributed-sql";>Read 
more</a></p><br/><br/>
+
             <h2>Is Ignite a relational SQL database?</h2>
             <p>
                 <b style="font-weight: 500">Not fully</b>. Although Ignite 
aims to behave like any other relational SQL database, there are differences in 
how Ignite handles constraints and indexes.
@@ -89,13 +87,13 @@ under the License.
                 Essentially, Ignite purposely does not support any constraints 
that would entail a cluster broadcast message for each update
                 and significantly hurt performance and scalability of the 
system.
             </p>
-            <p><a href="https://apacheignite.readme.io/v2.1/docs/indexes";>Read 
more</a></p><br/>
+            <p><a href="https://apacheignite.readme.io/v2.1/docs/indexes";>Read 
more</a></p><br/><br/>
 
             <h2>Is Ignite an in-memory database?</h2>
             <p>
                 <b style="font-weight: 500">Yes</b>. Even though Ignite 
durable memory works well in-memory and on-disk, the disk persistence can be 
disabled and Ignite can act as a pure in-memory database.
             </p>
-            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/distributed-sql";>Read 
more</a></p><br/>
+            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/distributed-sql";>Read 
more</a></p><br/><br/>
 
             <h2>Is Ignite a transactional database?</h2>
             <p>
@@ -106,20 +104,20 @@ under the License.
             <p>
                 At SQL level Ignite supports atomic, but not yet transactional 
consistency. Ignite community plans to implement SQL transactions in version 
2.2.
             </p>
-            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/sql-queries#known-limitations";>Read
 more</a></p><br/>
+            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/sql-queries#known-limitations";>Read
 more</a></p><br/><br/>
 
             <h2>Is Ignite a key-value store?</h2>
             <p>
                 <b style="font-weight: 500">Yes</b>. Ignite provides a feature 
rich key-value API, that is JCache (JSR-107) compliant and supports Java, C++, 
and .NET.
             </p>
-            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/data-grid";>Read more</a></p><br/>
+            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/data-grid";>Read 
more</a></p><br/><br/>
 
             <h2>Is Ignite an in-memory data grid?</h2>
             <p>
                 <b style="font-weight: 500">Yes</b>. Ignite is a full-featured 
data grid, which can be used either in pure in-memory mode or with Ignite 
native persistence.
                 It can also integrate with any 3rd party database, including 
any RDBMS or NoSQL store.
             </p>
-            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/data-grid";>Read more</a></p><br/>
+            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/data-grid";>Read 
more</a></p><br/><br/>
 
             <h2>What is durable memory?</h2>
             <p>
@@ -127,7 +125,7 @@ under the License.
                 allocator which becomes durable by persisting to the 
write-ahead-log (WAL) and, then, to main Ignite persistent storage. When 
persistence
                 is disabled, durable memory acts like a pure in-memory storage.
             </p>
-            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/durable-memory";>Read 
more</a></p><br/>
+            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/durable-memory";>Read 
more</a></p><br/><br/>
 
             <h2>What is collocated processing?</h2>
             <p>
@@ -135,7 +133,7 @@ under the License.
                 Data collocation becomes especially important when performing 
distributed SQL joins. Ignite also supports sending user logic
                 (functions, lambdas, etc.) directly to the nodes where the 
data resides and computing on data locally.
             </p>
-            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/collocate-compute-and-data";>Read 
more</a></p><br/>
+            <p><a 
href="https://apacheignite.readme.io/v2.1/docs/collocate-compute-and-data";>Read 
more</a></p><br/><br/>
 
             <h2>Book</h2>
                 <p>Learn even more from <a href="http://a.co/h4MBi1v"; 
target="_blank">High-Performance in-memory computing with Apache Ignite</a> 
book.</p>


Reply via email to