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.

18 lines
494 B

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 School
  13. .row
  14. .col-md-7.tbl.m-2.text-light.bg-primary
  15. p
  16. include ../content/school.pug
  17. .col-md-3.tbl.m-2
  18. img(src="/pixel.png" width=200 height=200)