mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-03 20:16:51 +01:00
Started development on about page
This commit is contained in:
25
views/about.pug
Normal file
25
views/about.pug
Normal 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
|
Reference in New Issue
Block a user