summaryrefslogtreecommitdiff
path: root/about/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'about/index.php')
-rw-r--r--about/index.php26
1 files changed, 24 insertions, 2 deletions
diff --git a/about/index.php b/about/index.php
index 028623b..e922e4b 100644
--- a/about/index.php
+++ b/about/index.php
@@ -206,8 +206,8 @@
<figure class="shadowy">
<picture>
<source srcset="/assets/laurenp.webp" type="image/webp" />
- <source srcset="/assets/joelm.png" type="image/png" />
- <img alt="Lauren Peerbolte" src="/assets/joelm.png" />
+ <source srcset="/assets/laurenp.png" type="image/png" />
+ <img alt="Lauren Peerbolte" src="/assets/laurenp.png" />
</picture>
<figcaption>Lauren Peerbolte</figcaption>
</figure>
@@ -223,4 +223,26 @@
<section></section>
+<section class="quiet flexible">
+
+ <div>
+ <h2>Zack H'Doubler</h2>
+ <p>
+ Zack graduated from William &amp; Mary in 2021 with a Bachelors of Science in Computer Science and Applied Mathematics. There, he spent three years tutoring his peers in math and computer science to help them reach a deeper understanding and appreciation of both subjects. Here he gained a passion for teaching and is excited to offer his assistance again at any levels of math and computer science through Carpenter Tutoring. In addition to tutoring, he currently works as an application developer for ADP in Norfolk, VA. In his spare time he loves to bike and spend time with his cat, Hans.
+ </p>
+ </div>
+
+ <figure class="shadowy">
+ <picture>
+ <source srcset="/assets/zackh.webp" type="image/webp" />
+ <source srcset="/assets/zackh.png" type="image/png" />
+ <img alt="Zack H'Doubler" src="/assets/zackh.png" />
+ </picture>
+ <figcaption>Zack H'Doubler</figcaption>
+ </figure>
+
+</section>
+
+<section></section>
+
<?php include('../footer.php'); ?>