summaryrefslogtreecommitdiff
path: root/templates/index.html.j2
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-04 23:18:23 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-04 23:18:23 -0400
commit61bc308a950e86d088c0dac7efa29a2f29a1bf0c (patch)
tree915c377debd26378fa7213e61747510052376338 /templates/index.html.j2
parente8301b65c3474113fe7e5dccab99d144894c3304 (diff)
downloadcarpentertutoring-61bc308a950e86d088c0dac7efa29a2f29a1bf0c.tar.xz
carpentertutoring-61bc308a950e86d088c0dac7efa29a2f29a1bf0c.zip
feat: updated reviews and orders
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r--templates/index.html.j215
1 files changed, 11 insertions, 4 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