summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJayaram Pai2013-11-10 17:52:46 +0530
committerJayaram Pai2013-11-10 17:52:46 +0530
commite3896301e4fed3eb27c511fba5fd3e30704a17b5 (patch)
tree29b6cb3719a2b883cd2799e1ec095426dc6bcb35 /website
parent2d7d913fd6d8f77915d040ac45908a5cdd0d2b68 (diff)
downloadSciPy2013-e3896301e4fed3eb27c511fba5fd3e30704a17b5.tar.gz
SciPy2013-e3896301e4fed3eb27c511fba5fd3e30704a17b5.tar.bz2
SciPy2013-e3896301e4fed3eb27c511fba5fd3e30704a17b5.zip
responsive mobile menu
Diffstat (limited to 'website')
-rw-r--r--website/templates/index.html6
-rw-r--r--website/templates/page.html6
2 files changed, 12 insertions, 0 deletions
diff --git a/website/templates/index.html b/website/templates/index.html
index 37213c6..7318347 100644
--- a/website/templates/index.html
+++ b/website/templates/index.html
@@ -28,6 +28,12 @@
</li>
</ul>
+ <li class="toggle-topbar menu-icon">
+ <a href="#">
+ <span>MENU</span>
+ </a>
+ </li>
+
<section class="top-bar-section">
<ul class="right">
<li class="divider"></li>
diff --git a/website/templates/page.html b/website/templates/page.html
index 38e62b8..f4ebc50 100644
--- a/website/templates/page.html
+++ b/website/templates/page.html
@@ -28,6 +28,12 @@
</li>
</ul>
+ <li class="toggle-topbar menu-icon">
+ <a href="#">
+ <span>MENU</span>
+ </a>
+ </li>
+
<section class="top-bar-section">
<ul class="right">
<li class="divider"></li>