keyoxide-web/views/partials/header.pug

13 lines
518 B
Text
Raw Normal View History

2021-03-01 07:01:34 -07:00
header
nav
.spacer
2021-06-07 03:56:29 -06:00
a.text(href='/' aria-label='Go to homepage') Home
a.text(href='/getting-started' aria-label='Go to getting started guide') Getting started
a.logo(href='/' aria-label='Go to homepage')
img(src='/static/img/logo_circle.png' alt='Keyoxide' aria-hidden='true')
2021-03-01 07:01:34 -07:00
nav
2021-06-07 03:56:29 -06:00
a.text(href='/about' aria-label='Go to about page') About
a.text(href='/guides' aria-label='Go to list of guides') Guides
a.text(href='/faq' aria-label='Go to frequently asked questions') FAQ
2021-03-01 07:01:34 -07:00
.spacer