Removed clickable span that prevented the dropdowns from working.
Added the how can we help / how can you help links to the about dropdown
we can now use that space for something else.
diff --git a/theme/templates/index.html b/theme/templates/index.html
index aa91642..8994519 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -22,7 +22,7 @@
             <!-- how can we help? -->
             <div class="large-4 medium-4 columns">
               <div class="frontbox">
-                <a href="/pages/help.html"><span class="clickable"></span></a>
+                <a href="/pages/help.html"></a>
                 <h3 style="text-transform: capitalize; text-align: center;">
                   <i class="fa fa-question-circle" style="color: #FFF; font-size: 20pt;"></i>
                   <a href="/pages/help.html" style="font-size: 90%;">How can we help?</a>
@@ -44,7 +44,7 @@
             <!-- helping out (volunteering) -->
             <div class="large-4 medium-4 columns">
               <div class="frontbox">
-                <a href="/pages/volunteer.html"><span class="clickable"></span></a>
+                <a href="/pages/volunteer.html"></a>
                 <h3 style="text-transform: capitalize; text-align: center;">
                   <i class="fa fa-handshake-o" style="color: #FFF; font-size: 20pt;"></i>
                   <a href="/pages/volunteer.html" style="font-size: 90%;">How can you help?</a>
@@ -64,7 +64,7 @@
             <!-- who are we (team etc) -->
             <div class="large-4 medium-4 columns">
               <div class="frontbox">
-                <a href="/pages/team.html"><span class="clickable"></span></a>
+                <a href="/pages/team.html"></a>
                 <h3 style="text-transform: capitalize; text-align: center;">
                   <i class="fa fa-group" style="color: #FFF; font-size: 20pt;"></i>
                   <a href="/pages/team.html" style="font-size: 90%;">Who are we?</a>
diff --git a/theme/templates/menu.html b/theme/templates/menu.html
index a971fa4..1c92fc8 100644
--- a/theme/templates/menu.html
+++ b/theme/templates/menu.html
@@ -17,6 +17,8 @@
                   <li><a href="/pages/team.html">About the team</a></li>
                   <li><a href="/pages/policies.html">Our policies</a></li>
                   <li><a href="/pages/roadmap.html">Strategies & Roadmap</a></li>
+		  <li><a href="/pages/help.html">How we can help</a></li>
+		  <li><a href="/pages/volunteer.html">How you can help</a></li>
                   <li><a href="https://cwiki.apache.org/confluence/display/INFRA/Contacting+infrastructure">Contact infrastructure</a></li>
                 </ul>
               </li>