diff options
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r-- | templates/index.html.j2 | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 24c9369..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> @@ -53,15 +48,17 @@ </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 - 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 --> -<section id="reviews"> +<section id="reviews" class="cards"> <div class="card"> <h2>C.L. Cannon</h2> |