Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 300c51e21 -> cfb1fdba0


New look-and-feel for website.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/cfb1fdba
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/cfb1fdba
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/cfb1fdba

Branch: refs/heads/asf-site
Commit: cfb1fdba08c508f2d41b6914f3f84bcdbc22ee96
Parents: 300c51e
Author: JamesBognar <[email protected]>
Authored: Wed Jun 7 15:37:43 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Wed Jun 7 15:37:43 2017 -0400

----------------------------------------------------------------------
 content/images/alaska.png                      | Bin 0 -> 103236 bytes
 content/images/alaska1.png                     | Bin 6855 -> 0 bytes
 content/images/asf.png                         | Bin 0 -> 8875 bytes
 content/images/asf_juneau.png                  | Bin 12341 -> 0 bytes
 content/images/asf_juneau_logo.png             | Bin 0 -> 12232 bytes
 content/images/incubator_feather_egg_logo3.png | Bin 0 -> 16600 bytes
 content/images/juneau.png                      | Bin 0 -> 26745 bytes
 content/index.html                             |  20 ++++++++++++--------
 8 files changed, 12 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cfb1fdba/content/images/alaska.png
----------------------------------------------------------------------
diff --git a/content/images/alaska.png b/content/images/alaska.png
new file mode 100644
index 0000000..2387c57
Binary files /dev/null and b/content/images/alaska.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cfb1fdba/content/images/alaska1.png
----------------------------------------------------------------------
diff --git a/content/images/alaska1.png b/content/images/alaska1.png
deleted file mode 100644
index e902dff..0000000
Binary files a/content/images/alaska1.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cfb1fdba/content/images/asf.png
----------------------------------------------------------------------
diff --git a/content/images/asf.png b/content/images/asf.png
new file mode 100644
index 0000000..ce28113
Binary files /dev/null and b/content/images/asf.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cfb1fdba/content/images/asf_juneau.png
----------------------------------------------------------------------
diff --git a/content/images/asf_juneau.png b/content/images/asf_juneau.png
deleted file mode 100644
index 8d0f989..0000000
Binary files a/content/images/asf_juneau.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cfb1fdba/content/images/asf_juneau_logo.png
----------------------------------------------------------------------
diff --git a/content/images/asf_juneau_logo.png 
b/content/images/asf_juneau_logo.png
new file mode 100644
index 0000000..554e7ab
Binary files /dev/null and b/content/images/asf_juneau_logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cfb1fdba/content/images/incubator_feather_egg_logo3.png
----------------------------------------------------------------------
diff --git a/content/images/incubator_feather_egg_logo3.png 
b/content/images/incubator_feather_egg_logo3.png
new file mode 100644
index 0000000..1cf0510
Binary files /dev/null and b/content/images/incubator_feather_egg_logo3.png 
differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cfb1fdba/content/images/juneau.png
----------------------------------------------------------------------
diff --git a/content/images/juneau.png b/content/images/juneau.png
new file mode 100644
index 0000000..aa21eb0
Binary files /dev/null and b/content/images/juneau.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cfb1fdba/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index cfe228e..5fb513a 100644
--- a/content/index.html
+++ b/content/index.html
@@ -10,15 +10,15 @@
 
                html, body { margin:0px; height: 100%; width: 100%; 
font-family: sans-serif;}
                header {
-                   background-image: url('images/header.jpg');
+                       background-color: #adb2b5;
                    font-size: 2.0em;
                    height: 50px;
                    color: #2874A6;
                    clear: left;
                    margin: 0px;
-                       padding: 20px 20px 0px 50px;
+                       padding: 20px 20px 0px 20px;
                        box-shadow: 5px 5px 2px #888888;
-                       text-shadow: rgba(0,0,0,.2) 2px 6px 
5px,rgba(255,255,255,.4) 0 -4px 30px;
+                       text-shadow: rgba(0,0,0,.2) 2px 6px 
5px,rgba(125,32,191,.4) 0 -4px 30px;
                        white-space: nowrap;
                }
                footer {
@@ -41,13 +41,15 @@
                        box-shadow: 5px 5px 2px #888888;
                        color: rgb(44, 69, 87);
                        background-color: #eef3f7;
-                   font-size: 1.1em;
+                   font-size: 1.0em;
+                   text-transform: uppercase;
+                   font-weight: lighter;
                }
                nav ul { list-style-type: none; padding: 0; }
                nav ul li { padding: 5px 0px; }
                nav ul a { text-decoration: none; color: rgb(44, 69, 87); }
-               nav ul a:hover { font-weight: bold; }
-               nav ul a.selected { font-weight: bold; }
+               nav ul a:hover { font-weight: normal; }
+               nav ul a.selected { font-weight: normal; }
                article {
                        margin: 0px 20px 20px 170px; 
                    padding: 10px 2px;
@@ -128,8 +130,10 @@
 <div class="container">
 
        <header id='header'>
-          Apache Juneau <small>(incubating)</small>
-          <img src='images/feather.png' 
style='position:absolute;right:20px;height:40px;'>
+          <img src='images/alaska.png' style='height:40px;'>
+          <span style='vertical-align: top;color: #cc1b1b; font-weight: 
lighter'>APACHE JUNEAU</span>
+          <span style='vertical-align: top;color: #cc1b1b; font-size: 12pt; 
font-weight: lighter'>(incubating)</span>
+          <img src='images/incubator_feather_egg_logo3.png' 
style='position:absolute;right:20px;height:50px;top:10px'>
        </header>
 
        <nav>

Reply via email to