You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2017/04/06 14:29:25 UTC

[whimsy] branch master updated: chmod 755 and add nav

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  f46f94a   chmod 755 and add nav
f46f94a is described below

commit f46f94af0b3f287e352eb96f7c08c5a1d2efe25f
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Thu Apr 6 10:29:20 2017 -0400

    chmod 755 and add nav
---
 www/test/trademark.cgi | 34 +++++++++++++++++++++++++---------
 1 file changed, 25 insertions(+), 9 deletions(-)

diff --git a/www/test/trademark.cgi b/www/test/trademark.cgi
old mode 100644
new mode 100755
index 71e4b19..30d99f3
--- a/www/test/trademark.cgi
+++ b/www/test/trademark.cgi
@@ -13,19 +13,35 @@ class Wunderbar::HtmlMarkup
     case style
     when :fullsize
       _div.header do
-        _a href: 'https://whimsy.apache.org/' do
-          _img title: "ASF Logo", alt: "ASF Logo",
-          src: "https://www.apache.org/img/asf_logo.png"
-        end
-        _a href: '/' do
-          _img title: "Whimsy logo", alt: "Whimsy hat", src: "../whimsy.svg", width: "140" 
+        _ul class: 'nav nav-tabs' do
+          _li role: 'presentation' do
+            _a href: 'https://www.apache.org/' do
+              _img title: 'ASF Logo', alt: 'ASF Logo', width: 250, height: 101,
+              src: 'https://www.apache.org/foundation/press/kit/asf_logo_small.png'
+            end
+          end
+          _li role: 'presentation' do
+            _a href: '/' do
+              _img title: 'Whimsy logo', alt: 'Whimsy hat', src: 'https://whimsy.apache.org/whimsy.svg', height: 101 
+            end
+          end
+          _li role: 'presentation' do
+            _a href: 'https://lists.apache.org/list.html?dev@whimsical.apache.org' do 
+              _ 'Mailing list'
+            end
+          end
+          _li role: 'presentation' do
+            _a href: '/technology' do 
+              _ 'About this site'
+            end
+          end
         end
         _h1 title
       end
     else
       _a href: 'https://whimsy.apache.org/' do
-        _img title: "ASF Logo", alt: "ASF Logo",
-        src: "https://www.apache.org/img/asf_logo.png"
+        _img title: 'ASF Logo', alt: 'ASF Logo',
+        src: 'https://www.apache.org/img/asf_logo.png'
       end
       _h2 title
     end
@@ -55,7 +71,7 @@ _html do
   
   _body? do
     _whimsy_header :fullsize, PAGETITLE
-    _table do
+    _table class: "table " do
       _thead_ do
         _tr do
           docketcols.each { |h| _th h }

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].