-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathtopbar.html
More file actions
37 lines (33 loc) · 1.59 KB
/
topbar.html
File metadata and controls
37 lines (33 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<div class="navbar top-bar" data-purpose="navbar">
<div class="row fullwidth">
<div class="small-6 large-2 columns">
<h1><a href="/" class="logo"><img src="{{ base_url }}/static/img/svg/logo.svg" width="128px" height="41px" alt="Deis"></a></h1>
</div>
<div class="small-4 large-9 columns">
<nav class="nav navbar-nav navbar-right">
<a href="https://github.com/deis/workflow" data-event-category="Get Started" data-event-action="click" id="header-get-started" class="button hollow small right show-for-large-up">Get Started</a>
<a class="right-off-canvas-toggle fa fa-bars show-for-medium-down" href="#" data-proofer-ignore></a>
<ul class="inline-list hide-for-medium-down">
<li>
<a href="//deis.com/how-it-works" id="header-hiw" class="item" title="How It Works">How It Works</a>
</li>
<li>
<a href="//deis.com/why-deis" id="header-why-deis" class="item" title="Why Use Deis">Why Use Deis</a>
</li>
<li>
<a href="//deis.com/services" id="header-services" class="item" title="Support & Services">Support & Services</a>
</li>
<li>
<a href="//deis.com/community" id="header-community" class="item" title="Community">Community</a>
</li>
<li>
<a href="//deis.com/docs" id="header-docs" class="item active" title="Docs">Docs</a>
</li>
<li>
<a href="//deis.com/blog" id="header-blog" class="item" title="Blog">Blog</a>
</li>
</ul>
</nav>
</div>
</div>
</div>