diff options
Diffstat (limited to 'templates/k12.html.j2')
-rw-r--r-- | templates/k12.html.j2 | 63 |
1 files changed, 45 insertions, 18 deletions
diff --git a/templates/k12.html.j2 b/templates/k12.html.j2 index bfa9527..cd6fd6a 100644 --- a/templates/k12.html.j2 +++ b/templates/k12.html.j2 @@ -2,12 +2,9 @@ {% block main %} -<section class="banner"> +<section class="banner flexible"> <h1>K-12 Services</h1> -</section> - -<section> - <h2>See your student thrive with personalized support.</h2> + <h6>See your student thrive with personalized support.</h6> </section> <section id="offerings" class="cards"> @@ -82,10 +79,10 @@ <li>Time and stress management</li> <li>Task prioritization</li> <li>Organization</li> - <li>Effective studio techniques</li> + <li>Effective study techniques</li> <li>Note-taking</li> <li>Motivation</li> - <li>Procrastination</li> + <li>Overcoming procrastination</li> <li>Self-advocacy</li> <li>Communication</li> </ul> @@ -112,7 +109,8 @@ </h2> <p> - When I worked at colleges, I saw talented students struggle, often because they hadn't solidified the skills + When I worked in higher education, I saw talented students struggle, often because they hadn't solidified the + skills they'd need for success in college or hadn't had the opportunity to learn about the resources and services available to them on campus. The College Transition offering provides students the toolkit of techniques and tips they'll need and introduces relevant university services and resources <em>before</em> students arrive for @@ -126,7 +124,7 @@ </h2> <p> - Carpenter Tutoring is proud to have service homeschooling communities in Virginia and North Carolina since 2019. + We are proud to continue serving homeschooling families with a variety of services. </p> <p> @@ -142,7 +140,7 @@ <em>Detailed Evaluations</em> include all the elements of Simplified Evaluations plus the option to add subjects beyond math and language arts and a second letter intended for use only by families which identifies areas of strength and weakness in the subjects provided and recommendations for moving forward. Please <a - href="/#contact">contact us</a> for more information. + href="#contact">contact us</a> for more information. </p> </section> @@ -197,23 +195,26 @@ <li>Personal Finance</li> </ul> - Support may be available for courses beyond those listed. Please <a href="/#contact">contact us</a> for more + Support may be available for courses beyond those listed. Please <a href="#contact">contact us</a> for more information. </p> <h6>Science</h6> <p> - <aside>* High school classes offered at regular level only for content support; studying and organizational support + <aside>High school classes offered at regular level only for content support; studying and organizational support available for higher levels.</aside> <ul> <li>Elementary Science</li> <li>Intermediate Science</li> <li>Middle School Science</li> - <li>Biology</li> + <li>AP and non-AP Biology</li> + <li>Physiology/Anatomy</li> <li>Physics</li> - <li>Chemistry</li> + <li>Organic Chemistry</li> + <li>AP and non-AP Chemistry</li> <li>Environmental Science</li> + <li>Life Sciences</li> <li>Earth Science</li> </ul> </p> @@ -236,9 +237,9 @@ <h6>Language Arts / English</h6> <p> <ul> - <li>Elementary level </li> - <li>Intermediate level </li> - <li>Middle School level </li> + <li>Elementary Language Arts </li> + <li>Intermediate Language Arts </li> + <li>Middle School Language Arts </li> <li>English I or 9</li> <li>English II or 10 </li> <li>English III or 11 </li> @@ -254,9 +255,35 @@ <h6> Computer Science </h6> <p> Computer science course content and offerings vary widely by school. A professional software engineer is - available to discuss support options for specific needs. Please <a href="/#contact">contact us</a> for more + available to discuss support options for specific needs. Please <a href="#contact">contact us</a> for more information. </p> </section> +<section id="reviews" class="cards"> + {% 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 %} + {% 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" %} + + {% 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 %}
\ No newline at end of file |