-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav-secondary.hbs
42 lines (42 loc) · 1.22 KB
/
nav-secondary.hbs
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
<ul class="bg-level1 sticky bottom-0 mt-auto flex flex-col py-3">
<li>
<a
class="text-body-small text-primary hover:bg-level2 flex rounded p-1 !no-underline transition-colors"
href="https://www.datastax.com/"
target="_self"
>
<span class="material-icons text-tertiary mr-2">home</span>
DataStax Home
</a>
</li>
<li>
<a
class="text-body-small text-primary hover:bg-level2 flex rounded p-1 !no-underline transition-colors"
href="{{{site.path}}}/glossary"
target="_blank"
>
<span class="material-icons text-tertiary mr-2">menu_book</span>
Glossary
</a>
</li>
<li>
<a
class="text-body-small text-primary hover:bg-level2 flex rounded p-1 !no-underline transition-colors"
href="https://support.datastax.com/"
target="_blank"
>
<span class="material-icons text-tertiary mr-2">support</span>
Support
</a>
</li>
<li>
<a
class="text-body-small text-primary hover:bg-level2 flex rounded p-1 !no-underline transition-colors"
href="https://downloads.datastax.com/"
target="_blank"
>
<span class="material-icons text-tertiary mr-2">downloading</span>
Downloads
</a>
</li>
</ul>