diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 19:45:44 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 19:45:44 -0400 |
commit | 7b23f7ff329bd463ae2e8736390b479bf5501a5f (patch) | |
tree | 3b6f3f2128e42dafd987ebd55f91f5beba0c44c7 /templates/index.html.j2 | |
parent | 06aa80c432b3e0b3bab35057f62c4fab7abea52e (diff) | |
download | carpentertutoring-7b23f7ff329bd463ae2e8736390b479bf5501a5f.tar.xz carpentertutoring-7b23f7ff329bd463ae2e8736390b479bf5501a5f.zip |
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r-- | templates/index.html.j2 | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 9af86fe..333dd59 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -3,15 +3,9 @@ {% block main %} <!--banner--> <section class="banner"> - <!-- <section class="banner flexible"> --> - <!-- <figure class="logo"> - <picture> - <source srcset="/assets/logo.webp" type="image/webp" /> - <source srcset="/assets/logo.png" type="image/png" /> - <img alt="logo" src="/assets/logo.png" /> - </picture> - </figure> --> - <h1>CARPENTER TUTORING</h1> + <h1> + CARPENTER TUTORING + </h1> </section> <section class="centered"> @@ -20,6 +14,7 @@ </h2> </section> +<!-- offerings --> <section id="offerings" class="cards"> <div class="card full"> <h3> @@ -55,13 +50,14 @@ <!-- 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 - booking</a> + <div class="buttons"> + <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 + booking</a> + </div> </section> <!-- reviews --> -<!-- TODO: fix these cards --> <section id="reviews" class="cards"> <div class="card"> |