This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4321c0c  Update home page and stylesheets
4321c0c is described below

commit 4321c0cb4f2a1df53d66d9e55e0b5fc5d7b6a798
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Sep 6 13:03:15 2019 -0700

    Update home page and stylesheets
---
 css/geode-site.css  | 2 +-
 index.html          | 4 +---
 stylesheets/all.css | 6 +++---
 stylesheets/base    | 6 +++---
 4 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/css/geode-site.css b/css/geode-site.css
index 937de0c..12ab3f9 100644
--- a/css/geode-site.css
+++ b/css/geode-site.css
@@ -319,7 +319,7 @@ nav.navbar-collapse {
   padding-left: 0;
 }
 .bf-docs-nav .navbar-nav > li > a {
-  margin: 10px 0 0 10px;
+  margin: 20px 0 0 5px;
   padding: 5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
diff --git a/index.html b/index.html
index 3e1fb20..f92e9ae 100644
--- a/index.html
+++ b/index.html
@@ -40,8 +40,6 @@
     <link 
href="https://fonts.googleapis.com/css?family=Open+Sans:200,400,500,300,600,800,700,400italic,600italic,700italic,800italic,300italic";
 rel="stylesheet" type="text/css">
     <link href="/css/font-awesome.min.css" rel="stylesheet" type='text/css'>
 
-    
-
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the 
end of file. -->
     <!--[if lt IE 9]>
       <script src="js/html5shiv.js"></script>
@@ -192,7 +190,7 @@ under the License. -->
           <div class="col-md-4">
               <div class="bf-icon-wrap" style="font-size:30px; vertical-align: 
-5px;" aria-hidden="true"><i class="fa fa-desktop"></i><i class="fa 
fa-laptop"></i></div>
               <h3>Clients</h3>
-              <p>Clients are available for Java. (C++, C# .NET and Node.js 
coming soon.) A REST API is available for all other languages.</p>
+              <p>Clients are available for Java, C++, and C# .NET. A REST API 
is available for all other languages.</p>
           </div>
         </div>
       <div class="row">
diff --git a/stylesheets/all.css b/stylesheets/all.css
index cb1ad39..c356f2e 100644
--- a/stylesheets/all.css
+++ b/stylesheets/all.css
@@ -684,7 +684,7 @@ Add <code>.header-layout</code> to header tag to get fixed 
positioning.
 ```html_example
 <header class="header">
   <h1 class="logo">
-    Pivotal Cloud Foundry Documentation
+    Geode Documentation
   </h1>
   <div class="header-links js-bar-links">
     <div class="btn-menu" data-behavior="MenuMobile"></div>
@@ -851,7 +851,7 @@ category: basics
 ---
 ```html_example
 <h1 class="title-flashy">
-  <span class="title-deemph">Pivotal</span> Documentation
+  <span class="title-deemph">Geode</span> Documentation
 </h1>
 ```
 */
@@ -886,7 +886,7 @@ category: basics
 ---
 ```html_example
 <h2 class="title-intro">
-  Everything you need to know about Pivotal Software.
+  Everything you need to know about Geode Software.
 </h2>
 ```
 */
diff --git a/stylesheets/base b/stylesheets/base
index 36796fe..6a58888 100644
--- a/stylesheets/base
+++ b/stylesheets/base
@@ -819,7 +819,7 @@ Add <code>.header-layout</code> to header tag to get fixed 
positioning.
 ```html_example
 <header class="header">
   <h1 class="logo">
-    Pivotal Cloud Foundry Documentation
+    Geode Documentation
   </h1>
   <div class="header-links js-bar-links">
     <div class="btn-menu" data-behavior="MenuMobile"></div>
@@ -1010,7 +1010,7 @@ category: basics
 ---
 ```html_example
 <h1 class="title-flashy">
-  <span class="title-deemph">Pivotal</span> Documentation
+  <span class="title-deemph">Geode</span> Documentation
 </h1>
 ```
 */
@@ -1049,7 +1049,7 @@ category: basics
 ---
 ```html_example
 <h2 class="title-intro">
-  Everything you need to know about Pivotal Software.
+  Everything you need to know about Geode Software.
 </h2>
 ```
 */

Reply via email to