-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnav-secondary.hbs
More file actions
42 lines (42 loc) · 1.36 KB
/
nav-secondary.hbs
File metadata and controls
42 lines (42 loc) · 1.36 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
<ul class="sticky bottom-0 bg-level1 dark:bg-body mt-auto flex flex-col pt-3 pb-5">
<li>
<a
class="text-body-small text-primary hover:bg-[var(--ds-neutral-plain-hover-bg)] flex rounded p-1 !no-underline transition-colors"
href="https://www.ibm.com/products/datastax"
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-[var(--ds-neutral-plain-hover-bg)] 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-[var(--ds-neutral-plain-hover-bg)] flex rounded p-1 !no-underline transition-colors"
href="https://www.ibm.com/mysupport/s/"
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-[var(--ds-neutral-plain-hover-bg)] 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>