mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 10:19:29 +00:00
Updated layouts to have one for front site, and will implement one for admin
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<nav class='homeNav'>
|
||||
<nav class='mainNav'>
|
||||
<a href='/'>
|
||||
<img src='/assets/logo-inline.svg' alt='Stratos logo image'/>
|
||||
</a>
|
||||
<div class='homeNav__buttons'>
|
||||
<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>
|
||||
Reference in New Issue
Block a user