summaryrefslogtreecommitdiff
path: root/index.php
blob: 6ce652c8d7a02b2721bd9de03fcc5216fd827d4c (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<?php include('header.php'); ?>
<!--banner-->
<section class="banner">
	<h1>CARPENTER TUTORING</h1>
	<h2>
		<b>Discovering <em>your</em> path to success</b>
	</h2>

	<div class="buttons">
		<a class="button" href="/#contact"> Contact me by Email</a>
		<a class="button primary" href="tel:1-757-335-7555">
			Call (757) 335-7555</a>
	</div>
</section>

<!-- welcome-->
<section class="quiet flexible">
	<div>
		<h2>
			Welcome, and thank you for your interest in Carpenter Tutoring!
		</h2>

		<p>
			Carpenter Tutoring is a private tutoring service based in Suffolk,
			Virginia. I offer in-person sessions throughout the Hampton Roads
			area and remote sessions anywhere in the country. Most of my
			offerings are one-on-one, and group sessions and classes are also
			available. No matter your budget, I am confident that we can find an
			arrangement that will provide your student services without creating
			financial strain.
		</p>

		<p>
			I invite you to explore my site to learn more about the <a href="/#offerings">services I offer</a>, <a href="/about">my background</a>,
			and some of <a href="/policies">my policies</a>. Thank you for visiting, and
			please do not hesitate to reach out with any questions. I would be thrilled to
			assist you!
		</p>

		<figure class="signature">
			<picture>
				<source srcset="/assets/signature.webp" type="image/webp" />
				<source srcset="/assets/signature.png" type="image/png" />
				<img src="/assets/signature.png" />
			</picture>
		</figure>

	</div>

	<figure class="shadowy">
		<picture>
			<source srcset="/assets/amy.webp" type="image/webp" />
			<source srcset="/assets/amy.png" type="image/png" />
			<img src="/assets/amy.png" />
		</picture>
		<figcaption>Amy Carpenter, M.Ed.</figcaption>
	</figure>
</section>

<!-- offering modals -->
<div id="offering-subject-tutoring" class="modal">
	<div class="card">
		<p>
			My regular subject specific offerings include:

		<ul>
			<li> All levels of reading/language arts/English</li>
			<li> Writing (formal and creative)</li>
			<li> All levels of Latin</li>
			<li> Math through Algebra II/Geometry</li>
			<li> Introductory Biology, Physics, and Chemistry (not at the honors or AP
				level)</li>
		</ul>

		Special arrangements can be made for subjects that fall outside of these
		offerings. Please contact me directly for more information.

		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-college-prep" class="modal">
	<div class="card">
		<p>
			Work with a former Higher Education professional to
			determine what types of schools and/or degree programs may be a good fit
			for your interests and desires. Additionally, learn how to write an
			attention-grabbing personal essay for college applications and receive
			guidance on institution-specific supplemental essays.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-test-prep" class="modal">
	<div class="card">
		<p>
			One-on-one content instruction, practice testing, and
			testing strategization for a number of standardized tests, including but
			not limited to:

		<ul>
			<li> SAT &amp; ACT</li>
			<li> PSAT</li>
			<li> ISEE</li>
			<li> SSAT</li>
			<li> GED</li>
			<li> MAT</li>
			<li> GRE</li>
			<li> LSAT</li>
		</ul>

		Please contact me directly if you'd like assistance for a test not listed
		here.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-music-lessons" class="modal">
	<div class="card">
		<p>
			Instruments offered include piano, guitar, drums, and voice.
			Instrument lessons include a combination of formal instruction and
			ear-training, which allows students to select the songs they'd like to
			learn. Music composition lessons focus on the techniques necessary for
			writing original songs, whether they be instrumental or singer/songwriter
			style.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-evals" class="modal">
	<div class="card">
		<p>
			Both evaluations are based on materials submitted through an online
			portal. Letters are returned within a week of your notice that all documents
			have been uploaded. $30 option: considers math and language arts materials,
			satisfies proof of progress with a personalized letter and evaluator
			credentials $70 option: considers at least math and language arts materials
			plus any other subject(s) you desire, satisfies proof of progress with a
			personalized letter and evaluator credentials, provides homeschool families
			with a separate document detailing identified areas of strength, areas of
			weakness, and recommendations for addressing weaknesses.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-college-writing" class="modal">
	<div class="card">
		<p>
			Learn how to shift high-school level writing to that which will be expected in
			college. Topics covered include moving beyond the five-paragraph essay, writing
			research papers, and choosing a topic for essays with open prompts. In-session
			exercises will allow students to implement these skills in real time with
			immediate feedback.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-academic-coaching" class="modal">
	<div class="card">
		<p>
			Academic Coaching offers all the benefits of Study Skills and Time Management
			appointments plus ongoing planning and accountability support. As an Academic
			Coach, I keep track of your student's upcoming assignments and assessments and
			help craft a schedule week to week for them to accomplish their goals. Students
			come away as more independent and confident planners and self-advocates.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-study-skills" class="modal">
	<div class="card">
		<p>
			Study Skills sessions will allow students to develop a toolkit for
			successful study habits. Learn about techniques to fight mental fatigue and
			tools for mental recall. Study Skills sessions also cover ways to address
			motivation, attention, and avoidance. Topics will be tailored for your specific
			needs.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-dissertation-coaching" class="modal">
	<div class="card">
		<p>
			Dissertation coaching consists of one-on-one work to strengthen the effort you
			have already put in. Draw out the significance of your research by honing in on
			the implications, connections, and recommendations that stem from your
			findings. Together, we will break past a surface-level review of your study to
			generate the greatest impact possible. Dissertation coaching can also focus on
			general writing mechanics, clarity of message, and/or consistency of voice.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<div id="offering-time-management" class="modal">
	<div class="card">
		<p>
			Learn how to balance all of the demands in your life. Time
			Management sessions are tailored to your needs and can include building an
			hour-by-hour schedule of your week, creating a long-term plan for assignments
			and responsibilities, and discussing time and stress management techniques.
		</p>
		<a href="#offerings" class="button">Close</a>
	</div>
</div>

<!-- offerings cards -->
<section id="offerings">

	<div class="card">
		<h2>Subject Tutoring</h2>
		<p>Tutoring for specific courses or disciplines</p>
		<a class="button" href="#offering-subject-tutoring">More...</a>
	</div>

	<div class="card">
		<h2>Time Management</h2>
		<p>
			Personalized plans for managing academics, extracurriculars, and
			other commitments
		</p>
		<a class="button" href="#offering-time-management">More...</a>
	</div>

	<div class="card">
		<h2>Study Skills</h2>
		<p>Learn how to make the most of your study time</p>
		<a class="button" href="#offering-study-skills">More...</a>
	</div>

	<div class="card">
		<h2>Academic Coaching</h2>
		<p>
			Time management and study skills blended with continuing
			accountability
		</p>
		<a class="button" href="#offering-academic-coaching">More...</a>
	</div>

	<div class="card">
		<h2>College Application Assistance</h2>
		<p>
			Assistance with generating a college list and crafting application
			essays
		</p>
		<a class="button" href="#offering-college-prep">More...</a>
	</div>

	<div class="card">
		<h2>College-Level Writing</h2>
		<p>Get a head start on meeting professors' expectations</p>
		<a class="button" href="#offering-college-writing">More...</a>
	</div>

	<div class="card">
		<h2>Dissertation Coaching</h2>
		<p>Ensure your research is communicated effectively and eloquently</p>
		<a class="button" href="#offering-dissertation-coaching">More...</a>
	</div>

	<div class="card">
		<h2>Standardized Test Prep</h2>
		<p>
			Tailored assistance in preparing for a variety of standardized tests
		</p>
		<a class="button" href="#offering-test-prep">More...</a>
	</div>

	<div class="card">
		<h2>Music Lessons</h2>
		<p>Instrument and/or composition lessons for students of all ages</p>
		<a class="button" href="#offering-music-lessons">More...</a>
	</div>

	<div class="card">
		<h2>Proof of Progress Evaluations</h2>
		<p>
			Two levels of portfolio-based evaluations for homeschool families
			looking to satisfy Proof of Progress or gain insight into their
			child's learning
		</p>
		<a class="button" href="#offering-evals">More...</a>
	</div>

</section>

<!-- pricing -->
<section class="quiet" id="pricing">
	<h2>Pricing Guide</h2>

	<table>
		<tbody>
			<tr>
				<td></td>
				<td>Remote</td>
				<td>In-Person</td>
			</tr>

			<tr>
				<th>
					Subject, Time Management, Study Skills Tutoring, Music Lessons
				</th>
				<td>$50/hr</td>
				<td>$60/hr</td>
			</tr>

			<tr>
				<th>
					Academic Coaching, Dissertation Coaching, Test Prep, College
					Application Assistance
				</th>
				<td>$60/hr</td>
				<td>$70/hr</td>
			</tr>

			<tr>
				<th>Small Group Sessions, Group Lessons</th>
				<td>$30/hr</td>
				<td>$40/hr</td>
			</tr>
			<tr>
				<th>Simplified Homeschool Evaluations</th>
				<td colspan="2">$30</td>
			</tr>
			<tr>
				<th>Detailed Homeschool Evaluations</th>
				<td colspan="2">$70</td>
			</tr>
		</tbody>
	</table>

	<p>
		<a href="/policies">See a list of my policies and procedures regarding scheduling,
			payment, and booking.</a>
	</p>

</section>

<!-- contact box -->
<section id="contact">
	<?php
	// handle form submission
	if (isset($_POST['name'], $_POST['email'], $_POST['body'])) {
		$email = filter_var($_POST['email'], FILTER_SANITIZE_EMAIL);

		if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {
			echo 'Bad email';
		}

		mail('atc@53hor.net', 'test', 'test');
		echo $email;
		echo 'Thank you for your email!';
	}
	?>

	<form class="card" action="/#contact" method="post">
		<h2>Contact</h2>
		<label for="name">Name</label>
		<input name="name" type="text" id="name" placeholder="Jane Doe" required />

		<label for="email">Email Address</label>
		<input name="email" type="email" id="email" placeholder="jdoe85@aol.com" required />

		<label for="body">Question/Comment</label>
		<textarea name="body" id="body" placeholder="Briefly describe your inquiry, including any services or areas of study you're interested in." required></textarea>

		<button type="submit" class="button">Send</button>
	</form>
</section>
<?php include('footer.php'); ?>