summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about/index.php26
-rw-r--r--assets/zackh.pngbin0 -> 532626 bytes
-rw-r--r--assets/zackh.webpbin0 -> 48908 bytes
3 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'); ?>
diff --git a/assets/zackh.png b/assets/zackh.png
new file mode 100644
index 0000000..c666802
--- /dev/null
+++ b/assets/zackh.png
Binary files differ
diff --git a/assets/zackh.webp b/assets/zackh.webp
new file mode 100644
index 0000000..9281421
--- /dev/null
+++ b/assets/zackh.webp
Binary files differ