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.
22 lines
613 B
22 lines
613 B
doctype=html
|
|
html
|
|
include headers.pug
|
|
style(type='text/css').
|
|
.tbl {
|
|
border-radius:25px;
|
|
}
|
|
body
|
|
include navbar.pug
|
|
.container
|
|
.row
|
|
h1 Achievements
|
|
.row
|
|
.col-md-5.tbl.bg-success.text-light.m-2
|
|
h2 2021 MathCounts
|
|
p
|
|
include ../content/mathcounts.pug
|
|
|
|
.col-md-5.tbl.bg-success.text-light.m-2
|
|
h2 2021 AMC 10
|
|
p
|
|
include ../content/amc.pug
|