This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2ed4da4 Minor webpage changes.
2ed4da4 is described below
commit 2ed4da432af44407ea2e708020a4b73ea90c549b
Author: JamesBognar <[email protected]>
AuthorDate: Fri Feb 16 11:28:25 2018 -0500
Minor webpage changes.
---
content/images/data.png | Bin 0 -> 913990 bytes
content/images/juneau6.png | Bin 0 -> 1834143 bytes
content/index.html | 9 ++++++---
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/content/images/data.png b/content/images/data.png
new file mode 100644
index 0000000..11856a7
Binary files /dev/null and b/content/images/data.png differ
diff --git a/content/images/juneau6.png b/content/images/juneau6.png
new file mode 100644
index 0000000..ee763fa
Binary files /dev/null and b/content/images/juneau6.png differ
diff --git a/content/index.html b/content/index.html
index b13609a..0068a40 100644
--- a/content/index.html
+++ b/content/index.html
@@ -53,9 +53,12 @@
clear: left;
margin: 0px;
padding: 20px 20px 0px 20px;
- box-shadow: 5px 5px 2px #999999;
text-shadow: rgba(0,0,0,.2) 2px 6px
5px,rgba(125,32,191,.4) 0 -4px 30px;
white-space: nowrap;
+ background: #f4f4f4 url(images/data.png) top center;
+ background-attachment:fixed;
+ background-size:cover;
+ border-bottom: 1px solid #cccccc;
}
footer {
padding: 0px 10px;
@@ -173,8 +176,8 @@
<div class="container">
<header id='header'>
- <img src='images/juneau2.png'
style='position:absolute;left:20px;height:50px;top:10px'>
- <span style='vertical-align: top;color: #cc1b1b; font-weight:
lighter; padding-left: 100px'>APACHE JUNEAU <small>™</small></span>
+ <img src='images/juneau6.png'
style='position:absolute;left:20px;height:50px;top:10px'>
+ <span style='vertical-align: top;color: #cc1b1b; font-weight:
lighter; padding-left: 75px'>APACHE JUNEAU <small>™</small></span>
<a href="http://www.apache.org/" target="_blank"><img
src='images/feather_small.png'
style='position:absolute;right:20px;height:50px;top:10px'></a>
</header>
--
To stop receiving notification emails like this one, please contact
[email protected].