summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-18 10:44:04 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-18 10:44:04 -0400
commit37b6c927620cb68e01345d29daca960faeb80cb9 (patch)
treeb2740d9a88fb238ea6aae44fb73481265b009e1d /templates/index.html
parentd6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (diff)
downloadcarpentertutoring-37b6c927620cb68e01345d29daca960faeb80cb9.tar.xz
carpentertutoring-37b6c927620cb68e01345d29daca960faeb80cb9.zip
chore: rename jinja templates
Also wrap style block so auto formatter doesn't pick it up and wreck CSS.
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html130
1 files changed, 0 insertions, 130 deletions
diff --git a/templates/index.html b/templates/index.html
deleted file mode 100644
index b5f4bd6..0000000
--- a/templates/index.html
+++ /dev/null
@@ -1,130 +0,0 @@
-{% extends "base.html" %}
-
-{% 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>
-</section>
-
-<section class="centered">
- <h2>
- Building confidence on the way to content mastery.
- </h2>
-</section>
-
-<section id="offerings" class="cards">
- <div class="card full">
- <h3>
- Services
- </h3>
- </div>
-
- <div class="card">
- <p>
- <a href="/k12">
- K-12
- </a>
- </p>
- </div>
-
- <div class="card">
- <p>
- <a href="/highered">
- Higher Education
- </a>
- </p>
- </div>
-
- <div class="card">
- <p>
- <a href="/professional">
- Professional
- </a>
- </p>
- </div>
-</section>
-
-<!-- help -->
-<section class="squarshed 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>
-</section>
-
-<!-- reviews -->
-<section id="reviews">
-
- <div class="card">
- <h2>C.L. Cannon</h2>
- <blockquote>
- I hired Amy to complete an end-of-the-year evaluation for both of my Elementary aged sons. This being
- our
- first year of independent home instruction, the task of testing and/or evaluation was daunting! Amy put
- my
- fears to rest! She was super easy to work with, had great communication skills, and answered all my
- questions in a timely and informative manner! I would highly recommend her services!
- </blockquote>
- <p>
- <a href="https://goo.gl/maps/kC4aTuFqpiyLCJ2r8">View on Google</a>
- or
- <a href="https://g.page/carpenter-tutoring/review?np">leave a review.</a>
- </p>
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- </div>
-
- <div class="card">
- <h2>Lee Crabtree</h2>
- <blockquote>
- Amy is a wonderful tutor who helped my child (who does not like help at all) though some difficult
- classes
- where the teacher was not providing the support my child needed. Highly recommended.
- </blockquote>
- <p>
- <a href="https://goo.gl/maps/73wWvyS7azkBBkA39">View on Google</a>
- or
- <a href="https://g.page/carpenter-tutoring/review?np">leave a review.</a>
- </p>
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- </div>
-
- <div class="card">
- <h2>Connor Fenton</h2>
- <blockquote>
- I was a Graduate student at the College of William and Mary who needed to pass a Latin Language test as
- part
- of my degree requirements. I was struggling with refreshing my Latin after a few years out of the
- classroom
- and Amy was both professional and helpful. With her tutoring I was able to pass my test and finish my
- degree. She is very considerate and easy to work with.
- </blockquote>
- <p>
- <a href="https://goo.gl/maps/73wWvyS7azkBBkA39">View on Google</a>
- or
- <a href="https://g.page/carpenter-tutoring/review?np">leave a review.</a>
- </p>
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- <img src="/assets/icons/star-box.svg" alt="star" />
- </div>
-
-</section>
-{% endblock %} \ No newline at end of file