-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
16 lines (16 loc) · 787 Bytes
/
header.html
File metadata and controls
16 lines (16 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="container-fluid section-header">
<div class="container">
<div class="nav nav-bar">
<a href="/" title="Back to the home page"><img src="/assets/img/aurora_logo_dkbkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
<ul class="nav navbar-nav navbar-right">
<li><a href="{{ site_url }}/documentation/latest/">Documentation</a></li>
<li><a href="{{ site_url }}/community/">Community</a></li>
<li><a href="{{ site_url }}/downloads/">Downloads</a></li>
<li><a href="{{ site_url }}/blog/">Blog</a></li>
<!-- search is currently disabled
<li><a href="#" data-toggle="modal" data-target="#mkdocs_search_modal"><i class="fa fa-search"></i> Search</a></li>
-->
</ul>
</div>
</div>
</div>