From 7494b946920bf93fa12ac1fc71a07b1165a203e2 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Sun, 22 Aug 2021 11:03:36 -0400 Subject: begin migrate to warp for evals functionality and site server --- static/index.php | 479 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 479 insertions(+) create mode 100644 static/index.php (limited to 'static/index.php') diff --git a/static/index.php b/static/index.php new file mode 100644 index 0000000..c3aef21 --- /dev/null +++ b/static/index.php @@ -0,0 +1,479 @@ + + + + + +
+
+

+ Welcome, and thank you for your interest in Carpenter Tutoring! +

+ +

+ Carpenter Tutoring is a private tutoring service based in Suffolk, + Virginia. I offer in-person sessions throughout the Hampton Roads + area and remote sessions anywhere in the country. Most of my + offerings are one-on-one, and group sessions and classes are also + available. No matter your budget, I am confident that we can find an + arrangement that will provide your student services without creating + financial strain. +

+ +

+ I invite you to explore my site to learn more about the + services I offer + , + my background + , + and some of my policies. Thank you for visiting, and + please do not hesitate to reach out with any questions. I would be thrilled to + assist you! +

+ +
+ + + + + +
+ +
+ +
+ + + + + +
Amy Carpenter, M.Ed.
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

Subject Tutoring

+

Tutoring for specific courses or disciplines +

+ expand Learn more +
+ +
+

Time Management

+

+ Personalized plans for managing academics, extracurriculars, and + other commitments +

+ expand Learn more +
+ +
+

Study Skills

+

Learn how to make the most of your study time

+ expand Learn more +
+ +
+

Academic Coaching

+

+ Time management and study skills blended with continuing + accountability +

+ expand Learn more +
+ +
+

College Application Assistance

+

+ Assistance with generating a college list and crafting application + essays +

+ expand Learn more +
+ +
+

College-Level Writing

+

Get a head start on meeting professors' expectations

+ expand Learn more +
+ +
+

Dissertation Coaching

+

Ensure your research is communicated effectively and eloquently

+ expand Learn more +
+ +
+

Standardized Test Prep

+

+ Tailored assistance in preparing for a variety of standardized tests +

+ expand Learn more +
+ +
+

Music Lessons

+

Instrument and/or composition lessons for students of all ages

+ expand Learn more +
+ +
+

Proof of Progress Evaluations

+

+ Two levels of portfolio-based evaluations for homeschool families + looking to satisfy Proof of Progress or gain insight into their + child's learning +

+ expand Learn more +
+ +
+ + +
+

Pricing Guide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RemoteIn-Person
+ Subject, Time Management, Study Skills Tutoring, Music Lessons + $50/hr$60/hr
+ Academic Coaching, Dissertation Coaching, Test Prep, College + Application Assistance + $60/hr$70/hr
Small Group Sessions, Group Lessons$30/hr$40/hr
Simplified Homeschool Evaluations$30
Detailed Homeschool Evaluations$70
+ +

+ See a list of my policies and procedures regarding scheduling, + payment, and booking. +

+ +
+ + +
+
+

Contact

+ + + + + + + + + + + + + isSMTP(); + $mail->Host = 'smtp.gmail.com'; + $mail->Port = 465; + $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; + $mail->SMTPAuth = true; + $mail->Username = $smtpuser; + $mail->Password = $smtppass; + $mail->setFrom($email, $name); + $mail->addAddress($address); + $mail->addReplyTo($email); + $mail->Subject = 'Tutoring Inquiry from ' . $email; + $mail->Body = $body; + + if (!$mail->send()) { + echo 'There was a problem sending your message. Please try again later or send mail to Amy@CarpenterTutoring.com.'; + echo ''; + } else { + echo "Your message was successfully sent."; + } + } else { + echo 'Send us a message and we`ll reply by mail as soon as possible. Please note that your email address will not be stored on our server. It will only be used to contact you with a reply. You may also send mail directly to Amy@CarpenterTutoring.com.'; + } + ?> +
+ +
+ + +
+ +
+

Connor Fenton

+
+ I was a Graduate student at the College of William and Mary who needed to pass a Latin Language test as part of my degree requirements. I was struggling with refreshing my Latin after a few years out of the classroom and Amy was both professional and helpful. With her tutoring I was able to pass my test and finish my degree. She is very considerate and easy to work with. +
+

+ View on Google + or + leave a review. +

+ star + star + star + star + star +
+ +
+

Marie & Robert

+
+ 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. +
+

+ View on Google + or + leave a review. +

+ star + star + star + star + star +
+ +
+

Lee Crabtree

+
+ Amy is a wonderful tutor who helped my child (who does not like help at all) though some difficult classes where the teacher was not providing the support my child needed. Highly recommended. +
+

+ View on Google + or + leave a review. +

+ star + star + star + star + star +
+ +
+ -- cgit v1.2.3