diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 07:26:32 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 07:26:32 -0400 |
commit | ecaedcfd5db144c348f3c3641084a09be5db198f (patch) | |
tree | 650fd754a5e237092f06d2860561e4a5b7af0550 /templates | |
parent | b01bf86fa51bb3878d2e92b0555892921df60df1 (diff) | |
download | carpentertutoring-ecaedcfd5db144c348f3c3641084a09be5db198f.tar.xz carpentertutoring-ecaedcfd5db144c348f3c3641084a09be5db198f.zip |
feat: home page blurb
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.j2 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 390a471..4704e49 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -57,6 +57,42 @@ </div> </section> +<!-- blurb --> +<section id="blurb"> + <p> + Proudly assisting clients in our home region of Hampton Roads, VA and beyond, our private tutoring practice + serves students and professionals of all ages and stages through one-on-one appointments tailored to individual + needs and goals. + </p> + + <p> + Our approach is grounded in three core beliefs: + + <ol> + <li>Everyone has their own path to success.</li> + <li>Building confidence is a vital step on the way to content mastery.</li> + <li>Taking the time to truly learn each person's preferences and ways of processing information is the + foundation of a meaningful tutoring, coaching, or mentoring relationship.</li> + </ol> + + These beliefs guide every aspect of our work. We recognize, respect, and celebrate the individuality of each person + we serve. By infusing compassion, understanding, and patience into every appointment and valuing client voices when + setting focus areas, we meet clients where they are to build meaningful relationships that offer not only + instruction but encouragement. + </p> + + <p> + Most services are offered by founder Amy Carpenter, M.Ed. A small team of experienced and caring tutors assists + with additional subjects and specialties. We specialize in remote services, with limited in-person support + available in select locations. + </p> + + <p> + We are ready and excited to serve you as you discover your path to success. Contact us today to begin your + journey. + </p> +</section> + <!-- reviews --> <section id="reviews" class="cards"> {% let name = "Kim J." %} |