summaryrefslogtreecommitdiff
path: root/tutors/index.php
blob: b4c347cdce2afbfc7f28130a3d8fd1fc92ecd11d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php include('../header.php'); ?>
<section class="banner">
	<h1>Our Tutors</h1>
</section>

<section class="quiet flexible">
	<div>
		<h2>Joel Monroe</h2>
		<p>

			Joel Monroe 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>
<?php include('../footer.php'); ?>