mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-15 04:42:20 +00:00
25 lines
556 B
Plaintext
25 lines
556 B
Plaintext
|
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
|