From 27f1e57bfbadbb3557d7649567e49a1e89927012 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 26 Jun 2020 17:22:38 -0400 Subject: working on new pricing table and blogging system --- _data/content/blurb.yml | 17 +++-------------- _data/offerings.yml | 2 +- _data/prices.yml | 16 ++++++++++++++++ 3 files changed, 20 insertions(+), 15 deletions(-) create mode 100644 _data/prices.yml (limited to '_data') diff --git a/_data/content/blurb.yml b/_data/content/blurb.yml index 86cdf6f..13bbd9d 100644 --- a/_data/content/blurb.yml +++ b/_data/content/blurb.yml @@ -1,15 +1,4 @@ - 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. -- Prices vary based on content area and delivery method but typically range - around $30 per hour for group sessions and $50-60 per hour for one-on-one - sessions. That being said, I never want cost to be a prohibitive factor. All - prices are negotiable, and I offer flexible payment arrangements when needed. - 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! +- 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 diff --git a/_data/offerings.yml b/_data/offerings.yml index 06a05b5..2f48c81 100644 --- a/_data/offerings.yml +++ b/_data/offerings.yml @@ -42,7 +42,7 @@ and assessments and help craft a schedule week to week for them to accomplish their goals. Students come away as more independent and confident planners and self-advocates. -- name: College Prep. +- name: College Prep id: 5 color: green highlight: > diff --git a/_data/prices.yml b/_data/prices.yml new file mode 100644 index 0000000..66777c3 --- /dev/null +++ b/_data/prices.yml @@ -0,0 +1,16 @@ +- name: "Subject, Time Management, and Study Skills Tutoring" + cost: + inperson: 60 + remote: 50 +- name: "Academic Coaching and College Prep" + cost: + inperson: 70 + remote: 60 +- name: "Parent Consultations" + cost: + inperson: 30 + remote: 25 +- name: "Group Webinars" + cost: + inperson: 30 + remote: 30 -- cgit v1.2.3