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.

35 lines
1.3 KiB

3 years ago
3 years ago
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
  13. | I am a freshman in Stanford Online High School
  14. | involved in competition math and competitive programming.
  15. | I also enjoy teaching English and take on boxing, fencing
  16. | and hooping.
  17. .row
  18. h2 Contact
  19. a(href="mailto:teikimm307@gmail.com" target="new"): | Email
  20. a(href="https://github.com/teikimm307" target="new"): | Github
  21. br
  22. br
  23. style(type="text/css").
  24. .cite {
  25. font-size: 70%;
  26. }
  27. .row.text-muted
  28. p.cite
  29. | This website was written with
  30. a(href="https://getbootstrap.com/" target="new"): | Bootstrap CSS
  31. | and
  32. a(href="https://expressjs.com/" target="new"): | Express JS.
  33. p.cite
  34. | See the source
  35. a(href="https://git.junickim.me/junikimm717/Tei-Personal-Website" target="new"): | on Gitea.