29 lines
868 B
Plaintext
29 lines
868 B
Plaintext
extends ../node_modules/pug-bootstrap/_bootstrap
|
|
append styles
|
|
// !-- Custom styles for this template --
|
|
link(href="/stylesheets/cover.css", rel="stylesheet")
|
|
// !-- Styles Monnéthic --
|
|
link(href="/stylesheets/style.css", rel="stylesheet")
|
|
|
|
block body
|
|
.site-wrapper
|
|
.site-wrapper-inner
|
|
// Barre supérieure
|
|
.masthead.clearfix
|
|
.inner
|
|
h3.masthead-brand Monnéthic
|
|
nav
|
|
ul.nav.masthead-nav
|
|
li.active
|
|
a(href="#home") Accueil
|
|
li
|
|
a(href="#contact") Contact
|
|
// ici le contenu
|
|
block content
|
|
|
|
//footer
|
|
.mastfoot
|
|
.inner
|
|
p © Monnéthic 2018
|
|
|