-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnavbar.pug
More file actions
13 lines (12 loc) · 971 Bytes
/
navbar.pug
File metadata and controls
13 lines (12 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
header.border-b.border-slate-800
div.max-w-6xl.mx-auto.flex.items-center.px-6.py-3
a.font-semibold.flex.items-center.text-white(href='{{ site.baseurl }}/', class="hover:opacity-80 transition-opacity")
img.rounded-lg(src='/media/superuserlabs-icon-padded.png', alt='Superuser Labs', width='34', height='34', class="mr-2.5", style="background: rgb(2,6,23);")
| Superuser Labs
div.flex-1.flex.items-center.justify-end.gap-5
a.text-slate-500.text-lg(href='https://github.com/{{ site.github_username }}' target="_blank", class="hover:text-white transition-colors")
i.fab.fa-github
a.text-slate-500.text-lg(href='https://twitter.com/{{ site.twitter_username }}' target="_blank", class="hover:text-white transition-colors")
i.fab.fa-twitter
a.text-slate-500.text-lg(href='https://www.linkedin.com/company/{{ site.linkedin_company }}' target="_blank", class="hover:text-white transition-colors")
i.fab.fa-linkedin