summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-11-14 21:49:28 -0500
committerAdam T. Carpenter <atc@53hor.net>2024-11-14 21:49:28 -0500
commitfc0e8296178ca779a270d91b681777f50b3b626d (patch)
tree7a1353753d9300929b43a561ff2f1aae59b6434f
parentd1c9f549d3a45118f0a563ddbe07c18fbc8ab660 (diff)
downloadcarpentertutoring-fc0e8296178ca779a270d91b681777f50b3b626d.tar.xz
carpentertutoring-fc0e8296178ca779a270d91b681777f50b3b626d.zip
feat: replace pricing with helpful linksrelease
-rw-r--r--templates/base.html2
-rw-r--r--templates/index.html52
2 files changed, 6 insertions, 48 deletions
diff --git a/templates/base.html b/templates/base.html
index 22e1dc0..48b49de 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,7 +32,7 @@
<a href="/about">Team</a>
<a href="/policies">Policies</a>
<a href="/posts">Posts</a>
- <a href="/#pricing">Pricing</a>
+ <a href="/#help">Helpful Links</a>
<a href="/brochure">Brochure</a>
<a href="/#offerings">Services</a>
<a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a>
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 -->