summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/about.hbs52
-rw-r--r--templates/base.hbs4
-rw-r--r--templates/policies.hbs57
3 files changed, 110 insertions, 3 deletions
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"}}
+ <section class="banner">
+ <h1>About Me</h1>
+ </section>
+
+ <section class="quiet">
+ <h2>
+ School is tricky, and there is no universal pathway to success. I started
+ Carpenter Tutoring for those seeking a little help finding their way.
+ </h2>
+
+ <p>
+ I received my B.A. from The College of William and Mary in 2018 and received
+ my M.Ed. from W&amp;M in 2020. As an undergraduate, I worked and was trained
+ as a tutor at W&amp;M's peer tutoring center, the Tribe TutorZone. During
+ this period, I conducted over 150 one-on-one appointments with W&amp;M
+ students in 26 different content areas. I earned lifetime Advanced Tutor
+ Certification, the highest level W&amp;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.
+ </p>
+
+ <p>
+ 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.
+ </p>
+
+ <p>
+ 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.
+ </p>
+
+ <p>Thank you for considering Carpenter Tutoring.</p>
+
+ </section>
+ <section></section>
+{{/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 @@
</picture>
</figure>
<p>
- &copy;
- <!-- TODO:<?php echo date('Y'); ?>-->
- Carpenter Tutoring, LLC. All rights reserved.
+ &copy; 2020, 2021 Carpenter Tutoring, LLC. All rights reserved.
</p>
<p>
<a href="https://g.page/carpenter-tutoring?share">Visit me on Google</a>
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"}}
+<section class="banner">
+ <h1>Policies &amp; Procedures</h1>
+</section>
+<section class="quiet">
+ <p>
+ <h2>Payment Methods</h2>
+ I accept payments through PayPal (amy@carpentertutoring.com), Zelle
+ (amy@carpentertutoring.com), and Venmo (@AmyCTutoring). If you select to pay
+ through <b>PayPal</b>, there is an additional <b>$1.50 processing fee</b>
+ per transaction. I also accept cash and checks made out to Amy Carpenter.
+ Please <a href="/#contact">contact me</a> for a mailing address if you are a
+ remote client and would like to pay by check.
+ </p>
+
+ <p>
+ <h2>Travel policy</h2>
+ 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.
+ </p>
+
+ <p>
+ <h2>Remote sessions</h2>
+ Remote sessions are conducted from my home in Suffolk. I generally use
+ <a href="https://zoom.us">Zoom</a>, 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.
+ </p>
+
+ <p>
+ <h2>Cancellation policy</h2>
+ Sessions cancelled within 72 hours of their start time will incur a
+ $20 late cancellation fee.
+ </p>
+
+ <p>
+ <h2>No-Show policy</h2>
+ Sessions which a student does not attend with no notice of
+ cancellation will be charged the full session price.
+ </p>
+
+ <p>
+ <h2>Session Duration policy</h2>
+ 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.
+ </p>
+</section>
+<section></section>
+{{/inline}}
+{{/base}}