diff options
Diffstat (limited to 'templates/highered.html.j2')
-rw-r--r-- | templates/highered.html.j2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/highered.html.j2 b/templates/highered.html.j2 index 6a8417d..f350328 100644 --- a/templates/highered.html.j2 +++ b/templates/highered.html.j2 @@ -149,4 +149,24 @@ </p> </section> +<section id="reviews" class="cards"> + {% let name = "Marie R." %} + {% let title = "Dissertation Coaching client" %} + {% let quote = "I highly recommend Amy as a dissertation coach. Amy is a very kind and patient person. Over the time we worked together, she helped me take down the barriers that were preventing me from moving forward in my process and assisted me in creating a plan to get to the finish line and achieve my goal. She was very helpful with revising and editing my writing to strengthen it. She helped me think creatively, so I could clarify and expand upon my findings. Amy not only pointed out grammatical errors and typos, but she made sure I was able to keep my voice consistent in my writing. Because of her, I was able to finish my doctoral degree, something that I will be forever grateful to her for." %} + {% let stars = 5 %} + {% include "review.html.j2" %} + + {% let name = "Langston J." %} + {% let title = "Academic Coaching client" %} + {% let quote = "Amy is honestly a wonderful tutor. She helped me figure out how to work more effectively and ultimately improve my GPA in a way that worked for my specific needs at the time. She is also just an amazing person to work with and I really think anyone looking for a tutor would be in good hands here." %} + {% let stars = 5 %} + {% include "review.html.j2" %} + + {% let name = "Jamie J." %} + {% let title = "Dissertation Coaching client" %} + {% let quote = "I'm in the final stages of my biostatistics PhD, and enlisted Amy to help with editing and polishing my dissertation. She took the time to go through my entire dissertation and leave detailed feedback on every page (and there are so many of them)!!! The comments were all thoughtful and tailored specifically to my school's formatting and content requirements; she took the time to look them up without me even thinking to ask her to check against those. And she got through the entire thing in such a quick amount of time given how much material there is-I can go on and on!! I can't recommend Amy enough to anyone who needs tutoring or writing services, or if you have a dissertation that needs editing; not only is she incredibly detail-oriented and great at writing, she's also an absolute pleasure to work with!" %} + {% let stars = 5 %} + {% include "review.html.j2" %} +</section> + {% endblock %}
\ No newline at end of file |