From 470d29ca5830db6850d11298a19aa9b7ff9615d7 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 23 Jun 2021 22:12:39 -0400 Subject: added about, updated policies, broke out header and footer, finished up offering tiles/modals --- about/index.html | 90 -------- about/index.php | 50 +++++ desktop.css | 53 ++++- favicon.ico | Bin 0 -> 327262 bytes footer.php | 24 ++ header.php | 37 ++++ index.php | 629 ++++++++++++++++++++++++++++++---------------------- policies/index.html | 86 ------- policies/index.php | 52 +++++ stylesheet.css | 97 +++++++- widescreen.css | 11 +- 11 files changed, 682 insertions(+), 447 deletions(-) delete mode 100644 about/index.html create mode 100644 about/index.php create mode 100644 favicon.ico create mode 100644 footer.php create mode 100644 header.php delete mode 100644 policies/index.html create mode 100644 policies/index.php diff --git a/about/index.html b/about/index.html deleted file mode 100644 index 9528d82..0000000 --- a/about/index.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - About Me - Carpenter Tutoring, LLC - - - - - - - - - - -
-
- - - - - - -

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

-
-
- - - - diff --git a/about/index.php b/about/index.php new file mode 100644 index 0000000..0b09bfc --- /dev/null +++ b/about/index.php @@ -0,0 +1,50 @@ + + + +
+

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

+ +
+
+ diff --git a/desktop.css b/desktop.css index 029d7e6..16360c3 100644 --- a/desktop.css +++ b/desktop.css @@ -1,5 +1,8 @@ -/* Desktop Layout */ @media only screen and (min-width: 800px) { + section { + padding: 3em; + } + nav { flex-direction: row-reverse; margin: 0; @@ -18,4 +21,52 @@ rgba(255, 255, 255, 1) 50% ); } + + form { + margin-right: 10%; + margin-left: 10%; + } + + table td, + table th { + padding: 1em; + } + + section.flexible { + flex-direction: row; + } + + section.flexible div, + section.flexible figure { + flex-basis: 0; + } + + section.flexible div { + flex-grow: 2; + } + + section.flexible figure { + flex-grow: 1; + } + + .signature img { + width: 30%; + } + + .logo img { + width: 15%; + display: block; + margin-left: auto; + margin-right: auto; + } + + #offerings .card { + display: block; + flex: none; + width: 20%; + } + + .modal .card { + width: 25%; + } } diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..8ba4c15 Binary files /dev/null and b/favicon.ico differ diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..4fb86ba --- /dev/null +++ b/footer.php @@ -0,0 +1,24 @@ + + + + + + diff --git a/header.php b/header.php new file mode 100644 index 0000000..b6707ad --- /dev/null +++ b/header.php @@ -0,0 +1,37 @@ + + + + + + Tutoring Excellence Online and in Hampton Roads, VA - Carpenter Tutoring, + LLC + + + + + + + + + + + + + + + + + + + + + +
diff --git a/index.php b/index.php index 02d5fde..3489a0e 100644 --- a/index.php +++ b/index.php @@ -1,269 +1,380 @@ - - - - - - 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! -

+ + + + + +
+
+

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

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

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

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

© Carpenter Tutoring, LLC. All rights reserved.

+
    +
  • All levels of reading/language arts/English
  • +
  • Writing (formal and creative)
  • +
  • All levels of Latin
  • +
  • Math through Algebra II/Geometry
  • +
  • Introductory Biology, Physics, and Chemistry (not at the honors or AP + level)
  • +
+ + Special arrangements can be made for subjects that fall outside of these + offerings. Please contact me directly for more information. + +

+ Close + + + + + + + + + + + + + + + + + +
- + Close + + - + + + +
+ +
+

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

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

+ + + + + + + + + + +
+
+ diff --git a/policies/index.html b/policies/index.html deleted file mode 100644 index 103f97f..0000000 --- a/policies/index.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - Policies and Procedures - Carpenter Tutoring, LLC - - - - - - - - - - -
-
-
    -
  • - Payment methods I accept cash, checks made out to - Amy Carpenter, or PayPal (amy@carpentertutoring.com). If you select - to pay through PayPal, there is an additional $1.50 processing fee - per transaction. -
  • - -
  • - 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. -
  • -
-
-
- - - - diff --git a/policies/index.php b/policies/index.php new file mode 100644 index 0000000..116a755 --- /dev/null +++ b/policies/index.php @@ -0,0 +1,52 @@ + + +
+

+

Payment Methods

+ I accept cash, checks made out to Amy Carpenter, or PayPal + (amy@carpentertutoring.com). If you select to pay through PayPal, + there is an additional $1.50 processing fee per transaction. +

+ +

+

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

+
+
+ diff --git a/stylesheet.css b/stylesheet.css index 776f738..77632bb 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -48,6 +48,7 @@ nav a { text-align: center; text-decoration: none; padding: 1em 1em; + transition: 0.15s; } nav a:hover { @@ -75,7 +76,7 @@ h2 { section { font-size: 1.5em; margin: 0; - padding: 3em; + padding: 1em; } section.quiet { @@ -90,9 +91,15 @@ a.button { padding-top: 0.5em; padding-bottom: 0.5em; margin-right: 0.5em; + margin-bottom: 0.5em; text-decoration: none; color: white; border-radius: 3em; + transition: 0.15s; +} +button.button:hover, +a.button:hover { + box-shadow: 0 4px 8px 0 lightgray, 0 6px 20px 0 lightgray; } button { @@ -112,19 +119,22 @@ footer { font-size: 1.5em; } -footer a { +footer a, +section a { color: var(--darkteal); text-decoration: underline; } -form { +.card { background-color: white; padding: 2em; border-radius: 1em; + margin-left: 0; + margin-right: 0; } -input, -textarea { +form input, +form textarea { font-family: "PT Sans", sans-serif; margin-bottom: 1.5em; box-sizing: border-box; @@ -133,7 +143,7 @@ textarea { padding: 1em; } -input { +form input { border-radius: 3em; } @@ -141,3 +151,78 @@ textarea { border-radius: 1em; resize: none; } + +table { + width: 100%; + border-collapse: collapse; +} + +table th { + text-align: right; + color: var(--darkteal); +} + +table td, +table th { + vertical-align: bottom; +} + +tr:nth-child(even) { + background-color: lightgray; +} + +picture img { + width: 100%; +} + +.shadowy img { + box-shadow: 0 4px 8px 0 dimgray, 0 6px 20px 0 dimgray; +} + +figcaption { + text-align: right; + color: var(--darkteal); + font-family: "Architects Daughter", cursive; +} + +section.flexible { + display: flex; + flex-direction: column; +} + +#offerings .card { + margin: 1em; + text-align: center; +} + +#offerings { + padding-left: 0; + padding-right: 0; + display: flex; + flex-wrap: wrap; + justify-content: center; +} + +.modal { + position: fixed; + z-index: 1; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-color: white; + background-color: rgba(1, 1, 1, 0.4); + overflow: auto; + display: none; + font-size: 1.5em; +} + +.modal a { + float: right; +} + +:target.modal { + display: flex; + justify-content: center; + align-items: center; +} diff --git a/widescreen.css b/widescreen.css index 38b13dc..8231129 100644 --- a/widescreen.css +++ b/widescreen.css @@ -1,7 +1,8 @@ -/* Widescreen Layout */ @media only screen and (min-width: 2000px) { -section { - padding-left: 20%; - padding-right: 20%; + section { + padding-top: 3em; + padding-bottom: 3em; + padding-left: 25%; + padding-right: 25%; + } } - -- cgit v1.2.3