From 1313ba8a5845cc361495fbc8b197f35336e02a16 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Sat, 28 Aug 2021 22:18:45 -0400 Subject: feat(evals): moved from PHP to Rust+Warp --- templates/about.hbs | 52 +++++++++++++++++++++++++++++++++++++++++++++ templates/base.hbs | 4 +--- templates/policies.hbs | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 3 deletions(-) create mode 100644 templates/about.hbs create mode 100644 templates/policies.hbs (limited to 'templates') diff --git a/templates/about.hbs b/templates/about.hbs new file mode 100644 index 0000000..6bb9600 --- /dev/null +++ b/templates/about.hbs @@ -0,0 +1,52 @@ +{{#> base}} +{{#*inline "main"}} + + +
+

+ School is tricky, and there is no universal pathway to success. I started + Carpenter Tutoring for those seeking a little help finding their way. +

+ +

+ I received my B.A. from The College of William and Mary in 2018 and received + my M.Ed. from W&M in 2020. As an undergraduate, I worked and was trained + as a tutor at W&M's peer tutoring center, the Tribe TutorZone. During + this period, I conducted over 150 one-on-one appointments with W&M + students in 26 different content areas. I earned lifetime Advanced Tutor + Certification, the highest level W&M can grant, through the College + Reading and Learning Association, and I was trained as a time management + consultant. I took on leadership roles within the TutorZone until I was + working alongside its director. As a graduate student, I became one of the + Graduate Assistants helping oversee the TutorZone as well as an academic + coach to students with high need for academic support. +

+ +

+ I loved getting to work with the Tribe TutorZone tutors, but I realized that + I missed being the tutor. There's just nothing like watching the light bulb + of understanding go off or seeing students who had struggled with material + master it! With that realization, I decided to dedicate my life to my + passion -- helping students of all ages learn, succeed, and believe in + themselves. +

+ +

+ My instructional approach focuses on meeting students where they are and + supporting them through any hesitations or discomforts from which academic + difficulties may arise. Whether your student only has to brush up on a few + concepts or is resistant to completing coursework, I will come to each + session with patience, understanding, and just the right amount of + discipline. I truly believe that excellent educational relationships begin + with mutual respect, and I work to build meaningful relationships with all + of my clients. +

+ +

Thank you for considering Carpenter Tutoring.

+ +
+
+{{/inline}} +{{/base}} diff --git a/templates/base.hbs b/templates/base.hbs index a16e6eb..f2c0f38 100644 --- a/templates/base.hbs +++ b/templates/base.hbs @@ -298,9 +298,7 @@

- © - - Carpenter Tutoring, LLC. All rights reserved. + © 2020, 2021 Carpenter Tutoring, LLC. All rights reserved.

Visit me on Google diff --git a/templates/policies.hbs b/templates/policies.hbs new file mode 100644 index 0000000..326d61f --- /dev/null +++ b/templates/policies.hbs @@ -0,0 +1,57 @@ +{{#> base}} +{{#*inline "main"}} +

+
+

+

Payment Methods

+ I accept payments through PayPal (amy@carpentertutoring.com), Zelle + (amy@carpentertutoring.com), and Venmo (@AmyCTutoring). If you select to pay + through PayPal, there is an additional $1.50 processing fee + per transaction. I also accept cash and checks made out to Amy Carpenter. + Please contact me for a mailing address if you are a + remote client and would like to pay by check. +

+ +

+

Travel policy

+ Update due to COVID-19 -- To keep all parties involved as safe as + possible during this pandemic, I have shifted to remote-only tutoring + for the foreseeable future. +

+ +

+

Remote sessions

+ Remote sessions are conducted from my home in Suffolk. I generally use + Zoom, which requires students to + download a free client on their computer or a free app on their phone + or tablet. I am happy to accommodate if you prefer a different + service. +

+ +

+

Cancellation policy

+ Sessions cancelled within 72 hours of their start time will incur a + $20 late cancellation fee. +

+ +

+

No-Show policy

+ Sessions which a student does not attend with no notice of + cancellation will be charged the full session price. +

+ +

+

Session Duration policy

+ Sessions are purchased in half-hour increments, and the shortest + appointment duration is 60 minutes. Families are responsible for the + amount of time they book and will be charged based on that amount, + regardless of the length of the actual appointment. If a student is + late to their appointment, we will work to the end of their scheduled + time, but no later. +

+
+
+{{/inline}} +{{/base}} -- cgit v1.2.3