summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-01-09 21:24:45 -0500
committerAdam T. Carpenter <atc@53hor.net>2023-01-09 21:24:45 -0500
commit0292503a68008b8f5a291c549136d503176df639 (patch)
treed8f62998f90674c7e8705f9d1bf1cd41bedcb128
parent9c1a0f52806fea82f5f9e74fa92af0266759f7ec (diff)
downloadcarpentertutoring-0292503a68008b8f5a291c549136d503176df639.tar.xz
carpentertutoring-0292503a68008b8f5a291c549136d503176df639.zip
feat: two more tutor bios on about page
-rw-r--r--about/index.php67
-rw-r--r--assets/genevievea.pngbin0 -> 337781 bytes
-rw-r--r--assets/genevievea.webpbin0 -> 70202 bytes
-rw-r--r--assets/ianw.pngbin0 -> 369723 bytes
-rw-r--r--assets/ianw.webpbin0 -> 25214 bytes
5 files changed, 67 insertions, 0 deletions
diff --git a/about/index.php b/about/index.php
index bb192fa..4607787 100644
--- a/about/index.php
+++ b/about/index.php
@@ -114,5 +114,72 @@
</figure>
</section>
+
+<section></section>
+
+<section class="quiet flexible">
+ <div>
+ <h2>Genevieve Akins</h2>
+ <p>
+ Genevieve is currently pursuing a master’s degree in Clinical Mental Health Counseling
+ at the College of William &amp; Mary. Previously, Genevieve earned a master’s in Equality Studies
+ from University College Dublin and bachelors’ degrees in Political Science and Women and
+ Gender Studies from St. Olaf College. In high school, Genevieve began tutoring elementary and
+ middle school children in piano and violin. While in college, Genevieve worked as tutor in a local
+ elementary school, focusing on language arts, reading, and math. Genevieve continued to seek
+ tutoring opportunities while living in Dublin and gained experience working with middle school-
+ aged children in reading and language arts. Through her work as a tutor and additional
+ employment experiences, Genevieve has worked with individuals of variety of ages, academic
+ levels, and children with additional support needs. Genevieve loves supporting students and
+ working with them to foster a love of learning and overcome any challenges. As a Carpenter
+ Tutor, Genevieve welcomes students seeking assistance with all levels of reading, writing, and
+ language arts; elementary and middle school math; piano and violin; and additional skills such
+ as time management and study skills.
+ </p>
+ </div>
+
+ <figure class="shadowy">
+ <picture>
+ <source srcset="/assets/genevievea.webp" type="image/webp" />
+ <source srcset="/assets/genevievea.png" type="image/png" />
+ <img alt="Genevieve Akins" src="/assets/genevievea.png" />
+ </picture>
+ <figcaption>Genevieve Akins</figcaption>
+ </figure>
+</section>
+
+<section></section>
+
+<section class="quiet flexible">
+ <div>
+ <h2>Ian Wilenzik</h2>
+ <p>
+ Ian Wilenzik, PhD
+ candidate, graduated from William &amp; Mary with a degree in biology, a minor
+ in chemistry, and an honorary minor in geology. Ian spent three years as a
+ tutor at William &amp; Mary, logging over 150 tutoring hours and receiving
+ tutoring certification through the CRLA. Tutoring became a passion of his,
+ which led to him forming a network of dedicated clients. Ian strives to create
+ an educational, safe, and judgement-free environment during his tutoring
+ appointments. Ian resides in Northern Virginia and is currently a PhD student
+ in evolutionary biology at George Washington University. His central thesis is
+ guided by the idea that the only stupid questions are the ones left unasked. He
+ is happy to contribute to Carpenter Tutoring, assisting with high school
+ biology and chemistry (including at the AP level) in addition to college-level
+ evolutionary/cellular biology, chemistry, and organic chemistry, which is his
+ tutoring specialty.
+ </p>
+ </div>
+
+ <figure class="shadowy">
+ <picture>
+ <source srcset="/assets/ianw.webp" type="image/webp" />
+ <source srcset="/assets/ianw.png" type="image/png" />
+ <img alt="Ian Wilenzik" src="/assets/ianw.png" />
+ </picture>
+ <figcaption>Ian Wilenzik</figcaption>
+ </figure>
+</section>
+
<section></section>
<?php include('../footer.php'); ?>
diff --git a/assets/genevievea.png b/assets/genevievea.png
new file mode 100644
index 0000000..4b7f99a
--- /dev/null
+++ b/assets/genevievea.png
Binary files differ
diff --git a/assets/genevievea.webp b/assets/genevievea.webp
new file mode 100644
index 0000000..56197c5
--- /dev/null
+++ b/assets/genevievea.webp
Binary files differ
diff --git a/assets/ianw.png b/assets/ianw.png
new file mode 100644
index 0000000..f664c80
--- /dev/null
+++ b/assets/ianw.png
Binary files differ
diff --git a/assets/ianw.webp b/assets/ianw.webp
new file mode 100644
index 0000000..f163f4f
--- /dev/null
+++ b/assets/ianw.webp
Binary files differ