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 2017/08/01 17:54:35 UTC

svn commit: r1803676 - in /ignite/site/trunk: css/all.css features/sql.html scss/ignite.scss whatisignite.html

Author: dmagda
Date: Tue Aug  1 17:54:34 2017
New Revision: 1803676

URL: http://svn.apache.org/viewvc?rev=1803676&view=rev
Log:
improving design

Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/features/sql.html
    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=1803676&r1=1803675&r2=1803676&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Tue Aug  1 17:54:34 2017
@@ -9124,6 +9124,21 @@ div.square {
   height: 50px;
 }
 
+#whatisignite .ignite-decription {
+  padding: 0px;
+  height: 250px;
+}
+#whatisignite ul {
+  font-size: 27px;
+  padding-left: 15px;
+  margin-left: 25px;
+  color: #e50000;
+}
+#whatisignite ul li p {
+  font-size: 24px;
+  margin-bottom: 5px;
+}
+
 .btn-transparent {
   color: #fff;
   background-color: transparent;

Modified: ignite/site/trunk/features/sql.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/sql.html?rev=1803676&r1=1803675&r2=1803676&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/scss/ignite.scss
URL: http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1803676&r1=1803675&r2=1803676&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Tue Aug  1 17:54:34 2017
@@ -1671,3 +1671,25 @@ div.square {
   width: 50px;
   height: 50px;
 }
+#whatisignite {
+
+    .ignite-decription {
+        padding: 0px;
+        height: 250px;
+    }
+
+    ul {
+        font-size:27px;
+        padding-left: 15px;
+        margin-left: 25px;
+        color: #e50000;
+
+        li {
+
+            p {
+                font-size:24px;
+                margin-bottom: 5px;
+            }
+        }
+    }
+}
\ No newline at end of file

Modified: ignite/site/trunk/whatisignite.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/whatisignite.html?rev=1803676&r1=1803675&r2=1803676&view=diff
==============================================================================
--- ignite/site/trunk/whatisignite.html (original)
+++ ignite/site/trunk/whatisignite.html Tue Aug  1 17:54:34 2017
@@ -52,15 +52,15 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="whatisignite" class="page-section" style="border: none;">
-            <h1 class="first" style="padding-top: 170px;">WHAT IS <span style="color: #e50000; font-size: 32px; font-weight: 400;">IGNITE?</span></h1>
-            <div class="col-sm-12 col-md-12 col-xs-12" style="padding: 0px; height: 275px;">
+            <h1 class="first" style="padding-top: 170px; letter-spacing: 2px;">WHAT IS <span style="color: #e50000; font-size: 32px; font-weight: 400;">IGNITE?</span></h1>
+            <div class="col-sm-12 col-md-12 col-xs-12 ignite-decription">
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0; top: 0px;">
-                    <ul class="page-list" style="font-size:27px; padding-left: 15px; margin-left: 25px;  color: #e50000;">
-                        <li><p style="font-size:24px;margin-bottom: 5px;">A <b style="font-weight: 500">memory-centric</b> data platform</p></li>
-                        <li><p style="font-size:24px;margin-bottom: 5px;">that is <b style="font-weight: 500">strongly consistent</b></p></li>
-                        <li><p style="font-size:24px;margin-bottom: 5px;">and <b style="font-weight: 500">highly available</b></p></li>
-                        <li><p style="font-size:24px;margin-bottom: 5px;">with powerful <b style="font-weight: 500">SQL</b></p></li>
-                        <li><p style="font-size:24px;margin-bottom: 5px;"><b style="font-weight: 500">key-value</b> and <b style="font-weight: 500">processing</b> APIs</p></li>
+                    <ul class="page-list">
+                        <li><p>A <strong>memory-centric</strong> data platform</p></li>
+                        <li><p>that is <strong>strongly consistent</strong></p></li>
+                        <li><p>and <strong>highly available</strong></p></li>
+                        <li><p>with powerful <strong>SQL</strong>,</p></li>
+                        <li><p><strong>key-value</strong> and <strong>processing</strong> APIs</p></li>
                     </ul>
                 </div>
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-right:0; top: -115px;">
@@ -71,7 +71,7 @@ under the License.
         <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.
+                <strong>Yes</strong>. 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>
@@ -79,7 +79,7 @@ under the License.
 
             <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.
+                <strong>Not fully</strong>. Although Ignite aims to behave like any other relational SQL database, there are differences in how Ignite handles constraints and indexes.
                 Ignite supports primary and secondary indexes, however, the uniqueness can only be enforced for the primary indexes.
                 Ignite also does not support foreign key constraints.
             </p>
@@ -91,13 +91,13 @@ under the License.
 
             <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.
+                <strong>Yes</strong>. 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"></a></p><br/><br/>
 
             <h2>Is Ignite a transactional database?</h2>
             <p>
-                <b style="font-weight: 500">Not fully</b>. ACID Transactions are supported, but only at key-value API level. Ignite also supports cross-partition transactions,
+                <strong>Not fully</strong>. ACID Transactions are supported, but only at key-value API level. Ignite also supports cross-partition transactions,
                 which means that transactions can span keys residing in different partitions on different servers.
             </p>
 
@@ -108,13 +108,13 @@ under the License.
 
             <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++, <nobr>and .NET.</nobr>
+                <strong>Yes</strong>. Ignite provides a feature rich key-value API, that is JCache (JSR-107) compliant and supports Java, C++, <nobr>and .NET.</nobr>
             </p>
             <p><a href="https://apacheignite.readme.io/v2.1/docs/data-grid"></a></p><br/><br/>
 
             <h2>Is Ignite an in-memory data grid (IMDG)?</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.
+                <strong>Yes</strong>. 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"></a></p><br/><br/>