This is an automated email from the ASF dual-hosted git repository.
dmagda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git
The following commit(s) were added to refs/heads/master by this push:
new 380d3b9 created new critital css for internal pages, and home page
too; also added explicit widh/height for images; changes how google font is
loaded (#68)
380d3b9 is described below
commit 380d3b91630d3f3e8a2680a1fea19071fb90c45c
Author: Mauricio Stekl <[email protected]>
AuthorDate: Wed Jan 13 19:49:20 2021 -0300
created new critital css for internal pages, and home page too; also added
explicit widh/height for images; changes how google font is loaded (#68)
---
includes/scripts.html | 14 --------------
includes/scriptshead.html | 10 ++++++++++
includes/styles.html | 2 +-
index.html | 3 ++-
use-cases/digital-integration-hub.html | 2 +-
use-cases/hadoop-acceleration.html | 2 +-
use-cases/high-performance-computing.html | 2 +-
use-cases/in-memory-cache.html | 2 +-
use-cases/in-memory-data-grid.html | 2 +-
use-cases/in-memory-database.html | 2 +-
use-cases/key-value-store.html | 2 +-
use-cases/spark-acceleration.html | 2 +-
12 files changed, 21 insertions(+), 24 deletions(-)
diff --git a/includes/scripts.html b/includes/scripts.html
index e0e91e8..2501571 100644
--- a/includes/scripts.html
+++ b/includes/scripts.html
@@ -10,20 +10,6 @@
-<!-- load google fonts async -->
-<script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Open+Sans:300,400,600,700&display=swap' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
-
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs="
crossorigin="anonymous"></script>
<script defer
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
diff --git a/includes/scriptshead.html b/includes/scriptshead.html
index c4f7ab6..2cf4ec9 100644
--- a/includes/scriptshead.html
+++ b/includes/scriptshead.html
@@ -1,3 +1,12 @@
+<link rel="dns-prefetch" href="//ajax.googleapis.com">
+<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+
+<link rel="preload" as="style"
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap"
/>
+<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap"
media="print" onload="this.media='all'">
+<noscript>
+ <link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap"
rel="stylesheet">
+</noscript>
+
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-61232409-1"></script>
<script>
@@ -9,3 +18,4 @@
</script>
<style>/** do not delete the following styles. It fixes odds issues when using
the critical css above in firefox */
body {opacity: 0;}.fa{display: none;}</style>
+
diff --git a/includes/styles.html b/includes/styles.html
index 261446b..c4edc8a 100644
--- a/includes/styles.html
+++ b/includes/styles.html
@@ -1 +1 @@
-<!-- remember to copy this content to downloads.html --><style>@charset
"UTF-8";pre[class*=language-]{color:#ccc;background:0
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
0;overflow:auto}pre[class [...]
\ No newline at end of file
+<!-- remember to copy this content to downloads.html --><style>@charset
"UTF-8";:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#055799;--secondary:#b02032;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--gray:#e9e9e9;--shadow-gray:#d5d5d5;--ignite-red:#f20025;--bre
[...]
\ No newline at end of file
diff --git a/index.html b/index.html
index 383bb4f..f6a9121 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,8 @@ under the License.
<title>Distributed Database - Apache Ignite®</title>
<meta name="description"
content="Apache Ignite® is a distributed database for in-memory
speed and high-performance computing.">
- <!--#include virtual="/includes/styles.html" -->
+
+ <!-- remember to copy this content to downloads.html
--><style>@charset "UTF-8";pre[class*=language-]{color:#ccc;background:0
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
0;overflow:auto [...]
</head>
diff --git a/use-cases/digital-integration-hub.html
b/use-cases/digital-integration-hub.html
index 325b9a5..00f7a33 100644
--- a/use-cases/digital-integration-hub.html
+++ b/use-cases/digital-integration-hub.html
@@ -64,7 +64,7 @@ under the License.
that caches and persists data sets scattered across many
disjointed back-end databases and makes
them available through high-performance APIs to your applications.
</p>
- <img class="diagram-right img-fluid"
src="/images/svg-diagrams/digital_hub.svg" alt="Digital Integration Hub" />
+ <img class="diagram-right img-fluid"
src="/images/svg-diagrams/digital_hub.svg" alt="Digital Integration Hub"
width="555" height="600" />
<p>
Applications access Ignite via an API service layer and experience
substantial performance improvements by
diff --git a/use-cases/hadoop-acceleration.html
b/use-cases/hadoop-acceleration.html
index fb39f82..1b4fcd2 100644
--- a/use-cases/hadoop-acceleration.html
+++ b/use-cases/hadoop-acceleration.html
@@ -65,7 +65,7 @@ under the License.
Ignite in-memory computing platform provides low-latency and
high-throughput operations while Hadoop
continues to be used for long-running OLAP workloads.
</p>
- <img class="diagram-right img-fluid"
src="/images/svg-diagrams/hadoop_acceleration.svg" alt="Apache Hadoop
Performance Acceleration" />
+ <img class="diagram-right img-fluid"
src="/images/svg-diagrams/hadoop_acceleration.svg" alt="Apache Hadoop
Performance Acceleration" width="555" height="418" />
<p>
As the architecture diagram on the right suggests, you can achieve
the performance acceleration
diff --git a/use-cases/high-performance-computing.html
b/use-cases/high-performance-computing.html
index 2c4cb1a..25948e8 100644
--- a/use-cases/high-performance-computing.html
+++ b/use-cases/high-performance-computing.html
@@ -68,7 +68,7 @@ under the License.
calculations. Those APIs implement the MapReduce paradigm and
allow you to run arbitrary tasks across the
cluster of nodes.
</p>
- <img class="diagram-right img-fluid"
src="/images/svg-diagrams/home--high-perf-compute-cluster.svg?20201228"
alt="High-Performance Computing With Apache Ignite" />
+ <img class="diagram-right img-fluid"
src="/images/svg-diagrams/home--high-perf-compute-cluster.svg?20201228"
alt="High-Performance Computing With Apache Ignite" width="555" height="395" />
<h2>Co-located Processing</h2>
diff --git a/use-cases/in-memory-cache.html b/use-cases/in-memory-cache.html
index 7dc7f5e..c018df9 100644
--- a/use-cases/in-memory-cache.html
+++ b/use-cases/in-memory-cache.html
@@ -62,7 +62,7 @@ under the License.
applications including APIs and sessions caching and acceleration
for databases and microservices.
</p>
- <img class="img-fluid diagram-right"
src="/images/svg-diagrams/apps_acceleration.svg" alt="In-Memory Cache With
Apache Ignite" />
+ <img class="img-fluid diagram-right"
src="/images/svg-diagrams/apps_acceleration.svg" alt="In-Memory Cache With
Apache Ignite" width="555" height="324" />
<p>
An Apache Ignite cluster can span several interconnected physical
or virtual machines, allowing it to utilize
diff --git a/use-cases/in-memory-data-grid.html
b/use-cases/in-memory-data-grid.html
index 4cb734f..eba21c1 100644
--- a/use-cases/in-memory-data-grid.html
+++ b/use-cases/in-memory-data-grid.html
@@ -64,7 +64,7 @@ under the License.
scalability of existing real-time applications, for <a
href="/use-cases/high-performance-computing.html">
high-performance computing</a>, or for caching of data scattered
across databases.
</p>
- <img class="img-fluid diagram-right"
src="/images/svg-diagrams/data_grid.svg" alt="In-Memory Data Grid with Apache
Ignite"/>
+ <img class="img-fluid diagram-right"
src="/images/svg-diagrams/data_grid.svg" alt="In-Memory Data Grid with Apache
Ignite" width="555" height="600" />
<h2>What is an In-Memory Data Grid?</h2>
diff --git a/use-cases/in-memory-database.html
b/use-cases/in-memory-database.html
index 10b4045..b3ec23a 100644
--- a/use-cases/in-memory-database.html
+++ b/use-cases/in-memory-database.html
@@ -67,7 +67,7 @@ under the License.
processing APIs. As a database, Ignite uses memory, disk or IntelĀ®
Optane⢠as active storage tiers and
removes the need to cache all the data and the need for memory
warm-ups.
</p>
- <img class="diagram-right img-responsive"
src="/images/svg-diagrams/database.svg" alt="In-Memory Database diagram" />
+ <img class="diagram-right img-responsive"
src="/images/svg-diagrams/database.svg" alt="In-Memory Database diagram"
width="555" height="470" />
<h2>Multi-Tier Storage</h2>
diff --git a/use-cases/key-value-store.html b/use-cases/key-value-store.html
index bf54188..86bd67f 100644
--- a/use-cases/key-value-store.html
+++ b/use-cases/key-value-store.html
@@ -67,7 +67,7 @@ under the License.
co-located computations, and machine learning.
</p>
- <img class="img-responsive diagram-right"
src="/images/svg-diagrams/key_value_store.svg" alt="Distributed Key-Value
Store" />
+ <img class="img-responsive diagram-right"
src="/images/svg-diagrams/key_value_store.svg" alt="Distributed Key-Value
Store" width="555" height="600" />
<h2>JCache and Extended Key-Value APIs</h2>
<p>
diff --git a/use-cases/spark-acceleration.html
b/use-cases/spark-acceleration.html
index 7f2a1e1..2e86d69 100644
--- a/use-cases/spark-acceleration.html
+++ b/use-cases/spark-acceleration.html
@@ -66,7 +66,7 @@ under the License.
compute APIs directly on the Spark dataset. Ignite can also be
used as a distributed in-memory layer by Spark
workers that need to share both data and state.
</p>
- <img class="img-fluid diagram-right" alt="Apache Spark Performance
Acceleration" src="/images/svg-diagrams/spark_acceleration.svg"/>
+ <img class="img-fluid diagram-right" alt="Apache Spark Performance
Acceleration" src="/images/svg-diagrams/spark_acceleration.svg" width="555"
height="600" />
<p>