diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 23:18:23 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 23:18:23 -0400 |
commit | 61bc308a950e86d088c0dac7efa29a2f29a1bf0c (patch) | |
tree | 915c377debd26378fa7213e61747510052376338 /templates | |
parent | e8301b65c3474113fe7e5dccab99d144894c3304 (diff) | |
download | carpentertutoring-61bc308a950e86d088c0dac7efa29a2f29a1bf0c.tar.xz carpentertutoring-61bc308a950e86d088c0dac7efa29a2f29a1bf0c.zip |
feat: updated reviews and orders
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.j2 | 15 | ||||
-rw-r--r-- | templates/k12.html.j2 | 22 |
2 files changed, 25 insertions, 12 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 33c614d..d6d0a1a 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -92,7 +92,8 @@ </p> <p> - We are ready and excited to serve you as you discover your path to success. <a href="#contact">Contact us</a> today to begin your + We are ready and excited to serve you as you discover your path to success. <a href="#contact">Contact + us</a> today to begin your journey. </p> </div> @@ -109,9 +110,9 @@ <!-- reviews --> <section id="reviews" class="cards"> - {% let name = "Kim J." %} + {% let name = "Briana A." %} {% let title = "K-12 Subject Tutoring parent" %} - {% let quote = "So glad we found Amy! I have seen my daughter's confidence and grades improve since Amy started tutoring her. She meets my daughter at her level and helps her grow. Can't say enough good things about her!" %} + {% let quote = "Amy Carpenter was an outstanding tutor for my 8th grader in Algebra I. She was patient, encouraging, organized, and very fairly priced for a one hour session from the comfort of our home (via zoom). I would rate her services at 10/10 and recommend her to anyone in need of tutoring services." %} {% let stars = 5 %} {% include "review.html.j2" %} @@ -126,5 +127,11 @@ {% let quote = "Amy does a great job at keeping our son on task and ensuring that he does not miss any assignments or important deadlines. I value Amy’s level headedness the most in our interactions as I feel like I can accidentally slip into anxiety mode with my son when he has hiccups and Amy has been a great resource in helping me check my emotions as she calmly assures me that he [is] staying on track with his studies. Amy has also gone above and beyond by helping our son contemplate his next stage with regard to graduate school or entering the workforce which is definitely still a \"work in progress\". I can wholeheartedly recommend Amy and have already done so many times to friends and family." %} {% let stars = 0 %} {% include "review.html.j2" %} + + {% let name = "Kim J." %} + {% let title = "K-12 Subject Tutoring parent" %} + {% let quote = "So glad we found Amy! I have seen my daughter's confidence and grades improve since Amy started tutoring her. She meets my daughter at her level and helps her grow. Can't say enough good things about her!" %} + {% let stars = 5 %} + {% include "review.html.j2" %} </section> -{% endblock %} +{% endblock %}
\ No newline at end of file diff --git a/templates/k12.html.j2 b/templates/k12.html.j2 index d64e3d0..df6c9b4 100644 --- a/templates/k12.html.j2 +++ b/templates/k12.html.j2 @@ -258,13 +258,7 @@ </section> <section id="reviews" class="cards"> - {% let name = "Stacey S." %} - {% let title = "Services for Homeschoolers parent" %} - {% let quote = "We had a wonderful experience working with Amy on our proof of progress evaluation. She made the whole process effortless, gave us multiple options on working with her and provided excellent guidance. She's extremely prompt in responding to any questions as well. We're so happy to have found someone that fully supports relaxed homeschooling! Amy is a wonderful resource for any homeschooling family." %} - {% let stars = 5 %} - {% include "review.html.j2" %} - - {% let name = "T.S." %} + {% let name = "T.H.S." %} {% let title = "Subject Tutoring parent" %} {% let quote = "Carpenter Tutoring is an excellent choice if you want your student to progress in any subject with confidence. My daughter went from dreading Latin to meeting the challenge of translating and memorizing vocabulary with confidence. Ms. Carpenter is a consummate professional and an excellent communicator with parents and students. We will continue to use Carpenter Tutoring when necessary." %} {% let stars = 5 %} @@ -275,6 +269,18 @@ {% let quote = "I will share that when we were 1st looking for a tutor, I wasn't sure what we needed but help with math. Once we met and you started tutoring my kids, you are so wonderful in how you teach both of them. With my daughter, she was a lost soul with math. She now understands math in a way that I don't think I could have helped her. The way you teach, explain and show how math is done, is simply AMAZING. When it came time for my son to need help with Math, I knew you were the one to do it! Why? It's the way you are patient, kind and so helpful in allowing them to learn math in a way that benefits my kids." %} {% let stars = 0 %} {% include "review.html.j2" %} + + {% let name = "Kris C." %} + {% let title = "Services for Homeschoolers & Subject Tutoring parent" %} + {% let quote = " Amy is invaluable to us as our homeschool teacher. She has a wealth of knowledge in many different subjects and working with students comes easily to her." %} + {% let stars = 5 %} + {% include "review.html.j2" %} + + {% let name = "Noel M." %} + {% let title = "Services for Homeschoolers parent" %} + {% let quote = " Amy is absolutely outstanding! We have used her for my daughter's proof of progress evaluator [since 2022] and I cannot give her enough praise! I recommend her to all my homeschooling friends as an evaluator. She is always extremely professional, kind, and organized. Her online system for portfolio evaluations is user friendly and makes my job of putting together the portfolio carefree. Once I have submitted it to her, she sends me my letter needed for proof of progress within 2-3 days! Her proof of progress letters are also thorough and professional. I cannot thank her enough each year and you will not regret using her!" %} + {% let stars = 5 %} + {% include "review.html.j2" %} </section> -{% endblock %} +{% endblock %}
\ No newline at end of file |