homepage.js/view/main.pug

47 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-02-18 14:41:24 +01:00
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
hr
table(style='position:relative;left:50%;transform:translateX(-50%);width:90%')
2023-02-18 14:41:24 +01:00
tr
td(width='20%')
h4 Guest book
| (
a(href='/guestbook.rss') RSS
2023-02-22 08:55:13 +01:00
| )
if (gb_entries)
ul(style='margin:0 10px;padding:0')
each entry in gb_entries
li(style='padding-bottom:10px')
| #{entry.name} says:
br
| #{entry.text}
2023-02-18 14:41:24 +01:00
a(href='/guestbook') Write something in my guestbook!
td(width='50%' style='border-left:1px solid #c2c4c2;border-right:1px solid #c2c4c2;padding:0 1%')
2023-02-18 14:41:24 +01:00
h3 Blog
ul
each i in [0,0,0,0,0]
li(style='font-size:16pt')
| entry
ul
li data
td(width='20%')
h4 Links
a(href='https://cameronsworld.net') cameronsworld.net
a(href='https://')