diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-09-24 16:04:06 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-09-24 16:04:06 -0400 |
commit | 219bf37884230ca0771ec52e44ea8d41c926416e (patch) | |
tree | 5cd300c1058d379fd69bd52fd4a1cbfb98e099d3 | |
parent | 9f0796e5b9a0f0945aef16029a7a059bd0a94c3f (diff) | |
download | carpentertutoring-219bf37884230ca0771ec52e44ea8d41c926416e.tar.xz carpentertutoring-219bf37884230ca0771ec52e44ea8d41c926416e.zip |
feat: remove redundant helpful links
-rw-r--r-- | templates/index.html.j2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index d6d0a1a..431df71 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -44,16 +44,6 @@ </div> </section> -<!-- help --> -<section class="centered" id="help"> - <h2>Helpful Links</h2> - <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> - <!-- blurb --> <section id="blurb" class="flexible"> <div> |