Repository: whimsy-whimsical-site Updated Branches: refs/heads/asf-site 23fb6b774 -> 29574f6d6
Add required links; detabify; add pointer to docs Project: http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/repo Commit: http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/commit/29574f6d Tree: http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/tree/29574f6d Diff: http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/diff/29574f6d Branch: refs/heads/asf-site Commit: 29574f6d6779ac457f5eaeeae5bbf68b982cb3ad Parents: 23fb6b7 Author: Shane Curcuru <[email protected]> Authored: Mon Apr 9 12:08:21 2018 -0400 Committer: Shane Curcuru <[email protected]> Committed: Mon Apr 9 12:08:21 2018 -0400 ---------------------------------------------------------------------- index.html | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/blob/29574f6d/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index e6d8f4a..1023e53 100644 --- a/index.html +++ b/index.html @@ -39,8 +39,11 @@ <ul class="dropdown-menu"> <li><a href="https://www.apache.org/foundation/governance/">The Apache Way</a></li> <li><a href="https://community.apache.org/">How To Participate</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks to our Supporters</a></li> <li><a href="https://www.apache.org/foundation/contributing.html">Support Apache</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsor Apache</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> </ul> </li> </ul> @@ -50,12 +53,12 @@ <div class="content container-fluid"> <div class="row"> - <div class="col-md-3"> + <div class="col-md-2"> <a href="https://whimsy.apache.org/"> <img title="Whimsy project home" alt="Whimsy hat logo" src="https://whimsy.apache.org/whimsy.svg" width="145" height="101"/> </a> </div> - <div class="col-md-9"> + <div class="col-md-8"> <p>The Apache Whimsy project volunteers create a number of individual Apache Whimsy tools that display and visualize various bits of data related to ASF organizations and processes. The @@ -72,6 +75,11 @@ of Whimsy is only available to Committers, Members, or Officers. </p> </div> + <div class="col-md-2"> + <a href="https://www.apache.org/events/current-event.html"> + <img src="https://www.apache.org/events/current-event-125x125.png"/> + </a> + </div> </div> <div class="row"> <div class="col-md-6"> @@ -81,13 +89,14 @@ </div> <div class="panel-body"> <ul> - <li><a href="https://github.com/apache/whimsy/blob/master/DEVELOPMENT.md">How To Develop Whimsy Code</a></li> - <li><a href="https://lists.apache.org/[email protected]">Ask Questions on dev@whimsical</a></li> - <li><a href="https://issues.apache.org/jira/browse/WHIMSY">Submit Bugs in JIRA</a></li> - <li><a href="https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md">Deployment Instructions</a></li> - <li><a href="https://github.com/apache/whimsy/blob/master/CONFIGURE.md">Configuration Pointers</a></li> - <li><a href="https://github.com/apache/whimsy/blob/master/www/status/README.md">Monitoring How To</a> - <a href="https://whimsy.apache.org/status/">Live Whimsy Status</a></li> - <li><a href="https://github.com/apache/whimsy/blob/master/MACOSX.md">How To Setup on Mac OSX</a></li> + <li><a href="https://github.com/apache/whimsy/blob/master/DEVELOPMENT.md">How To Develop Whimsy Code</a></li> + <li><a href="https://whimsy.apache.org/docs/">Whimsy API Documentation</a></li> + <li><a href="https://lists.apache.org/[email protected]">Ask Questions on dev@whimsical</a></li> + <li><a href="https://issues.apache.org/jira/browse/WHIMSY">Submit Bugs in JIRA</a></li> + <li><a href="https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md">Deployment Instructions</a></li> + <li><a href="https://github.com/apache/whimsy/blob/master/CONFIGURE.md">Configuration Pointers</a></li> + <li><a href="https://github.com/apache/whimsy/blob/master/www/status/README.md">Monitoring How To</a> - <a href="https://whimsy.apache.org/status/">Live Whimsy Status</a></li> + <li><a href="https://github.com/apache/whimsy/blob/master/MACOSX.md">How To Setup on Mac OSX</a></li> </ul> </div> </div> @@ -157,7 +166,7 @@ </div> <div class="panel-body"> <p> - Copyright © 2015-2017 The Apache Software Foundation, Licensed under + Copyright © 2015-2018 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/" rel="license">Apache License, Version 2.0</a>. | <a href="https://www.apache.org/foundation/policies/privacy">Prvacy Policy</a>
