Tei's Personal Website (Made with Node.js and Bootstrap)
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.

31 lines
1.1 KiB

3 years ago
  1. doctype=html
  2. html
  3. include headers.pug
  4. body
  5. include navbar.pug
  6. .container
  7. .row
  8. h1 Welcome to Tei's Personal Website!
  9. br
  10. .row
  11. h2 About Me
  12. p: include ../content/bio.txt
  13. .row
  14. h2 Contact
  15. a(href="mailto:teikimm307@gmail.com" target="new"): | Email
  16. a(href="https://github.com/teikimm307" target="new"): | Github
  17. br
  18. br
  19. style(type="text/css").
  20. .cite {
  21. font-size: 70%;
  22. }
  23. .row.text-muted
  24. p.cite
  25. | This website was written with
  26. a(href="https://getbootstrap.com/" target="new"): | Bootstrap CSS
  27. | and
  28. a(href="https://expressjs.com/" target="new"): | Express JS.
  29. p.cite
  30. | See the source
  31. a(href="https://git.junickim.me/junikimm717/Tei-Personal-Website" target="new"): | on Gitea.