From c228b4309eb95d765d7e6e82f7df6f6a64b8c258 Mon Sep 17 00:00:00 2001 From: b1ek Date: Wed, 22 Feb 2023 16:43:42 +1000 Subject: [PATCH] uncomment main contents (why the hell was it commented in the first place??) --- view/main.pug | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/view/main.pug b/view/main.pug index e4a045a..040fdd2 100644 --- a/view/main.pug +++ b/view/main.pug @@ -2,21 +2,22 @@ extends layout/main.pug block root - var title = 'Main page' block content - // - h1(align='center') Welcome on my website! - p - | Hi there! My name is Alice and I like to build software. - hr - p - | Currently I am working on a college project (which is going to air in june) - br - | This website was built using Express.js - p - | Check out my - a(href='https://github.com/b1ek') GitHub page - | and my - a(href='/resume') resume - table(width='100%') + + h1(align='center') Welcome on my website! + p + | Hi there! My name is Alice and I like to build software. + hr + p + | Currently I am working on a college project (which is going to air in june) + br + | This website was built using Express.js + p + | Check out my + a(href='https://github.com/b1ek') GitHub page + | and my + a(href='/resume') resume + hr + table(style='position:relative;left:50%;transform:translateX(-50%);width:90%') tr td(width='20%') h4 Guest book @@ -30,7 +31,7 @@ block content li entry li entry 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 ul each i in [0,0,0,0,0]