Add basic functionality
This commit is contained in:
@@ -25,16 +25,29 @@ html(lang="en" dir="ltr")
|
||||
body
|
||||
ul.sidenav.sidenav-fixed#slide-out
|
||||
li
|
||||
.user-view.primary-color-light
|
||||
.user-view.primary-color-light.z-depth-2
|
||||
.background
|
||||
a#name
|
||||
p.flow-text.white-text.name Mantra
|
||||
a#bio
|
||||
span.white-text Mantra Mantra Mantra
|
||||
a#email
|
||||
span.white-text.email mantra@exonumia.africa
|
||||
p.flow-text.black-text.name Mantra.
|
||||
//- a(href="#bio")
|
||||
span.black-text Open source open literature
|
||||
a(href="#email")
|
||||
span.email mantra@exonumia.africa
|
||||
|
||||
if user
|
||||
li
|
||||
a(href="/library")
|
||||
i.material-icons.black-text person
|
||||
span library
|
||||
li
|
||||
a(href="/campaigns")
|
||||
i.material-icons.black-text person
|
||||
span campaigns
|
||||
|
||||
li
|
||||
a(href="/pledges")
|
||||
i.material-icons.black-text person
|
||||
span pledges
|
||||
li
|
||||
.divider
|
||||
li
|
||||
@@ -60,7 +73,7 @@ html(lang="en" dir="ltr")
|
||||
block navigation
|
||||
nav.primary-color
|
||||
.nav-wrapper
|
||||
a.brand-logo.center.hide-on-small-only(href="/") Mantra
|
||||
a.brand-logo.black-text.center.hide-on-small-only(href="/") Mantra
|
||||
ul.left
|
||||
li
|
||||
a.sidenav-trigger(href="#", data-target="slide-out")
|
||||
@@ -79,34 +92,34 @@ html(lang="en" dir="ltr")
|
||||
//- I just need some space at the bottom...
|
||||
|
||||
block footer
|
||||
footer.primary-color.page-footer(role="footer")
|
||||
footer.primary-color.page-footer.z-depth-3(role="footer")
|
||||
.container
|
||||
.row
|
||||
.col.s12.m6
|
||||
p.flow-text Follow
|
||||
p.flow-text.black-text Follow
|
||||
ul
|
||||
li
|
||||
a.white-text(href="https://www.twitter.com/exonumia280") Twitter
|
||||
a.black-text(href="https://www.twitter.com/exonumia280") Twitter
|
||||
li
|
||||
a.white-text(href="https://www.facebook.com/exonumia.africa") Facebook
|
||||
a.black-text(href="https://www.facebook.com/exonumia.africa") Facebook
|
||||
li
|
||||
a.white-text(href="https://www.instagram.com/exonumia.africa") Instagram
|
||||
a.black-text(href="https://www.instagram.com/exonumia.africa") Instagram
|
||||
li
|
||||
a.white-text(href="https://www.linkedin.com/company/exonumia-africa") LinkedIn
|
||||
a.black-text(href="https://www.linkedin.com/company/exonumia-africa") LinkedIn
|
||||
|
||||
.col.s12.m6
|
||||
//- p.flow-text Links
|
||||
//- ul
|
||||
li
|
||||
a.white-text(href="/faq") FAQ
|
||||
a.black-text(href="/faq") FAQ
|
||||
li
|
||||
a.white-text(href="/privacy") Privacy Policy
|
||||
a.black-text(href="/privacy") Privacy Policy
|
||||
li
|
||||
a.white-text(href="/compliance") Compliance
|
||||
a.black-text(href="/compliance") Compliance
|
||||
li
|
||||
a.white-text(href="/terms") Terms
|
||||
a.black-text(href="/terms") Terms
|
||||
li
|
||||
a.white-text(href="/contact") Contact
|
||||
a.black-text(href="/contact") Contact
|
||||
|
||||
.footer-copyright.primary-color-dark
|
||||
.container
|
||||
|
||||
Reference in New Issue
Block a user