summaryrefslogtreecommitdiff
path: root/templates/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r--templates/index.html.j277
1 files changed, 15 insertions, 62 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2
index 586ab41..390a471 100644
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -59,69 +59,22 @@
<!-- reviews -->
<section id="reviews" class="cards">
+ {% 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" %}
- <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>
+ {% let name = "Kristina W." %}
+ {% let title = "K-12 Subject Tutoring & Higher Education Academic Coaching parent" %}
+ {% let quote = "Amy Carpenter is an amazingly gifted tutor. She is kind, patient, potisiv[e], encouraging, and supportive. She treats all of her students with respect and never makes them feel \"lesser than\" or that their questions are \"stupid.\" She has made a huge difference to our lives and our family is very thankful for her expertise and support!" %}
+ {% let stars = 5 %}
+ {% include "review.html.j2" %}
+ {% let name = "Karla R." %}
+ {% let title = "Higher Education Academic Coaching parent" %}
+ {% 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" %}
</section>
{% endblock %} \ No newline at end of file