diff options
Diffstat (limited to 'templates/k12.html.j2')
-rw-r--r-- | templates/k12.html.j2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/k12.html.j2 b/templates/k12.html.j2 index 9f5d59f..d9bbcb9 100644 --- a/templates/k12.html.j2 +++ b/templates/k12.html.j2 @@ -260,4 +260,24 @@ </p> </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 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 %} + {% include "review.html.j2" %} + + {% let name = "Nichole C." %} + {% let title = "Subject Tutoring parent & client" %} + {% 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" %} +</section> + {% endblock %}
\ No newline at end of file |