Started development on about page

This commit is contained in:
Esther
2020-06-22 20:36:41 +01:00
parent 7408ff69f1
commit 8ed1213eb2
3 changed files with 37 additions and 1 deletions

25
views/about.pug Normal file
View File

@@ -0,0 +1,25 @@
extends layout
block nav-links
li.nav-item.active
a.nav-link(href='#')
span Home
li.nav-item
a.nav-link(href='#')
span About
li.nav-item
a.nav-link(href='#')
span CV
li.nav-item
a.nav-link(href='https://git.pastel.codes/Blankie')
span Projects
li.nav-item
a.nav-link(href='https://blog.pastel.codes')
span Blog
li.nav-item
a.nav-link(href='#')
span Contact
block content
.container
p In development