summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-06-20 13:19:44 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-06-20 13:19:44 -0400
commit738b9837f7cc1617cff694a5275db2e6527590c5 (patch)
treea1cfbcf2ed104ebb86712710ba3147d085eac51e
parentf411b2bbc7770fa9cd897cd4036c08c065ba598e (diff)
downloadcarpentertutoring-738b9837f7cc1617cff694a5275db2e6527590c5.tar.xz
carpentertutoring-738b9837f7cc1617cff694a5275db2e6527590c5.zip
feat: automatic tutor layout on about team
Also add Jessica and Katherine
-rw-r--r--about/blurb.php4
-rw-r--r--about/figure.php8
-rw-r--r--about/index.php211
-rw-r--r--about/team/adamc/adamc.png (renamed from assets/adam-carpenter.png)bin385645 -> 385645 bytes
-rw-r--r--about/team/adamc/adamc.webp (renamed from assets/adam-carpenter.webp)bin44888 -> 44888 bytes
-rw-r--r--about/team/adamc/blurb.php1
-rw-r--r--about/team/adamc/name.php1
-rw-r--r--about/team/dylanp/blurb.php1
-rw-r--r--about/team/dylanp/dylanp.png (renamed from assets/dylanp.png)bin310824 -> 310824 bytes
-rw-r--r--about/team/dylanp/dylanp.webp (renamed from assets/dylanp.webp)bin79378 -> 79378 bytes
-rw-r--r--about/team/dylanp/name.php1
-rw-r--r--about/team/genevievea/blurb.php14
-rw-r--r--about/team/genevievea/genevievea.png (renamed from assets/genevievea.png)bin337781 -> 337781 bytes
-rw-r--r--about/team/genevievea/genevievea.webp (renamed from assets/genevievea.webp)bin70202 -> 70202 bytes
-rw-r--r--about/team/genevievea/name.php1
-rw-r--r--about/team/ianw/blurb.php14
-rw-r--r--about/team/ianw/ianw.png (renamed from assets/ianw.png)bin369723 -> 369723 bytes
-rw-r--r--about/team/ianw/ianw.webp (renamed from assets/ianw.webp)bin25214 -> 25214 bytes
-rw-r--r--about/team/ianw/name.php1
-rw-r--r--about/team/jessicab/blurb.php1
-rw-r--r--about/team/jessicab/jessicab.pngbin0 -> 394 bytes
-rw-r--r--about/team/jessicab/jessicab.webpbin0 -> 470 bytes
-rw-r--r--about/team/jessicab/name.php1
-rw-r--r--about/team/joelm/blurb.php1
-rw-r--r--about/team/joelm/joelm.png (renamed from assets/joelm.png)bin495376 -> 495376 bytes
-rw-r--r--about/team/joelm/joelm.webp (renamed from assets/joelm.webp)bin79028 -> 79028 bytes
-rw-r--r--about/team/joelm/name.php1
-rw-r--r--about/team/katherinev/blurb.php1
-rw-r--r--about/team/katherinev/katherinev.pngbin0 -> 382099 bytes
-rw-r--r--about/team/katherinev/katherinev.webpbin0 -> 21316 bytes
-rw-r--r--about/team/katherinev/name.php1
-rw-r--r--about/team/laurenp/blurb.php1
-rw-r--r--about/team/laurenp/laurenp.png (renamed from assets/laurenp.png)bin523569 -> 523569 bytes
-rw-r--r--about/team/laurenp/laurenp.webp (renamed from assets/laurenp.webp)bin133080 -> 133080 bytes
-rw-r--r--about/team/laurenp/name.php1
-rw-r--r--about/team/zackh/blurb.php1
-rw-r--r--about/team/zackh/name.php1
-rw-r--r--about/team/zackh/zackh.png (renamed from assets/zackh.png)bin532626 -> 532626 bytes
-rw-r--r--about/team/zackh/zackh.webp (renamed from assets/zackh.webp)bin48908 -> 48908 bytes
39 files changed, 87 insertions, 180 deletions
diff --git a/about/blurb.php b/about/blurb.php
new file mode 100644
index 0000000..5b4e5db
--- /dev/null
+++ b/about/blurb.php
@@ -0,0 +1,4 @@
+ <div>
+ <h2><?php include("./team/$tutor/name.php") ?></h2>
+ <p><?php include("./team/$tutor/blurb.php") ?></p>
+ </div>
diff --git a/about/figure.php b/about/figure.php
new file mode 100644
index 0000000..c6cee51
--- /dev/null
+++ b/about/figure.php
@@ -0,0 +1,8 @@
+ <figure class="shadowy">
+ <picture>
+ <source srcset="<?php printf('/about/team/%s/%s.webp', $tutor, $tutor) ?>" type="image/webp" />
+ <source srcset="<?php printf('/about/team/%s/%s.png', $tutor, $tutor) ?>" type="image/png" />
+ <img alt="<?php include("./team/$tutor/name.php") ?>" src="<?php printf('/about/team/%s/%s.png', $tutor, $tutor) ?>" />
+ </picture>
+ <figcaption><?php include("./team/$tutor/name.php") ?></figcaption>
+ </figure>
diff --git a/about/index.php b/about/index.php
index e922e4b..af33d0e 100644
--- a/about/index.php
+++ b/about/index.php
@@ -64,185 +64,36 @@
<section></section>
-<section class="quiet flexible">
-
- <div>
- <h2>Adam Carpenter</h2>
- <p>
- Adam earned a Bachelor's in Computer Science from The College of William &amp; Mary in 2018. Since graduating, he has accumulated over four years of experience as a software engineer specializing in server-side automation and front end self-service software. Adam's favorite part of software development is learning and teaching new technology. He loves simplifying complicated concepts in computing and giving others the hints and tricks they need to realize their ideas. In his spare time Adam is a hobbyist mechanic, constantly tinkering with his classic Hudson Hornet. He is eager to contribute to Carpenter Tutoring with all levels of high school and college computer science and programming, information technology fundamentals, and software development practices.
- </p>
- </div>
-
- <figure class="shadowy">
- <picture>
- <source srcset="/assets/adam-carpenter.webp" type="image/webp" />
- <source srcset="/assets/adam-carpenter.png" type="image/png" />
- <img alt="Adam Carpenter" src="/assets/adam-carpenter.png" />
- </picture>
- <figcaption>Adam Carpenter</figcaption>
- </figure>
-
-</section>
-
-<section></section>
-
-<section class="quiet flexible">
-
- <figure class="shadowy">
- <picture>
- <source srcset="/assets/dylanp.webp" type="image/webp" />
- <source srcset="/assets/dylanp.png" type="image/png" />
- <img alt="Dylan Park" src="/assets/dylanp.png" />
- </picture>
- <figcaption>Dylan Park</figcaption>
- </figure>
-
- <div>
- <h2>Dylan Park</h2>
- <p>
- Dylan Park received a Bachelor's in Mathematics with a minor in Fine Arts from Brigham Young University in 2021. He is pursuing a Master's degree in Applied Mathematics at Virginia Tech where Dylan, his wife, and their dog reside. During his time at Virginia Tech, he has worked in their math tutoring lab and teaches Calculus 1. Dylan loves working with students and helping them gain an understanding of math. In addition to his passion for math, Dylan loves to create art (usually out of clay), play sports, and spend time with his family. He is excited to bring his experience to Carpenter Tutoring with assisting in all types of Math from middle school to college level topics, Calculus being his speciality.
- </p>
- </div>
-
-</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">
-
- <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>
-
- <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>
-
-</section>
-
-<section></section>
-
-<section class="quiet flexible">
-
- <div>
- <h2>Joel Monroe</h2>
- <p>
-
- Joel 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>
-
-<section class="quiet flexible">
-
- <figure class="shadowy">
- <picture>
- <source srcset="/assets/laurenp.webp" type="image/webp" />
- <source srcset="/assets/laurenp.png" type="image/png" />
- <img alt="Lauren Peerbolte" src="/assets/laurenp.png" />
- </picture>
- <figcaption>Lauren Peerbolte</figcaption>
- </figure>
-
- <div>
- <h2>Lauren Peerbolte</h2>
- <p>
- Lauren Peerbolte was born and raised in Chicago. She earned her BA from Illinois State University, majoring in English and minoring in creative writing. She then earned her MA in English Composition from Bradley University. Lauren has been a higher education professional in both teaching and administration for over fifteen years. She taught both developmental and college-level English at Wright College, one of the City Colleges of Chicago, and Concordia University Chicago. On the administration side, she has worked in various college departments such as Admissions, Orientation, Advising, and Transfer. She believes in holistic education and is always searching for new teaching methods to help students of all ages learn, grow, and succeed. Lauren and her husband live in an Illinois suburb with their two sons, two daughters, and two cats.
- </p>
- </div>
-
-</section>
-
-<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
+// Using scandir because directory will remain sufficiently small for memory
+// constraints. Also skipping error handling while team list is a highly
+// controlled directory.
+$flip = true;
+$tutors = scandir('./team');
+
+foreach ($tutors as &$tutor) {
+ if (str_starts_with($tutor, '.')) {
+ continue;
+ }
+?>
+ <section class="quiet flexible">
+
+ <?php
+ if ($flip) {
+ include('./blurb.php');
+ include('./figure.php');
+ } else {
+ include('./figure.php');
+ include('./blurb.php');
+ }
+ ?>
+
+ </section>
+
+ <section></section>
+<?php
+ $flip = !$flip;
+}
+?>
<?php include('../footer.php'); ?>
diff --git a/assets/adam-carpenter.png b/about/team/adamc/adamc.png
index e0af5e7..e0af5e7 100644
--- a/assets/adam-carpenter.png
+++ b/about/team/adamc/adamc.png
Binary files differ
diff --git a/assets/adam-carpenter.webp b/about/team/adamc/adamc.webp
index 1884f87..1884f87 100644
--- a/assets/adam-carpenter.webp
+++ b/about/team/adamc/adamc.webp
Binary files differ
diff --git a/about/team/adamc/blurb.php b/about/team/adamc/blurb.php
new file mode 100644
index 0000000..08eca54
--- /dev/null
+++ b/about/team/adamc/blurb.php
@@ -0,0 +1 @@
+ Adam earned a Bachelor's in Computer Science from The College of William &amp; Mary in 2018. Since graduating, he has accumulated over four years of experience as a software engineer specializing in server-side automation and front end self-service software. Adam's favorite part of software development is learning and teaching new technology. He loves simplifying complicated concepts in computing and giving others the hints and tricks they need to realize their ideas. In his spare time Adam is a hobbyist mechanic, constantly tinkering with his classic Hudson Hornet. He is eager to contribute to Carpenter Tutoring with all levels of high school and college computer science and programming, information technology fundamentals, and software development practices.
diff --git a/about/team/adamc/name.php b/about/team/adamc/name.php
new file mode 100644
index 0000000..6884f41
--- /dev/null
+++ b/about/team/adamc/name.php
@@ -0,0 +1 @@
+Adam Carpenter
diff --git a/about/team/dylanp/blurb.php b/about/team/dylanp/blurb.php
new file mode 100644
index 0000000..bc1aa40
--- /dev/null
+++ b/about/team/dylanp/blurb.php
@@ -0,0 +1 @@
+ Dylan Park received a Bachelor's in Mathematics with a minor in Fine Arts from Brigham Young University in 2021. He is pursuing a Master's degree in Applied Mathematics at Virginia Tech where Dylan, his wife, and their dog reside. During his time at Virginia Tech, he has worked in their math tutoring lab and teaches Calculus 1. Dylan loves working with students and helping them gain an understanding of math. In addition to his passion for math, Dylan loves to create art (usually out of clay), play sports, and spend time with his family. He is excited to bring his experience to Carpenter Tutoring with assisting in all types of Math from middle school to college level topics, Calculus being his speciality.
diff --git a/assets/dylanp.png b/about/team/dylanp/dylanp.png
index 02e2da3..02e2da3 100644
--- a/assets/dylanp.png
+++ b/about/team/dylanp/dylanp.png
Binary files differ
diff --git a/assets/dylanp.webp b/about/team/dylanp/dylanp.webp
index e817911..e817911 100644
--- a/assets/dylanp.webp
+++ b/about/team/dylanp/dylanp.webp
Binary files differ
diff --git a/about/team/dylanp/name.php b/about/team/dylanp/name.php
new file mode 100644
index 0000000..5566726
--- /dev/null
+++ b/about/team/dylanp/name.php
@@ -0,0 +1 @@
+Dylan Park
diff --git a/about/team/genevievea/blurb.php b/about/team/genevievea/blurb.php
new file mode 100644
index 0000000..d555b46
--- /dev/null
+++ b/about/team/genevievea/blurb.php
@@ -0,0 +1,14 @@
+ 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.
diff --git a/assets/genevievea.png b/about/team/genevievea/genevievea.png
index 4b7f99a..4b7f99a 100644
--- a/assets/genevievea.png
+++ b/about/team/genevievea/genevievea.png
Binary files differ
diff --git a/assets/genevievea.webp b/about/team/genevievea/genevievea.webp
index 56197c5..56197c5 100644
--- a/assets/genevievea.webp
+++ b/about/team/genevievea/genevievea.webp
Binary files differ
diff --git a/about/team/genevievea/name.php b/about/team/genevievea/name.php
new file mode 100644
index 0000000..56a0214
--- /dev/null
+++ b/about/team/genevievea/name.php
@@ -0,0 +1 @@
+Genevieve Akins
diff --git a/about/team/ianw/blurb.php b/about/team/ianw/blurb.php
new file mode 100644
index 0000000..2e08db5
--- /dev/null
+++ b/about/team/ianw/blurb.php
@@ -0,0 +1,14 @@
+ 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.
diff --git a/assets/ianw.png b/about/team/ianw/ianw.png
index f664c80..f664c80 100644
--- a/assets/ianw.png
+++ b/about/team/ianw/ianw.png
Binary files differ
diff --git a/assets/ianw.webp b/about/team/ianw/ianw.webp
index f163f4f..f163f4f 100644
--- a/assets/ianw.webp
+++ b/about/team/ianw/ianw.webp
Binary files differ
diff --git a/about/team/ianw/name.php b/about/team/ianw/name.php
new file mode 100644
index 0000000..06e4605
--- /dev/null
+++ b/about/team/ianw/name.php
@@ -0,0 +1 @@
+Ian Wilenzik
diff --git a/about/team/jessicab/blurb.php b/about/team/jessicab/blurb.php
new file mode 100644
index 0000000..90b5cce
--- /dev/null
+++ b/about/team/jessicab/blurb.php
@@ -0,0 +1 @@
+Jessica graduated in 2016 with a Bachelor's in Special and Elementary Education and with her Masters in Curriculum and Instruction in 2017. She is currently in the dissertation process at William and Mary within the Educational Leadership, Policy, and Planning program. Over the course of her career, Jessica has worked with Prek-12 students in a myriad of subjects and settings. She is currently a high school math teacher, specifically teaching Algebra 1. Before becoming a part of the math department, Jessica was a Special Education teacher. Additionally, she is AVID trained, which promotes college readiness skills. As a Carpenter Tutor, Jessica welcomes all students with various ability levels and needs.
diff --git a/about/team/jessicab/jessicab.png b/about/team/jessicab/jessicab.png
new file mode 100644
index 0000000..e0b6d22
--- /dev/null
+++ b/about/team/jessicab/jessicab.png
Binary files differ
diff --git a/about/team/jessicab/jessicab.webp b/about/team/jessicab/jessicab.webp
new file mode 100644
index 0000000..46f855d
--- /dev/null
+++ b/about/team/jessicab/jessicab.webp
Binary files differ
diff --git a/about/team/jessicab/name.php b/about/team/jessicab/name.php
new file mode 100644
index 0000000..6af0e05
--- /dev/null
+++ b/about/team/jessicab/name.php
@@ -0,0 +1 @@
+Jessica Bailey
diff --git a/about/team/joelm/blurb.php b/about/team/joelm/blurb.php
new file mode 100644
index 0000000..843605f
--- /dev/null
+++ b/about/team/joelm/blurb.php
@@ -0,0 +1 @@
+ Joel 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.
diff --git a/assets/joelm.png b/about/team/joelm/joelm.png
index eea2e05..eea2e05 100644
--- a/assets/joelm.png
+++ b/about/team/joelm/joelm.png
Binary files differ
diff --git a/assets/joelm.webp b/about/team/joelm/joelm.webp
index b577126..b577126 100644
--- a/assets/joelm.webp
+++ b/about/team/joelm/joelm.webp
Binary files differ
diff --git a/about/team/joelm/name.php b/about/team/joelm/name.php
new file mode 100644
index 0000000..370f5ce
--- /dev/null
+++ b/about/team/joelm/name.php
@@ -0,0 +1 @@
+Joel Monroe
diff --git a/about/team/katherinev/blurb.php b/about/team/katherinev/blurb.php
new file mode 100644
index 0000000..4987d48
--- /dev/null
+++ b/about/team/katherinev/blurb.php
@@ -0,0 +1 @@
+Katherine is currently working as an English As A Second Language teacher in Newport News. Previously, she earned a Bachelor of Arts degree in Psychology and Leadership Studies with a minor in Linguistics from Christopher Newport University in 2022, and a Masters in Teaching in 2023. Katherine is passionate about all things education! She has been an independent tutor to students grades K-12 in math, science, English, French, and general study skills, while also working in middle schools for the past 3 years. Outside of the classroom, she enjoys being outdoors, reading, and learning new languages. Katherine loves getting to know students and breaking down difficult ideas in a way that each student will understand. She is excited to contribute to Carpenter Tutoring by working with students in French, English, and K-8 math, as well as academic coaching.
diff --git a/about/team/katherinev/katherinev.png b/about/team/katherinev/katherinev.png
new file mode 100644
index 0000000..de82f40
--- /dev/null
+++ b/about/team/katherinev/katherinev.png
Binary files differ
diff --git a/about/team/katherinev/katherinev.webp b/about/team/katherinev/katherinev.webp
new file mode 100644
index 0000000..856dfca
--- /dev/null
+++ b/about/team/katherinev/katherinev.webp
Binary files differ
diff --git a/about/team/katherinev/name.php b/about/team/katherinev/name.php
new file mode 100644
index 0000000..ea4ec1a
--- /dev/null
+++ b/about/team/katherinev/name.php
@@ -0,0 +1 @@
+Katherine Vander Vennet
diff --git a/about/team/laurenp/blurb.php b/about/team/laurenp/blurb.php
new file mode 100644
index 0000000..df7c9ab
--- /dev/null
+++ b/about/team/laurenp/blurb.php
@@ -0,0 +1 @@
+ Lauren Peerbolte was born and raised in Chicago. She earned her BA from Illinois State University, majoring in English and minoring in creative writing. She then earned her MA in English Composition from Bradley University. Lauren has been a higher education professional in both teaching and administration for over fifteen years. She taught both developmental and college-level English at Wright College, one of the City Colleges of Chicago, and Concordia University Chicago. On the administration side, she has worked in various college departments such as Admissions, Orientation, Advising, and Transfer. She believes in holistic education and is always searching for new teaching methods to help students of all ages learn, grow, and succeed. Lauren and her husband live in an Illinois suburb with their two sons, two daughters, and two cats.
diff --git a/assets/laurenp.png b/about/team/laurenp/laurenp.png
index 6599d61..6599d61 100644
--- a/assets/laurenp.png
+++ b/about/team/laurenp/laurenp.png
Binary files differ
diff --git a/assets/laurenp.webp b/about/team/laurenp/laurenp.webp
index 0a48339..0a48339 100644
--- a/assets/laurenp.webp
+++ b/about/team/laurenp/laurenp.webp
Binary files differ
diff --git a/about/team/laurenp/name.php b/about/team/laurenp/name.php
new file mode 100644
index 0000000..11c69e8
--- /dev/null
+++ b/about/team/laurenp/name.php
@@ -0,0 +1 @@
+Lauren Peerbolte
diff --git a/about/team/zackh/blurb.php b/about/team/zackh/blurb.php
new file mode 100644
index 0000000..eb49046
--- /dev/null
+++ b/about/team/zackh/blurb.php
@@ -0,0 +1 @@
+ 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.
diff --git a/about/team/zackh/name.php b/about/team/zackh/name.php
new file mode 100644
index 0000000..5d0283a
--- /dev/null
+++ b/about/team/zackh/name.php
@@ -0,0 +1 @@
+Zack H'Doubler
diff --git a/assets/zackh.png b/about/team/zackh/zackh.png
index c666802..c666802 100644
--- a/assets/zackh.png
+++ b/about/team/zackh/zackh.png
Binary files differ
diff --git a/assets/zackh.webp b/about/team/zackh/zackh.webp
index 9281421..9281421 100644
--- a/assets/zackh.webp
+++ b/about/team/zackh/zackh.webp
Binary files differ