forked from pdxgit/pdxgit.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_navbar.html
More file actions
17 lines (17 loc) · 1.1 KB
/
_navbar.html
File metadata and controls
17 lines (17 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<nav class='navbar'>
<div class='navbar-inner'>
<a class='brand' rel='home' href='http://pdxgit.github.com'>PDX Git</a>
<ul class='nav'>
<li class='divider-vertical'></li>
<li{% if page.title == 'Meetings' %} class='active'{% endif %}><a href='/meetings'>Meetings</a></li>
<li{% if page.title == 'Presentations' %} class='active'{% endif %}><a href='/presentations'>Presentations</a></li>
<li class='divider-vertical'></li>
<li><a href='http://twitter.com/pdxgit'><span class='icon-twitter'></span>@pdxgit</a></li>
<li><a href='http://groups.google.com/group/pdxgit'><span class='icon-envelope-alt'></span>List</a></li>
<li><a href='http://calagator.org/events/search?query=pdxgit'><span class='icon-calendar'></span>Calagator</a></li>
<li><a href="https://github.com/pdxgit/pdxgit.github.com"><span class="icon-github"></span>Github</a></li>
<li><a href="http://www.linkedin.com/groups/PDX-Git-Together-4824351"><span class="icon-linkedin-sign"></span>LinkedIn</a></li>
<li><a href='/atom.xml'><span class='icon-rss'></span>Feed</a>
</ul>
</div>
</nav>