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 | |
parent | 06aa80c432b3e0b3bab35057f62c4fab7abea52e (diff) | |
download | carpentertutoring-7b23f7ff329bd463ae2e8736390b479bf5501a5f.tar.xz carpentertutoring-7b23f7ff329bd463ae2e8736390b479bf5501a5f.zip |
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html.j2 | 3 | ||||
-rw-r--r-- | templates/index.html.j2 | 22 |
2 files changed, 10 insertions, 15 deletions
diff --git a/templates/base.html.j2 b/templates/base.html.j2 index c0f8885..e81a8ea 100644 --- a/templates/base.html.j2 +++ b/templates/base.html.j2 @@ -47,7 +47,6 @@ <a href="/professional">Pros</a> <a href="/posts">Posts</a> <a href="/brochure">Brochure</a> - <a href="/#help">Helpful Links</a> <a href="/policies">Policies</a> <a href="/about">Team</a> <a href="/#reviews">Reviews</a> @@ -64,7 +63,7 @@ <picture> <source srcset="/assets/logo.webp" type="image/webp" /> <source srcset="/assets/logo.png" type="image/png" /> - <img alt="logo" src="/assets/logo.png" /> + <img alt="Carpenter Tutoring logo" src="/assets/logo.png" /> </picture> </figure> 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"> |