summaryrefslogtreecommitdiff
path: root/tutors/index.php
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2022-11-17 22:15:33 -0500
committerAdam T. Carpenter <atc@53hor.net>2022-11-17 22:15:33 -0500
commite30562edac0b3143416c0035fa9de55709a70ca8 (patch)
tree607a8aa0197a67ac09e08016ca35b0ba4da13862 /tutors/index.php
parent7b47211b5808cea5a4fda6d9628d34e3a4722db3 (diff)
downloadcarpentertutoring-e30562edac0b3143416c0035fa9de55709a70ca8.tar.xz
carpentertutoring-e30562edac0b3143416c0035fa9de55709a70ca8.zip
feat: add williamb, update amy pics, combine about and tutors, update policies and subjects
Diffstat (limited to 'tutors/index.php')
-rw-r--r--tutors/index.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/tutors/index.php b/tutors/index.php
deleted file mode 100644
index b4c347c..0000000
--- a/tutors/index.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php include('../header.php'); ?>
-<section class="banner">
- <h1>Our Tutors</h1>
-</section>
-
-<section class="quiet flexible">
- <div>
- <h2>Joel Monroe</h2>
- <p>
-
- Joel Monroe has been a math nerd since he first discovered the number 11. Since then, he has worked to develop his skills in both studying and teaching math. Joel earned his Bachelor's in Mathematics and his Master's in Computational Operations Research from the College of William &amp; Mary. Throughout his education, he has consistently sought opportunities to tutor, whether it was helping friends in high school, peers in college, or other students during his Master's program. Joel has a passion for seeing students break through the barriers which can form when studying math and discover the amazing language hidden within. As a part of Carpenter Tutoring, Joel is happy to offer assistance to students in high school and college math and introductory physics.
- </p>
- </div>
-
- <figure class="shadowy">
- <picture>
- <source srcset="/assets/joelm.webp" type="image/webp" />
- <source srcset="/assets/joelm.png" type="image/png" />
- <img alt="Joel Monroe" src="/assets/joelm.png" />
- </picture>
- <figcaption>Joel Monroe, M.Sc.</figcaption>
- </figure>
-
-</section>
-<section></section>
-<?php include('../footer.php'); ?>