diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 16:16:47 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 16:16:47 -0400 |
commit | 06d7e504a9207b5482fb674484db9dbdbccd2dfd (patch) | |
tree | e3563c270daf103ed4c2bc7123d61ecde9dee6c1 /templates | |
parent | 798597b6217818c2d0daa9842bdf4e8ede3446b4 (diff) | |
download | carpentertutoring-06d7e504a9207b5482fb674484db9dbdbccd2dfd.tar.xz carpentertutoring-06d7e504a9207b5482fb674484db9dbdbccd2dfd.zip |
feat: blog subtitle and blurb pic
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.j2 | 85 | ||||
-rw-r--r-- | templates/posts.html.j2 | 2 |
2 files changed, 51 insertions, 36 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 69c0c94..67090d7 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -55,41 +55,56 @@ </section> <!-- blurb --> -<section id="blurb"> - <h2>Our Philosophy & Practice</h2> - - <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 id="blurb" class="flexible"> + <div> + <h2>Our Philosophy & Practice</h2> + + <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> + </div> + + <figure class="shadowy"> + <picture> + <source srcset="/assets/amy-sunny.webp" type="image/webp" /> + <source srcset="/assets/amy-sunny.png" type="image/png" /> + <img alt="Amy Carpenter" src="/assets/amy-sunny.png" /> + </picture> + <figcaption>Amy Carpenter, M.Ed.</figcaption> + </figure> </section> <!-- reviews --> diff --git a/templates/posts.html.j2 b/templates/posts.html.j2 index f8d01b4..8352d7e 100644 --- a/templates/posts.html.j2 +++ b/templates/posts.html.j2 @@ -4,7 +4,7 @@ <section class="banner flexible"> <h1>Blog</h1> <h6> - Refining how we think and teach. + Sharing reflections and recommendations from practice </h6> </section> |