diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-19 21:12:40 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-19 21:12:40 -0400 |
commit | 9f0796e5b9a0f0945aef16029a7a059bd0a94c3f (patch) | |
tree | 46f01f50c07c28c788dee2f561f12aa69612d0ab | |
parent | 61f854eba5bad295565b45e919b612d61710d8e7 (diff) | |
download | carpentertutoring-9f0796e5b9a0f0945aef16029a7a059bd0a94c3f.tar.xz carpentertutoring-9f0796e5b9a0f0945aef16029a7a059bd0a94c3f.zip |
-rw-r--r-- | templates/highered.html.j2 | 4 | ||||
-rw-r--r-- | templates/k12.html.j2 | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/templates/highered.html.j2 b/templates/highered.html.j2 index 0463826..c1d5f09 100644 --- a/templates/highered.html.j2 +++ b/templates/highered.html.j2 @@ -120,6 +120,10 @@ <li>Latin language</li> <li>Math (dependent on tutor availability)</li> <li>Computer Science (dependent on tutor availability)</li> + <li>Biology</li> + <li>Chemistry/Organic Chemistry</li> + <li>Life Sciences/Earth Science</li> + <li>Physiology/Anatomy</li> </ul> For support in preparing essays, final papers, presentations, discussion papers, and other communication-based diff --git a/templates/k12.html.j2 b/templates/k12.html.j2 index df6c9b4..cd6fd6a 100644 --- a/templates/k12.html.j2 +++ b/templates/k12.html.j2 @@ -208,10 +208,13 @@ <li>Elementary Science</li> <li>Intermediate Science</li> <li>Middle School Science</li> - <li>Biology</li> + <li>AP and non-AP Biology</li> + <li>Physiology/Anatomy</li> <li>Physics</li> - <li>Chemistry</li> + <li>Organic Chemistry</li> + <li>AP and non-AP Chemistry</li> <li>Environmental Science</li> + <li>Life Sciences</li> <li>Earth Science</li> </ul> </p> |