Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site cfb1fdba0 -> f06f14276
Update Juneau icon on webpage. 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/f06f1427 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/f06f1427 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/f06f1427 Branch: refs/heads/asf-site Commit: f06f142765c07d4822704c94d011f4177194c410 Parents: cfb1fdb Author: JamesBognar <[email protected]> Authored: Thu Jun 8 09:18:16 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Thu Jun 8 09:18:16 2017 -0400 ---------------------------------------------------------------------- content/images/juneau1.png | Bin 0 -> 322146 bytes content/index.html | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f06f1427/content/images/juneau1.png ---------------------------------------------------------------------- diff --git a/content/images/juneau1.png b/content/images/juneau1.png new file mode 100644 index 0000000..ff1728f Binary files /dev/null and b/content/images/juneau1.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f06f1427/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 5fb513a..95e7055 100644 --- a/content/index.html +++ b/content/index.html @@ -130,8 +130,8 @@ <div class="container"> <header id='header'> - <img src='images/alaska.png' style='height:40px;'> - <span style='vertical-align: top;color: #cc1b1b; font-weight: lighter'>APACHE JUNEAU</span> + <img src='images/juneau1.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</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>
