Commit 2cbab899556a592a687c82eabe7c6e6a33996b4a:
Fix some banner logos
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
www/index.html | + -
www/public/HEADER.html | + -
www/roster/banner.rb | +++++ -
------------------------------------------------------------
10 changes: 7 additions, 3 deletions.
------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 10c2c99..13d937d 100644
--- a/www/index.html
+++ b/www/index.html
@@ -17,7 +17,7 @@
<body>
<a href="http://www.apache.org/"><img title="ASF
Logo"src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/></a>
- <a href="http://whimsy.apache.org/"><img src="whimsy.svg" width="140"
title="whimsy"/></a>
+ <a href="/"><img src="whimsy.svg" width="140" title="Whimsy logo"/></a>
<header>
<h2><a
href="http://dictionary.reference.com/browse/whimsy">Whim<span>·</span>sy</a></h2>
diff --git a/www/public/HEADER.html b/www/public/HEADER.html
index aabadd9..f1b7388 100644
--- a/www/public/HEADER.html
+++ b/www/public/HEADER.html
@@ -1,2 +1,2 @@
<a href="http://www.apache.org/"><img title="ASF
Logo"src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/></a>
-<a href="https://whimsy.apache.org/"><img src="../whimsy.svg" width=140"
title="whimsy"/></a>
+<a href="/"><img src="../whimsy.svg" width=140" title="whimsy"/></a>
diff --git a/www/roster/banner.rb b/www/roster/banner.rb
index 11a6079..c1ec93d 100644
--- a/www/roster/banner.rb
+++ b/www/roster/banner.rb
@@ -5,10 +5,14 @@
class Wunderbar::HtmlMarkup
def _banner(args)
# logo
- _a href: 'http://whimsy.apache.org/' do
+ _a href: 'http://www.apache.org/' do
_img alt: 'ASF Logo', title: 'ASF Logo',
src: 'https://www.apache.org/foundation/press/kit/asf_logo_small.png'
end
+ _a href: '/' do
+ _img alt: 'Whimsy logo', title: 'Whimsy logo',
+ src: "../whimsy.svg", width: "140"
+ end
# breadcrumbs
if args[:breadcrumbs]