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.

21 lines
613 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. doctype=html
  2. html
  3. include headers.pug
  4. style(type='text/css').
  5. .tbl {
  6. border-radius:25px;
  7. }
  8. body
  9. include navbar.pug
  10. .container
  11. .row
  12. h1 Achievements
  13. .row
  14. .col-md-5.tbl.bg-success.text-light.m-2
  15. h2 2021 MathCounts
  16. p
  17. include ../content/mathcounts.pug
  18. .col-md-5.tbl.bg-success.text-light.m-2
  19. h2 2021 AMC 10
  20. p
  21. include ../content/amc.pug