You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
doctype=html
|
|
html
|
|
include headers.pug
|
|
body
|
|
include navbar.pug
|
|
.container
|
|
.row
|
|
h1 Welcome to Tei's Personal Website!
|
|
br
|
|
.row
|
|
h2 About Me
|
|
p: include ../content/bio.pug
|
|
.row
|
|
h2 Contact
|
|
a(href="mailto:teikimm307@gmail.com" target="new"): | Email
|
|
a(href="https://github.com/teikimm307" target="new"): | Github
|
|
br
|
|
br
|
|
|
|
style(type="text/css").
|
|
.cite {
|
|
font-size: 70%;
|
|
}
|
|
.row.text-muted
|
|
p.cite
|
|
| This website was written with
|
|
a(href="https://getbootstrap.com/" target="new"): | Bootstrap CSS
|
|
| and
|
|
a(href="https://expressjs.com/" target="new"): | Express JS.
|
|
p.cite
|
|
| See the source
|
|
a(href="https://git.junickim.me/junikimm717/Tei-Personal-Website" target="new"): | on Gitea.
|