-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
12 lines (12 loc) · 811 Bytes
/
header.html
File metadata and controls
12 lines (12 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<div class="branding docs-branding">
<div class="container-fluid position-relative py-2">
<div class="docs-logo-wrapper">
<div class="site-logo"><a class="navbar-brand" href="index.html"><span class="logo-text">Zamp Engineering<span class="text-alt"> Handbook</span></span></a></div>
</div><!--//docs-logo-wrapper-->
<div class="docs-top-utilities d-flex justify-content-end align-items-center">
<ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex">
<li class="list-inline-item" style="padding-top: 10px"><a href="https://github.com/Zampfi"><i class="fab fa-github fa-fw"></i></a></li>
</ul><!--//social-list-->
</div><!--//docs-top-utilities-->
</div><!--//container-->
</div><!--//branding-->