From 0d5c50da744b3ee859383b4b8287568d0c8329da Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 15 Jun 2021 21:56:44 -0400 Subject: working on php index with email form, gitignore crash files --- .gitignore | 1 + index.html | 272 ------------------------------------------------------------- index.php | 270 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 271 insertions(+), 272 deletions(-) delete mode 100644 index.html create mode 100644 index.php diff --git a/.gitignore b/.gitignore index 57510a2..05d10eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ _site/ +*.core diff --git a/index.html b/index.html deleted file mode 100644 index f9cddbb..0000000 --- a/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - Tutoring Excellence Online and in Hampton Roads, VA - Carpenter Tutoring, - LLC - - - - - - - - - - - - - - - - - - - - - -
- - - - -
-

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 scroll down 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! -

- - - - - - - - - - - - -
- - -
-
-

Subject Tutoring

-

Tutoring for specific courses or disciplines

-

- More... -

-
- -
-

Time Management

-

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

-

- More... -

-
-
-

Study Skills

-

Learn how to make the most of your study time

-

- More... -

-
-
-

Academic Coaching

-

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

-

- More... -

-
-
-

College Application Assistance

-

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

-

- More... -

-
-
-

College-Level Writing

-

Get a head start on meeting professors' expectations

-

- More... -

-
-
-

Dissertation Coaching

-

Ensure your research is communicated effectively and eloquently

-

- More... -

-
-
-

Standardized Test Prep

-

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

-

- More... -

-
-
-

Music Lessons

-

Instrument and/or composition lessons for students of all ages

-

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

- -

- More... -

-
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Subject, Time Management, Study Skills TutoringAcademic Coaching and College PrepDissertation CoachingGroup Webinars
Remote$50 per hour$60 per hour$60 per hour$30 per hour
In-Person$60 per hour$70 per hour$70 per hour
- -

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

-
- - -
-
- - - - - - - - - - -
-
-
- - - - diff --git a/index.php b/index.php new file mode 100644 index 0000000..61165fa --- /dev/null +++ b/index.php @@ -0,0 +1,270 @@ + + + + + + Tutoring Excellence Online and in Hampton Roads, VA - Carpenter Tutoring, + LLC + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+

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 scroll down 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! +

+ + + + + + + + + + + + +
+ + +
+
+

Subject Tutoring

+

Tutoring for specific courses or disciplines

+

+ More... +

+
+ +
+

Time Management

+

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

+

+ More... +

+
+
+

Study Skills

+

Learn how to make the most of your study time

+

+ More... +

+
+
+

Academic Coaching

+

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

+

+ More... +

+
+
+

College Application Assistance

+

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

+

+ More... +

+
+
+

College-Level Writing

+

Get a head start on meeting professors' expectations

+

+ More... +

+
+
+

Dissertation Coaching

+

Ensure your research is communicated effectively and eloquently

+

+ More... +

+
+
+

Standardized Test Prep

+

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

+

+ More... +

+
+
+

Music Lessons

+

Instrument and/or composition lessons for students of all ages

+

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

+ +

+ More... +

+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subject, Time Management, Study Skills TutoringAcademic Coaching and College PrepDissertation CoachingGroup Webinars
Remote$50 per hour$60 per hour$60 per hour$30 per hour
In-Person$60 per hour$70 per hour$70 per hour
+ +

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

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