summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-02-04 10:33:14 -0500
committerAdam T. Carpenter <atc@53hor.net>2023-02-04 10:33:14 -0500
commit4a34178bb7e17fbafeb94f74573bbf36f64db538 (patch)
treed123c67ca1f9395d49d0fbc876e649d38f5e58f7
parente8c4afb5d73978ac3b9df459ef834c2d7f6d28a5 (diff)
downloadcarpentertutoring-4a34178bb7e17fbafeb94f74573bbf36f64db538.tar.xz
carpentertutoring-4a34178bb7e17fbafeb94f74573bbf36f64db538.zip
chore: add lauren and tajana
-rw-r--r--about/index.php41
-rw-r--r--assets/laurenp.pngbin0 -> 523569 bytes
-rw-r--r--assets/laurenp.webpbin0 -> 133080 bytes
-rw-r--r--assets/tajanaf.pngbin0 -> 203193 bytes
-rw-r--r--assets/tajanaf.webpbin0 -> 10564 bytes
5 files changed, 41 insertions, 0 deletions
diff --git a/about/index.php b/about/index.php
index 879f50f..407d669 100644
--- a/about/index.php
+++ b/about/index.php
@@ -151,4 +151,45 @@
</section>
<section></section>
+
+<section class="quiet flexible">
+ <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" />
+ </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>Tajana Freeman</h2>
+ <p>
+ Tajana is a third year master’s student in Clinical Mental Health Counseling at the College of William &amp; Mary with a love for education and learning. She is a United States Navy veteran who graduated from Auburn University with a Bachelor's in Psychology. She has substitute taught students from elementary to high school level in math and English language arts online and in person. Tajana is excited to partner with students to help them identify their individual learning modalities and to help them find the exhilarating fun of learning through tailored exercises. As a part of Carpenter Tutoring, Tajana is passionate about education and helping her students and inspiring generations of future leaders.
+ </p>
+ </div>
+
+ <figure class="shadowy">
+ <picture>
+ <source srcset="/assets/tajanaf.webp" type="image/webp" />
+ <source srcset="/assets/tajanaf.png" type="image/png" />
+ <img alt="Tajana Freeman" src="/assets/tajanaf.png" />
+ </picture>
+ <figcaption>Tajana Freeman</figcaption>
+ </figure>
+
+</section>
+
+<section></section>
<?php include('../footer.php'); ?>
diff --git a/assets/laurenp.png b/assets/laurenp.png
new file mode 100644
index 0000000..6599d61
--- /dev/null
+++ b/assets/laurenp.png
Binary files differ
diff --git a/assets/laurenp.webp b/assets/laurenp.webp
new file mode 100644
index 0000000..0a48339
--- /dev/null
+++ b/assets/laurenp.webp
Binary files differ
diff --git a/assets/tajanaf.png b/assets/tajanaf.png
new file mode 100644
index 0000000..1cc6646
--- /dev/null
+++ b/assets/tajanaf.png
Binary files differ
diff --git a/assets/tajanaf.webp b/assets/tajanaf.webp
new file mode 100644
index 0000000..91fdeb6
--- /dev/null
+++ b/assets/tajanaf.webp
Binary files differ