Initial idea of a mobile-menu
This commit is contained in:
parent
ea04444a59
commit
5cdc60b006
2 changed files with 52 additions and 1 deletions
15
index.html
15
index.html
|
@ -20,7 +20,7 @@
|
|||
<header class="header">
|
||||
<a class="#header"><img src="images/logo-green.png"></a>
|
||||
<h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2>
|
||||
<ul class="header-subnav">
|
||||
<ul class="header-subnav show-for-medium">
|
||||
<li><a href="#">Zom.bi</a></li>
|
||||
<li><a href="#" class="is-active">Blog</a></li>
|
||||
<li><a href="#">Wiki</a></li>
|
||||
|
@ -28,6 +28,19 @@
|
|||
</ul>
|
||||
</header>
|
||||
|
||||
<div class="row show-for-small-only">
|
||||
<div class="columns small-12">
|
||||
<div class="whitebox">
|
||||
<ul class="mobile-menu">
|
||||
<li><a href="#">Zom.bi</a></li>
|
||||
<li><a href="#" class="is-active">Blog</a></li>
|
||||
<li><a href="#">Wiki</a></li>
|
||||
<li><a href="#">Mumble</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row main">
|
||||
<div class="medium-9 columns content-box">
|
||||
<!-- Post begin -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue