You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/05/27 23:34:25 UTC

[42/48] bahir-website git commit: Fix navigation menu

Fix navigation menu

Closes #6.


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/4c3028b1
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/4c3028b1
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/4c3028b1

Branch: refs/heads/master
Commit: 4c3028b1f1ccb2203dcbb72050e95a2ed6a68753
Parents: 94bc03c
Author: Luciano Resende <lr...@apache.org>
Authored: Fri Dec 4 11:46:32 2015 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat Dec 5 08:51:33 2015 -0800

----------------------------------------------------------------------
 site/_includes/themes/apache/_navigation.html | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/4c3028b1/site/_includes/themes/apache/_navigation.html
----------------------------------------------------------------------
diff --git a/site/_includes/themes/apache/_navigation.html b/site/_includes/themes/apache/_navigation.html
index 5066841..b038440 100644
--- a/site/_includes/themes/apache/_navigation.html
+++ b/site/_includes/themes/apache/_navigation.html
@@ -14,8 +14,14 @@
         </div>
         <nav class="navbar-collapse collapse" role="navigation">
           <ul class="nav navbar-nav navbar-right">
-            <li><a href="/community.html">Community</a></li>
-            <li><a href="/download.html">Download</a></li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/community-members">Who we are</a></li>
+               </ul>
+            </li>
+            <li><a href="{{ site.data.project.source_repository }}">GitHub</a></li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
                <ul class="dropdown-menu">