summaryrefslogtreecommitdiff
path: root/about
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-05-21 16:38:18 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-05-21 16:38:18 -0400
commita35df0e830d8519ab772331940698594a7f7b3d4 (patch)
tree1498bcf9698cd97f109ed93e605654736e4e9122 /about
parenta35aab23f559117f8c79202988b9a6c4df8f9005 (diff)
downloadcarpentertutoring-a35df0e830d8519ab772331940698594a7f7b3d4.tar.xz
carpentertutoring-a35df0e830d8519ab772331940698594a7f7b3d4.zip
feat: add zack, fix lauren img links
Diffstat (limited to 'about')
-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'); ?>