From e03b071124b439714105f7614f2a9ecdc4eb8f3b Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 15 Oct 2020 14:36:14 -0400 Subject: moved policies to their own page, updated them --- .prettierrc | 11 ----------- .prettierrc.json | 11 +++++++++++ _data/content/policies.yml | 21 ++++++--------------- _includes/nav.liquid | 3 +++ _layouts/index.liquid | 28 ++++++++++++---------------- _layouts/policies.liquid | 36 ++++++++++++++++++++++++++++++++++++ pages/policies.md | 6 ++++++ 7 files changed, 74 insertions(+), 42 deletions(-) delete mode 100644 .prettierrc create mode 100644 .prettierrc.json create mode 100644 _layouts/policies.liquid create mode 100644 pages/policies.md diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 439d411..0000000 --- a/.prettierrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "proseWrap": "always", - "overrides": [ - { - "files": "*.liquid", - "options": { - "parser": "html" , - } - } - ] -} diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..a455f4e --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,11 @@ +{ + "proseWrap": "always", + "overrides": [ + { + "files": "*.liquid", + "options": { + "parser": "html" + } + } + ] +} diff --git a/_data/content/policies.yml b/_data/content/policies.yml index 168b0ca..0c715f8 100644 --- a/_data/content/policies.yml +++ b/_data/content/policies.yml @@ -1,15 +1,6 @@ -- Payment methods I accept payments in-person through cash or - checks made out to Amy Carpenter or through PayPal. If you select to pay - through PayPal, there is an additional $1.50 processing fee per transaction. -- Travel policy I travel to locations throughout the Hampton - Roads area, including Suffolk, Chesapeake, Norfolk, Virginia Beach, Isle of - Wight, Newport News, Yorktown, and Williamsburg. If you live outside of these - areas but are only interested in in-person appointments, please contact me to - make arrangements. -- 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 Please contact me for my cancellation - policy. +- 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/_includes/nav.liquid b/_includes/nav.liquid index 43b5b11..6faf57a 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -24,6 +24,9 @@ Pricing + + Policies + About diff --git a/_layouts/index.liquid b/_layouts/index.liquid index e8991d3..39da163 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -113,6 +113,16 @@ +
+ +
+ {% for offering in site.data.offerings %}