diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-11-14 21:49:28 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-11-14 21:49:28 -0500 |
commit | fc0e8296178ca779a270d91b681777f50b3b626d (patch) | |
tree | 7a1353753d9300929b43a561ff2f1aae59b6434f /templates/index.html | |
parent | d1c9f549d3a45118f0a563ddbe07c18fbc8ab660 (diff) | |
download | carpentertutoring-fc0e8296178ca779a270d91b681777f50b3b626d.tar.xz carpentertutoring-fc0e8296178ca779a270d91b681777f50b3b626d.zip |
feat: replace pricing with helpful linksrelease
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 52 |
1 files changed, 5 insertions, 47 deletions
diff --git a/templates/index.html b/templates/index.html index c9b0e60..dc4231b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -299,53 +299,11 @@ </section> -<section class="squarshed flexible centered"> - <a class="button primary" href="/brochure">Click here to view an interactive brochure of our offerings</a> -</section> - -<!-- pricing --> -<section class="quiet" id="pricing"> - <table> - <caption> - <h2>Pricing Guide - Remote*</h2> - </caption> - <tbody> - <tr> - <th scope="col"> - <a href="#offering-subject-tutoring">Single Subject</a>, <a href="#offering-time-management">Time Management</a>, <a href="#offering-study-skills">Study Skills Tutoring</a>, <a href="#offering-music-lessons">Music Lessons</a> - </th> - <td>$60/hr</td> - </tr> - - <tr> - <th scope="col"> - <a href="#offering-subject-tutoring">Multi-Subject</a>, <a href="#offering-academic-coaching">Academic Coaching</a>, <a href="#offering-dissertation-coaching">Dissertation Coaching</a>, <a href="#offering-test-prep">Test Prep</a>, <a href="#offering-college-prep">College - Application Assistance</a> - </th> - <td>$70/hr</td> - </tr> - - <tr> - <th scope="col">Small Group Sessions, Group Lessons</th> - <td>$40/hr/student</td> - </tr> - <tr> - <th scope="col"><a href="#offering-evals">Simplified Homeschool Evaluations</a></th> - <td>$45</td> - </tr> - <tr> - <th scope="col"><a href="#offering-evals">Detailed Homeschool Evaluations</a></th> - <td>$80+</td> - </tr> - </tbody> - </table> - - <h3> - <p><em>*In-person pricing for students in the Harbour View region of Suffolk is $10/hr more in each category.</em></p> - <a href="/policies">See a list of our policies and procedures regarding scheduling, - payment, and booking.</a> - </h3> - +<!-- help --> +<section class="quiet squarshed centered" id="help"> + <h2>Helpful Links</h2> + <a class="button primary centered" href="/brochure">View an interactive brochure of our offerings</a> + <a class="button centered" href="/policies">See policies and procedures regarding scheduling, payment, and booking</a> </section> <!-- reviews --> |