mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:59:28 +00:00
10 lines
327 B
Handlebars
10 lines
327 B
Handlebars
<nav class='mainNav'>
|
|
<a href='/'>
|
|
<img src='/assets/logo-inline.svg' alt='Stratos logo image' height=60 width=182 />
|
|
</a>
|
|
<div class='mainNav__buttons'>
|
|
{{>button style='full' colour='primary' to='/login' content='Log In'}}
|
|
{{>button style='outline' colour='primary' to='/register' content='Sign Up'}}
|
|
</div>
|
|
</nav>
|