comparison _includes/header.html @ 14:bc698651c94a

add mobile menu link
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 13:39:36 -0800
parents e210b708b330
children 1138390dfe96
comparison
equal deleted inserted replaced
13:560cd6870417 14:bc698651c94a
1 <div class="fixed contain-to-grid"> 1 <div class="fixed contain-to-grid">
2 <nav class="top-bar" data-topbar role="navigation"> 2 <nav class="top-bar" data-topbar role="navigation">
3 <ul class="title-area"> 3 <ul class="title-area">
4 <li class="name"> 4 <li class="name">
5 <h1> 5 <h1>
6 <a href="{{ site.baseurl }}/" > 6 <a href="{{ site.baseurl }}/" style="height:100%">
7 <img src="{{ "/img/logo.png" | prepend: site.baseurl }}" style="width: 32px; height: auto"/> 7 <img src="{{ "/img/logo.png" | prepend: site.baseurl }}" style="width: 32px; height: auto"/>
8 {{ site.title }} 8 {{ site.title }}
9 </a> 9 </a>
10 </h1> 10 </h1>
11 </li> 11 </li>
12 <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> 12 <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
13 <li class="toggle-topbar menu-icon"><a href="#"></a></li> 13 <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
14 </ul> 14 </ul>
15 15
16 <section class="top-bar-section"> 16 <section class="top-bar-section">
17 <!-- Right Nav Section --> 17 <!-- Right Nav Section -->
18 <ul class="right"> 18 <ul class="right">