summaryrefslogtreecommitdiff
path: root/src/html/index.html
blob: 777d1ef11094b8357488d963bc940369cece8070 (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
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta property="og:type" content="website">
		<meta property="og:site_name" content="Carpenter Tutoring">
		<meta property="og:title" content="Carpenter Tutoring">
		<meta property="og:description" content="">
		<meta property="og:url" content="">
		<meta property="og:image" content="">
		<title>Carpenter Tutoring</title>
		<link rel="stylesheet" href="css/index.css">
	</head>

	<body class="has-navbar-fixed-top">
		<!-- navigation -->
		<nav class="navbar is-fixed-top">
			<div class="navbar-brand">
				<a class="navbar-item" href="#">
					Carpenter Tutoring
				</a>
				<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
					<span aria-hidden="true"></span>
					<span aria-hidden="true"></span>
					<span aria-hidden="true"></span>
				</a>
			</div>
			<div class="navbar-menu" id="navMenu">
				<div class="navbar-start">
				</div>
				<div class="navbar-end">
					<a class="navbar-item" href="#offerings">
						Offerings
					</a>
					<a class="navbar-item" href="#about">
						About
					</a>
					<a class="navbar-item" href="#testimonials">
						Testimonials
					</a>
					<a class="navbar-item" href="#contact">
						Contact Me
					</a>
				</div>
			</div>
		</nav>

		<!-- title, slogan, phone -->
		<section class="section">
			<div class="container">
				<div class="box has-text-right banner">
					<h1 class="title">
						Carpenter Tutoring
					</h1>
					<h2 class="subtitle">
						Discovering <em>your</em> path to success
					</h2>
					<h2 class="subtitle">
						<button class="button is-rounded is-primary" href="tel:1-757-335-7555">
							Call (757) 335-7555
						</button>
					</h2>
				</div>
			</div>
		</section>

		<!-- intro blurb, logo -->
		<section class="section">
			<div class="container">
				<div class="columns">
					<div class="column">
						<div class="box">
							<p>
							Lorem ipsum dolor sit amet, consectetur adipiscing elit.
							Mauris eget lobortis erat. Vivamus venenatis nec quam vitae
							vulputate. Class aptent taciti sociosqu ad litora torquent
							per conubia nostra, per inceptos himenaeos. Vestibulum ante
							ipsum primis in faucibus orci luctus et ultrices posuere
							cubilia Curae; Cras nec aliquam purus, nec ornare urna.
							Phasellus accumsan vitae elit sed fringilla. Nulla
							porttitor magna eget ipsum ultricies malesuada quis a
							ipsum.
							</p>
						</div>
					</div>
					<div class="column is-narrow">
						<div class="box translucent">
							LOGO
						</div>
					</div>
				</div>
			</div>
		</section>

		<!-- offerings tiles -->
		<section class="section" id="offerings">
			<div class="tile is-ancestor">

				<div class="tile is-parent is-vertical">
					<div class="tile is-child">
						<div class="box">
							<p>
							Subject Tutoring
							</p>
							<p>
							Tutoring for specific courses or disciplines. Click
							here for a full list of courses covered.
							</p>
						</div>
					</div>
					<div class="tile is-child">
						<div class="box">
							<p>
							Time Management
							</p>
							<p>
							Personalized plans for managing academics,
							extracurriculars, and other commitments.
							</p>
						</div>
					</div>
				</div>


				<div class="tile is-parent is-vertical">
					<div class="tile is-child">
						<div class="box">
							<p>
							Study Skills
							</p>
							<p>
							Learn how to make the most of your study time.
							</p>
						</div>
					</div>
					<div class="tile is-child">
						<div class="box">
							<p>
							Academic Coaching
							</p>
							<p>
							Time management and study skills blended with
							continuing accountability.
							</p>
						</div>
					</div>
				</div>


				<div class="tile is-parent is-vertical">
					<div class="tile is-child">
						<div class="box">
							<p>
							College Prep
							</p>
							<p>
							ACT &amp; SAT preparation and assistance with
							college application essays.
							</p>
						</div>
					</div>
					<div class="tile is-child">
						<div class="box">
							<p>
							College-Level Writing
							</p>
							<p>
							Get a head start on meeting professors'
							expectations.
							</p>
						</div>
					</div>
				</div>


				<div class="tile is-parent is-vertical">
					<div class="tile is-child">
						<div class="box">
							<p>
							Group Webinars
							</p>
							<p>
							Participate in general workshops and pre-planned
							courses from the comfort of home.
							</p>
						</div>
					</div>
					<div class="tile is-child">
						<div class="box">
							<p>
							Parent Consultations
							</p>
							<p>
							For parents seeking advice for facilitating their child's learning.
							</p>
						</div>
					</div>
				</div>

			</div>
		</section>

		<!-- about pic and text -->
		<section class="section" id="about">
			<div class="container">
				<div class="columns">
					<div class="column is-one-third">
						<div class="box">
							<figure class="image">
								<img src="/amy.jpg">
							</figure>
						</div>
					</div>
					<div class="column">
						<div class="box">
							<div class="content">
								<p>
								School is tricky, and there is no universal pathway
								to success. I started Carpenter Tutoring for those
								seeking a little help finding their way. 
								</p>
								<p>
								I received my B.A. from The College of William and
								Mary in 2018 and will receive my M.Ed from W&amp;M
								in 2020. As an undergraduate, I worked and was
								trained as a tutor at W&amp;M's peer tutoring
								center, the Tribe TutorZone. During this period, I
								conducted over 150 one-on-one appointments with
								W&amp;M students in 26 different content areas. I
								earned lifetime Advanced Tutor Certification, the
								highest level W&amp;M can grant, through the
								College Reading and Learning Association, and I was
								trained as a time management consultant. I took on
								leadership roles within the TutorZone until I was
								working alongside its director. As a graduate
								student, I became one of the Graduate Assistants
								helping oversee the TutorZone as well as an
								academic coach to students with high need for
								academic support. 
								</p>
								<p>
								I loved getting to work with the Tribe TutorZone
								tutors, but I realized that I missed being the
								tutor. There's just nothing like watching the light
								bulb of understanding go off or seeing students who
								had struggled with material master it! With that
								realization, I decided to dedicate my life to my
								passion: helping students of all ages learn,
								succeed, and believe in themselves. 
								</p>
								<p>
								Thank you for considering Carpenter Tutoring.
								</p>
								<p>
								-- Amy Carpenter
								</p>
							</div>
						</div>
					</div>
				</div>
		</section>

		<!-- testimonial bubbles -->
		<section class="section" id="testimonials">
			<div class="container">
				<div class="blurb">
					<p>
					Lorem ipsum dolor sit amet, consectetur adipiscing elit.
					Mauris eget lobortis erat. Vivamus venenatis nec quam vitae
					vulputate. Class aptent taciti sociosqu ad litora torquent
					per conubia nostra, per inceptos himenaeos. 
					</p>
				</div>
			</div>
		</section>

		<!-- contact box, additional contact and tutoring info -->
		<section class="section" id="contact">
			<div class="container">
				<div class="columns">
					<div class="column is-one-third">
						<div class="box">
							<form>
								<div class="field">
									<div class="control">
										<input class="input is-rounded" type="text" placeholder="name">
									</div>
								</div>
								<div class="field">
									<div class="control">
										<input class="input is-rounded" type="text" placeholder="email">
									</div>
								</div>
								<div class="field">
									<div class="control">
										<textarea class="textarea" placeholder="question/comment"></textarea>
									</div>
								</div>
								<div class="field">
									<div class="control">
										<button class="button is-rounded is-primary" type="submit">
											Submit
										</button>
									</div>
								</div>
							</form>
						</div>
					</div>

					<div class="column">
						<div class="box">
							Info about cancellation, contact info, travel,
							payment methods, maybe different section IDK yet.
						</div>
					</div>
				</div>
			</div>
		</section>

		<!-- footer, copyright, problems -->
		<footer class="footer">
			<div class="content has-text-centered">
				<p>
				&copy; 2020 Carpenter Tutoring. All rights reserved.
				</p>
				<p>
				Something wrong? 
				<a href="mailto:webmaster@carpentertutoring.com">
					Tell the webmaster.
				</a>
				</p>
			</div>
		</footer>

		<script src="js/nav-toggle.js"></script>
	</body>
</html>