hip-site/_includes/header.html

51 lines
1.9 KiB
HTML
Raw Normal View History

2015-09-06 11:31:38 +00:00
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container navigation">
<div class="navbar-header">
<a href="{{ site.baseurl }}/">
2016-01-04 17:45:34 +00:00
<img src="/img/hip_logo_opt.svg" class="logo" alt="{{ site.title }}">
2015-09-06 11:31:38 +00:00
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
2016-01-04 13:37:17 +00:00
<ul class="nav navbar-nav" id="footer-nav-links">
2019-10-13 14:51:06 +00:00
<!-- <li>
<a href="https://fahrplan.hackimpott.de/hip3/schedule/" target="_blank">
2015-09-06 11:31:38 +00:00
Fahrplan
</a>
2019-10-13 14:51:06 +00:00
</li> -->
<li>
2018-01-12 20:29:04 +00:00
<a href="infos.html">
Infos
2015-09-06 11:31:38 +00:00
</a>
</li>
<!-- <li>
2019-01-11 16:59:41 +00:00
<a href="https://fahrplan.hackimpott.de/hip3/cfp" target="_blank">
2018-12-23 18:03:23 +00:00
Call for Participation
</a>
</li> -->
2019-10-13 14:51:06 +00:00
<!-- <li>
2019-01-12 19:06:04 +00:00
<a href="https://tickets.hackimpott.de/hip/2019/" target="_blank">
2018-01-12 20:29:04 +00:00
Tickets
2015-09-06 11:31:38 +00:00
</a>
2019-10-13 14:51:06 +00:00
</li> -->
2015-09-06 11:31:38 +00:00
<li>
<a href="anfahrt.html">
Anfahrt
</a>
2015-09-08 06:44:47 +00:00
</li>
2018-12-23 18:03:23 +00:00
<li>
2019-10-13 14:51:06 +00:00
<a href="https://wiki.hackimpott.de/hip4:start" target="_blank">
2018-01-12 20:29:04 +00:00
Wiki
</a>
2018-12-23 18:03:23 +00:00
</li>
2015-09-06 11:31:38 +00:00
</ul>
</div>
</div>
</nav>