diff options
author | Jayaram Pai | 2013-11-10 17:52:46 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-10 17:52:46 +0530 |
commit | e3896301e4fed3eb27c511fba5fd3e30704a17b5 (patch) | |
tree | 29b6cb3719a2b883cd2799e1ec095426dc6bcb35 /website | |
parent | 2d7d913fd6d8f77915d040ac45908a5cdd0d2b68 (diff) | |
download | SciPy2013-e3896301e4fed3eb27c511fba5fd3e30704a17b5.tar.gz SciPy2013-e3896301e4fed3eb27c511fba5fd3e30704a17b5.tar.bz2 SciPy2013-e3896301e4fed3eb27c511fba5fd3e30704a17b5.zip |
responsive mobile menu
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/index.html | 6 | ||||
-rw-r--r-- | website/templates/page.html | 6 |
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> |