-
Notifications
You must be signed in to change notification settings - Fork 15
GEODE-4063: Update trademarks on website #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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> | ||
nitin-amp marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <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> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are we sure we don't want these marketing bullets anymore?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would prefer to eliminate them here to avoid the "wall of text" effect that occurs when users load the page. I like the way Apache Airflow does it. Personally, I believe:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That said, I was partial to:
So you'll see I made that slogan the new page title 😄 |
||
| </div> | ||
|
|
||
nitin-amp marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <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> | ||
nitin-amp marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <div class="container"> | ||
| <div class="row"> | ||
| <div class="col-md-4"> | ||
|
|
@@ -150,7 +140,7 @@ <h2>Ready to get started?</h2> | |
| <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 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is related to the new section header I introduced.