This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2295856 Expose banner logo on homepage, as it is, already, on
secondary pages
2295856 is described below
commit 22958566be59d5f631b008f9b5915181008d15c9
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Sep 6 14:00:16 2019 -0700
Expose banner logo on homepage, as it is, already, on secondary pages
---
website/content/css/geode-site.css | 2 +-
website/content/js/usergrid-site.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/content/css/geode-site.css
b/website/content/css/geode-site.css
index 12ab3f9..ae737ed 100644
--- a/website/content/css/geode-site.css
+++ b/website/content/css/geode-site.css
@@ -1345,7 +1345,7 @@ h2.icns-tools:before{
/* Tablets and up */
@media screen and (min-width: 768px) {
header.secondary #home-logo { opacity: 1; }
- #home-logo { opacity: 0; height: 40px;}
+ #home-logo { opacity: 1; height: 40px;}
.bf-header {
font-size: 21px;
text-align: left;
diff --git a/website/content/js/usergrid-site.js
b/website/content/js/usergrid-site.js
index 115768a..3e63e84 100644
--- a/website/content/js/usergrid-site.js
+++ b/website/content/js/usergrid-site.js
@@ -29,7 +29,7 @@ function setHeaderForScroll(scrollTop) {
blue = Math.floor(166 - (166-94) * percent);
blur = Math.floor(2 * percent);
} else {
- opacity = 0;
+ opacity = 1; // set to 0 to hide logo
red = 36;
green = 129;
blue = 166;