keyoxide-web/views/partials/header.pug

13 lines
369 B
Text
Raw Normal View History

2021-03-01 15:01:34 +01:00
header
nav
.spacer
2021-06-10 14:34:46 +02:00
a.text(href='/') Home
a.text(href='/getting-started') Getting started
a.logo(href='/' aria-label='Home')
2021-06-07 11:56:29 +02:00
img(src='/static/img/logo_circle.png' alt='Keyoxide' aria-hidden='true')
2021-03-01 15:01:34 +01:00
nav
2021-06-10 14:34:46 +02:00
a.text(href='/about') About
a.text(href='/guides') Guides
a.text(href='/faq' aria-label='Frequently asked questions') FAQ
2021-03-01 15:01:34 +01:00
.spacer