uncomment main contents

(why the hell was it commented in the first place??)
This commit is contained in:
b1ek 2023-02-22 16:43:42 +10:00
parent 901e2d27cd
commit c228b4309e
1 changed files with 17 additions and 16 deletions

View File

@ -2,21 +2,22 @@ extends layout/main.pug
block root block root
- var title = 'Main page' - var title = 'Main page'
block content block content
//
h1(align='center') Welcome on my website! h1(align='center') Welcome on my website!
p p
| Hi there! My name is Alice and I like to build software. | Hi there! My name is Alice and I like to build software.
hr hr
p p
| Currently I am working on a college project (which is going to air in june) | Currently I am working on a college project (which is going to air in june)
br br
| This website was built using Express.js | This website was built using Express.js
p p
| Check out my | Check out my
a(href='https://github.com/b1ek') GitHub page a(href='https://github.com/b1ek') GitHub page
| and my | and my
a(href='/resume') resume a(href='/resume') resume
table(width='100%') hr
table(style='position:relative;left:50%;transform:translateX(-50%);width:90%')
tr tr
td(width='20%') td(width='20%')
h4 Guest book h4 Guest book
@ -30,7 +31,7 @@ block content
li entry li entry
li entry li entry
a(href='/guestbook') Write something in my guestbook! a(href='/guestbook') Write something in my guestbook!
td(width='60%' style='border-left:1px solid #c2c4c2;border-right:1px solid #c2c4c2;padding:0 1%') td(width='50%' style='border-left:1px solid #c2c4c2;border-right:1px solid #c2c4c2;padding:0 1%')
h3 Blog h3 Blog
ul ul
each i in [0,0,0,0,0] each i in [0,0,0,0,0]