From fe35da493526fe8913b9a829b6fea48b60f804ca Mon Sep 17 00:00:00 2001 From: Brett Meyer Date: Wed, 6 Aug 2014 16:56:33 -0400 Subject: [PATCH] introduced drop-down menu, reorganized nav --- _config.yml | 34 +- _includes/footer.html | 6 +- _includes/header.html | 22 +- css/overlord-web.css | 6 +- chat.html => getinvolved/chat.html | 0 .../contribute.html | 0 js/jquery-1.11.1.min.js | 4 + lib/bootstrap-3.1.1/css/bootstrap-select.css | 278 ------ .../css/bootstrap-select.min.css | 7 - lib/bootstrap-3.1.1/css/bootstrap.min.css | 7 - lib/bootstrap-3.1.1/js/bootstrap-select.js | 871 ------------------ .../js/bootstrap-select.min.js | 8 - lib/bootstrap-3.1.1/js/bootstrap.min.js | 6 - 13 files changed, 49 insertions(+), 1200 deletions(-) rename chat.html => getinvolved/chat.html (100%) rename contribute.html => getinvolved/contribute.html (100%) create mode 100644 js/jquery-1.11.1.min.js delete mode 100644 lib/bootstrap-3.1.1/css/bootstrap-select.css delete mode 100644 lib/bootstrap-3.1.1/css/bootstrap-select.min.css delete mode 100644 lib/bootstrap-3.1.1/css/bootstrap.min.css delete mode 100644 lib/bootstrap-3.1.1/js/bootstrap-select.js delete mode 100644 lib/bootstrap-3.1.1/js/bootstrap-select.min.js delete mode 100644 lib/bootstrap-3.1.1/js/bootstrap.min.js diff --git a/_config.yml b/_config.yml index bc511e6..3bb31f2 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -navigation: +nav: - title: S-RAMP url: /s-ramp - title: Design Time Governance @@ -7,13 +7,25 @@ navigation: url: /rtgov - title: API Management url: /apiman - - title: Contribute - url: /contribute.html - - title: Blog - url: http://jboss-overlord.blogspot.com - - title: Forum - url: https://community.jboss.org/en/overlord - - title: Chat - url: /chat.html - - title: CI (Jenkins) - url: https://overlord.ci.cloudbees.com \ No newline at end of file + - title: Get Involved + url: /getinvolved + subnav: + - title: Contribute + url: /community/contribute.html + - title: Report a Bug + url: https://issues.jboss.org + - title: Chat + url: /community/chat.html + - title: Forum + url: https://community.jboss.org/en/overlord + - title: Follow Us + url: /followus + subnav: + - title: Blog + url: http://jboss-overlord.blogspot.com + - title: "@OverlordSRAMP" + url: https://twitter.com/OverlordSRAMP + - title: "@OverlordDTGov" + url: https://twitter.com/OverlordDTGov + - title: "@OverlordRTGov" + url: https://twitter.com/OverlordRTGov \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 9f4e6fb..0253962 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -12,10 +12,10 @@

Overlord Projects

Get Involved

diff --git a/_includes/header.html b/_includes/header.html index 7d3db18..929c605 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,6 +17,9 @@ + + + @@ -27,7 +30,7 @@
-