From 226b1f4ba9f58cc06d9beb6475530471b4969726 Mon Sep 17 00:00:00 2001 From: Bryan Behrenshausen Date: Tue, 12 Aug 2025 12:07:24 -0400 Subject: [PATCH 1/5] Update button and description styles Signed-off-by: Bryan Behrenshausen --- website/content/css/geode-site.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/css/geode-site.css b/website/content/css/geode-site.css index ae737ed81..6a1ee901f 100644 --- a/website/content/css/geode-site.css +++ b/website/content/css/geode-site.css @@ -196,7 +196,7 @@ a.btn { font-family: 'klavika-web', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 500 !important; font-style: normal; - letter-spacing: 110%; + letter-spacing: 4%; } h1 { font-weight: 200; @@ -381,8 +381,9 @@ li.divider { .bf-masthead .description { font-style: normal; font-size: 150%; - margin-bottom: 45px; - /*line-height: 100%;*/ + margin-bottom: 20px; + letter-spacing: 2%; + line-height: 135%; } .bf-masthead .btn-wrapper { text-align: center; From ca83c318e6fee40f06c9842e15cda186da5e69fc Mon Sep 17 00:00:00 2001 From: Bryan Behrenshausen Date: Tue, 12 Aug 2025 12:09:04 -0400 Subject: [PATCH 2/5] Change project description code to p tags Signed-off-by: Bryan Behrenshausen --- website/content/index.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/website/content/index.html b/website/content/index.html index 5e9f742da..95003da41 100644 --- a/website/content/index.html +++ b/website/content/index.html @@ -24,12 +24,10 @@

Performance is key. Consistency is a must.

-

Providing low latency, high concurrency data management solutions since 2002.
-
Build high-speed, data-intensive applications that elastically meet performance requirements at any scale.
- Take advantage of Apache Geode's unique technology that blends advanced techniques for data replication, partitioning and distributed processing. - -

- Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing.
+

Providing low latency, high concurrency data management solutions since 2002.

+

Build high-speed, data-intensive applications that elastically meet performance requirements at any scale.

+

Take advantage of Apache Geode's unique technology that blends advanced techniques for data replication, partitioning and distributed processing.

+

Apache Geode provides a database-like consistency model, reliable transaction processing, and a shared-nothing architecture to maintain very low latency performance with high concurrency processing.

@@ -141,7 +139,7 @@

Adapters

And much more... Interested? You can check our Geode in 5 minutes tutorial , ask a question on the Mailing lists or StackOverflow
-
From b74801c280cd61476dd5477eaabe1c9f41b25c6c Mon Sep 17 00:00:00 2001 From: Bryan Behrenshausen Date: Tue, 12 Aug 2025 12:30:07 -0400 Subject: [PATCH 3/5] Re-write tutorial callout module Signed-off-by: Bryan Behrenshausen --- website/content/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/content/index.html b/website/content/index.html index 95003da41..12c558060 100644 --- a/website/content/index.html +++ b/website/content/index.html @@ -135,10 +135,12 @@

Adapters

-
- And much more... Interested? You can check our Geode in 5 minutes tutorial , ask a question on the Mailing lists or StackOverflow -
-
+
+

Ready to get started?

+

Follow the tutorial

+

Geode in five minutes

+
+
From 888ffd53db13e220407d9da7678d46f62dfc337d Mon Sep 17 00:00:00 2001 From: Bryan Behrenshausen Date: Tue, 12 Aug 2025 14:34:46 -0400 Subject: [PATCH 4/5] Lighten preformatted code block background Signed-off-by: Bryan Behrenshausen --- website/content/css/geode-site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/css/geode-site.css b/website/content/css/geode-site.css index 6a1ee901f..e787db8b1 100644 --- a/website/content/css/geode-site.css +++ b/website/content/css/geode-site.css @@ -1501,7 +1501,7 @@ h2.icns-tools:before{ } /* desert scheme ported from vim to google prettify */ -pre.prettyprint { display: block; background-color: #333 } +pre.prettyprint { display: block; background-color: #D4D4D4 } pre .nocode { background-color: none; color: #000 } pre .str { color: #ffa0a0 } /* string - pink */ pre .kwd { color: #f0e68c; font-weight: bold } From ab2280aa7996bdb0b97c9a3c411a5f0b1babe10e Mon Sep 17 00:00:00 2001 From: Bryan Behrenshausen Date: Fri, 15 Aug 2025 09:04:46 -0400 Subject: [PATCH 5/5] Re-add link to community resources Signed-off-by: Bryan Behrenshausen --- website/content/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/index.html b/website/content/index.html index 12c558060..17200401c 100644 --- a/website/content/index.html +++ b/website/content/index.html @@ -139,6 +139,7 @@

Adapters

Ready to get started?

Follow the tutorial

Geode in five minutes

+

Or browse community resources.