-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathoffcanvas.html
More file actions
22 lines (22 loc) · 838 Bytes
/
offcanvas.html
File metadata and controls
22 lines (22 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<aside class="right-off-canvas-menu">
<ul>
<li>
<a href="/how-it-works" id="m-header-hiw" class="item" title="How It Works">How It Works</a>
</li>
<li>
<a href="/why-deis" id="m-header-why-deis" class="item" title="Why Use Deis">Why Use Deis</a>
</li>
<li>
<a href="/services" id="m-header-services" class="item" title="Support & Services">Support & Services</a>
</li>
<li>
<a href="/community" id="m-header-community" class="item" title="Community">Community</a>
</li>
<li>
<a href="/blog" id="m-header-blog" class="item" title="Blog">Blog</a>
</li>
<li>
<a href="https://github.com/deis/workflow" data-event-category="Get Started" data-event-action="click" class="item button expand" title="Get Started">Get Started</a>
</li>
</ul>
</aside>