diff options
author | ct <ct@ctqa.53hor.net> | 2025-05-18 15:32:55 -0400 |
---|---|---|
committer | ct <ct@ctqa.53hor.net> | 2025-05-18 15:32:55 -0400 |
commit | 203042b3e4e5f2a5a8b6dda0d0cfcc2cdc9876c0 (patch) | |
tree | d97b06ce495c5f7e73133711e45592cd6827550d /templates/index.html.j2 | |
parent | dc2258522780d8cdc1b2b6713711f83a94cc0f46 (diff) | |
download | carpentertutoring-203042b3e4e5f2a5a8b6dda0d0cfcc2cdc9876c0.tar.xz carpentertutoring-203042b3e4e5f2a5a8b6dda0d0cfcc2cdc9876c0.zip |
fix: brochure
Load css instead of including it.
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r-- | templates/index.html.j2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 24c9369..9af86fe 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -53,7 +53,7 @@ </section> <!-- help --> -<section class="squarshed centered" id="help"> +<section class="centered" id="help"> <h2>Helpful Links</h2> <a class="button primary centered" href="/brochure">View an interactive brochure of our offerings</a> <a class="button centered" href="/policies">See policies and procedures regarding scheduling, payment, and @@ -61,7 +61,8 @@ </section> <!-- reviews --> -<section id="reviews"> +<!-- TODO: fix these cards --> +<section id="reviews" class="cards"> <div class="card"> <h2>C.L. Cannon</h2> |