Merge pull request #26 from semioticrobotic/feature/GEODE-4063
GEODE-4063: Update trademarks on website
diff --git a/website/content/css/geode-site.css b/website/content/css/geode-site.css
index e787db8..f6a8964 100644
--- a/website/content/css/geode-site.css
+++ b/website/content/css/geode-site.css
@@ -472,7 +472,7 @@
/* border-bottom: 1px solid #e5e5e5; */
}
.bf-features {
- color: white;
+ color: rgb(52,73,94);
text-align: center;
padding: 20px 0;
}
diff --git a/website/content/index.html b/website/content/index.html
index 7ec8749..0073c00 100644
--- a/website/content/index.html
+++ b/website/content/index.html
@@ -1,5 +1,5 @@
---
-title: Performance is key. Consistency is a must.
+title: Apache Geode™: Providing low latency, high concurrency data management solutions since 2002
---
<!-- Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -23,27 +23,17 @@
<div class="container">
<img class="logo-title img-responsive hidden-xs" src="img/Apache_Geode_logo.png" />
<div class="text-container">
- <h2 class="tagline"><em>Performance</em> is key. <em>Consistency</em> is a must.</h2>
- <p class="description">Providing low latency, high concurrency data management solutions since 2002.</p>
- <p class="description">Build high-speed, data-intensive applications that elastically meet performance requirements at any scale.</p>
- <p class="description">Take advantage of Apache Geode's unique technology that blends advanced techniques for data replication, partitioning and distributed processing.</p>
- <p class="description">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.</p>
+ <p class="description">Apache Geode™ is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.</p>
</div>
-
- <div class="btn-wrapper">
- <p><a href="/releases/" class="btn btn-inverse btn-lg">Download Geode</a> </p>
- <!-- Place this tag where you want the button to render. -->
- <a class="github-button" href="https://github.com/apache/geode" data-icon="octicon-star" data-style="mega" data-count-href="/apache/geode/stargazers" data-count-api="/repos/apache/geode#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star apache/geode on GitHub">Star</a>
- <a class="github-button" href="https://github.com/apache/geode/fork" data-icon="octicon-repo-forked" data-style="mega" data-count-href="/apache/geode/network" data-count-api="/repos/apache/geode#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork apache/geode on GitHub">Fork</a>
- <a class="github-button" href="https://github.com/apache/geode" data-icon="octicon-eye" data-style="mega" data-count-href="/apache/geode/watchers" data-count-api="/repos/apache/geode#subscribers_count" data-count-aria-label="# watchers on GitHub" aria-label="Watch apache/geode on GitHub">Watch</a>
-
-
- </div>
- </div>
- </div>
+ <div class="btn-wrapper">
+ <p><a href="/releases/" class="btn btn-inverse btn-lg">Get Geode</a></p>
+ </div>
+ </div>
+ </div>
</section>
<section class="bf-features">
+ <h2>Key features</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
@@ -150,7 +140,7 @@
<div class="row">
<div class="col-md-12 text-left">
<h2>About the Project</h2>
-<p>Apache Geode is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.</p>
+<p>Apache Geode™ is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.</p>
<p>Geode pools memory, CPU, network resources, and optionally local disk across multiple processes
to manage application objects and behavior. It uses dynamic replication and data partitioning
diff --git a/website/layouts/footer.html b/website/layouts/footer.html
index a264378..11bdd93 100644
--- a/website/layouts/footer.html
+++ b/website/layouts/footer.html
@@ -45,7 +45,8 @@
<li><a href="https://www.apache.org/foundation/sponsorship.html" target="_blank">Sponsorship</a></li>
<li><a href="https://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
- <li><a href="https://www.apache.org/" target="_blank">Apache Foundation</a></li>
+ <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a>
+ <li><a href="https://www.apache.org/" target="_blank">Apache Software Foundation</a></li>
</ul>
</div>
<div class="col-md-4">
@@ -65,9 +66,9 @@
<div class="row">
<center>
<div id="copyright">
- <a href="https://www.apache.org" target="_blank"><img src="/img/asf_logo.svg" height="125"></a><br/><br/>
+ <a href="https://www.apache.org" target="_blank"><img src="/img/asf_logo.png" height="125"></a><br/><br/>
<p>Copyright © 2025 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.<br>
- Apache, Apache Geode, and the Apache logos are trademarks of The Apache Software Foundation.</p>
+ Apache Geode, Apache, Geode, the Apache logo, and the Apache Geode project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
<p>Site designed & assembled with love by <a href="https://github.com/ryuneeee">@ryuneeee</a> + <a href="https://github.com/realbeast">@realbeast</a> + <a href="https://twitter.com/timanglade">@timanglade</a> + <a href="https://twitter.com/snoopdave">@snoopdave</a> for Apache Usergrid.</p>
<p>Modified for Apache Geode by <a href="https://twitter.com/william_markito">@william_markito</a>.</p>
</div>