-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathtopbar.html
More file actions
56 lines (52 loc) · 2.31 KB
/
topbar.html
File metadata and controls
56 lines (52 loc) · 2.31 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<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 text-center">
<div class="show-for-large-up">
<ul class="inline-list">
<li>
<a class="dropdown" data-dropdown="drop2" aria-controls="drop1" aria-expanded="false">Projects <em><i class="fa fa-caret-down"></i></em></a>
</li>
<li>
<a href="/services" id="header-services" class="item" title="Support & Services">Services</a>
</li>
<li>
<a href="/community" id="header-community" class="item" title="Community">Community</a>
</li>
<li>
<a href="/about" id="header-about" class="item" title="About">About</a>
</li>
<li>
<a href="/blog" id="header-blog" class="item" title="Blog">Blog</a>
</li>
</ul>
</div>
<a class="right-off-canvas-toggle fa fa-bars show-for-medium-down" href="#" data-proofer-ignore></a>
</nav>
</div>
</div>
</div>
<ul id="drop2" class="f-dropdown row hide-for-medium-down" data-dropdown-content aria-hidden="true">
<div class="small-12 medium-offset-3 medium-9 columns">
<div class="row">
<li class="small-6 medium-4 columns"><a href="/workflow" title="Workflow">
<img src="{{ base_url }}/static/img/svg/workflow-logo.svg" alt="Workflow">
<h3>Workflow</h3>
<p>The Kubernetes-native platform (v2).</p>
</a></li>
<li class="small-6 medium-4 columns"><a href="//helm.sh" title="Helm">
<img src="{{ base_url }}/static/img/svg/helm-logo.svg" alt="Helm">
<h3>Helm</h3>
<p>The Package manager for Kubernetes.</p>
</a></li>
<li class="small-6 medium-4 end columns"><a href="https://github.com/deis/steward" title="Steward">
<img src="{{ base_url }}/static/img/svg/steward-logo.svg" alt="Steward - The Kubernetes-native Service Broker">
<h3>Steward</h3>
<p>The Kubernetes-native Service Broker.</p>
</a></li>
<a class="fa fa-times right"></a>
</div>
</ul>