Base Layout work

This commit is contained in:
NGPixel
2016-08-17 23:52:23 -04:00
parent 04426ed6a7
commit 24d0a6b698
36 changed files with 1009 additions and 16 deletions

0
views/common/alerts.pug Normal file
View File

10
views/common/footer.pug Normal file
View File

@@ -0,0 +1,10 @@
footer.footer
.container
.content.has-text-centered
p
= t('footer.poweredby') + ' '
a(href='https://github.com/Requarks/wiki') Requarks Wiki
| .
p
a.icon(href='https://github.com/Requarks/wiki')
i.fa.fa-github

35
views/common/header.pug Normal file
View File

@@ -0,0 +1,35 @@
nav.nav.has-shadow
.nav-left
a.nav-item.is-brand(href='/')
img(src='/favicons/android-icon-96x96.png', alt='Wiki')
a.nav-item(href='/')
h1.title Wiki
.nav-center
p.nav-item.control.has-addons
input.input(type='text', placeholder='Find...')
a.button.is-info
span.icon.is-small
i.fa.fa-search
span.nav-toggle
span
span
span
.nav-right.nav-menu
a.nav-item(href='#')
| Account
a.nav-item(href='#')
| History
a.nav-item(href='#')
| Source
span.nav-item
a.button
span.icon
i.fa.fa-edit
span Edit
a.button.is-primary(href='#')
span.icon
i.fa.fa-plus
span Create

0
views/common/mixins.pug Normal file
View File