-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
602 lines (601 loc) · 34.4 KB
/
index.html
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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WS9E49Z316"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WS9E49Z316');
</script>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content=""/>
<meta name="author" content=""/>
<title>Yellow Door Art Studio</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico"/>
<!-- Font Awesome icons (free version)-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous"/>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet"/>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<script src="https://cdnjs.cloudflare.com/ajax/libs/vivus/0.4.5/vivus.min.js" integrity="sha512-NBLGIjYyAoYAr23l+dmAcUv7TvFj0XrqZoFa4i1o+F2VvF9SrERyMD8BHNnJn1SEGjl1AouBDcCv/q52L3ozBQ==" crossorigin="anonymous"></script>
<svg id='my-svg' height='55px' width='55px' fill="orange" stroke="orange" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 100 100" x="0px" y="0px">
<defs> <style></style> </defs>
<title>Doors &amp; Windows</title>
<path d="M71.59,94.52H32.06V26.36a19.76,19.76,0,0,1,39.53,0V94.52ZM33,93.57H70.64V26.36a18.81,18.81,0,1,0-37.63,0V93.57Z"></path>
<rect x="30.27" y="92.01" width="43.1" height="2.74"></rect>
<path fill="none" d="M68.82,91.17H35.07V26.56H68.82V91.17ZM35.9,90.34H68v-63H35.9v63Z"></path>
<path d="M50.43,61.56H39.08V30.26H50.43V61.56Zm-11.1-.25H50.18V30.51H39.33v30.8Z"></path>
<path d="M49.16,60.44H40.29V31.28h8.87V60.44ZM40.71,60h8V31.69h-8V60Z"></path>
<path d="M64.81,61.56H53.46V30.26H64.81V61.56Zm-11.1-.25H64.56V30.51H53.71v30.8Z"></path>
<path d="M63.54,60.44H54.67V31.28h8.87V60.44ZM55.09,60h8V31.69h-8V60Z"></path>
<path d="M50.44,87.14H39.07V65.85H50.44V87.14Zm-11.1-.26H50.18V66.11H39.33V86.88Z"></path>
<path d="M49.17,85.74H40.28V67.21h8.88V85.74Zm-8.45-.43h8V67.64h-8V85.31Z"></path>
<path d="M64.82,87.14H53.45V65.85H64.82V87.14Zm-11.1-.26H64.56V66.11H53.71V86.88Z"></path>
<path d="M63.55,85.61H54.66V67.21h8.88v18.4Zm-8.45-.43h8V67.64h-8V85.18Z"></path>
<path d="M66.43,56.48a1.38,1.38,0,1,0,1.38,1.38A1.38,1.38,0,0,0,66.43,56.48Zm0,1.87a0.49,0.49,0,1,1,.49-0.49A0.49,0.49,0,0,1,66.43,58.34Z"></path>
<path d="M66.65,57.76a0.22,0.22,0,0,0-.45,0,0.21,0.21,0,0,0,.11.18v0.26h0.23V57.93A0.21,0.21,0,0,0,66.65,57.76Z"></path>
<path d="M68.73,24.59H35.12l0-.26a16.86,16.86,0,0,1,33.56,0Zm-33.09-.47H68.21A16.39,16.39,0,0,0,35.65,24.12Z"></path>
<path d="M66.8,23.24H56.63V23a4.73,4.73,0,1,0-9.46,0v0.24H37l0-.27c1.06-6.88,7.73-12.48,14.86-12.48A15.42,15.42,0,0,1,66.76,23Zm-9.7-.48h9.14A14.94,14.94,0,0,0,51.9,10.94c-6.81,0-13.18,5.27-14.34,11.8h9.14A5.2,5.2,0,0,1,57.1,22.76Z"></path>
<path class="cls-1" d="M56.87,23.23H46.7V23a5.2,5.2,0,1,1,10.4,0l0,0.25H56.87Zm-9.69-.48h9.45A4.73,4.73,0,0,0,47.18,22.75Z"></path>
<rect x="51.67" y="10.7" width="0.47" height="7.31"></rect>
<rect x="45.22" y="12.78" width="0.47" height="7.86" transform="translate(1.94 37.97) rotate(-46.22)"></rect>
<rect x="54.25" y="16.52" width="7.8" height="0.47" transform="translate(5.19 46.02) rotate(-45)"></rect>
</svg>
<script>
new Vivus('my-svg', {duration: 200});
</script>
<div class="d-block d-sm-none">Yellow Door Art</div>
<div class="d-none d-sm-block">Yellow Door Art Studio</div>
</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#welcome">Welcome</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<style>
svg{
display: inline-block;
}
@media (min-width: 576px)
.d-sm-block {
display: inline-block !important;
}
video{
/* margin-top: 75px; */
/* transform: translate(-25%, 0%); */
/* height: 50vh; */
/* width: 100vw; */
min-height: 400px;
width: 100vw;
object-fit: fill;
}
.content{
position: absolute;
top: 75px;
padding-top: 10%;
text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
width: 100%;
justify-content: center;
}
.content>div>.divider-custom-line{ box-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF}
</style>
<video autoplay muted loop id="myVideo">
<source src="./assets/img/cover_Pexels Videos 1970039.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div class="content d-flex align-items-center flex-column text-white text-center">
<!-- Masthead Heading-->
<h1 class="masthead-heading text-uppercase mb-0">EVERYTHING IS ART. ART IS EVERYTHING. </h1>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Masthead Subheading-->
<p style="font-size:2.0rem" class="masthead-subheading font-weight-light mb-0">Art Education</p>
</div>
<!-- Welcome Section-->
<section class="page-section mb-0" id="welcome">
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase">Welcome</h2>
<!-- Icon Divider-->
<div class="divider-custom divider">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row">
<p class="lead mb-0">
My name is Kate Whiteman, I am an artist living in Bethesda, Maryland. I
offer after school art classes for children and young adults, from my home studio here in Bethesda.
<br>
<br>
This class is not just about art.
<br>
<br>
It is my goal to nurture and encourage creative thinking, individuality and confidence.
Providing tools for self-expression and overall, aid in child development.
<br>
<br>
I offer unique projects designed to build specific skills and aid in important developmental milestones.
Art is proven to benefit mental, social and intellectual health of children, teens and young adults.
The process of creating art can especially play a huge role in self-esteem
and developing critical and abstract thinking skills for academic success and social
functioning. With my individualized assistance, children can learn to nurture themselves,
discover and develop their own skills and ideas. Without even noticing it, students will
learn emotional regulation tools, such as, patience, self-control, tolerance, and
adaptability. Providing the tools for success throughout their lives and prepare them for
their future. <br>
<br>
</p>
<a href='https://www.pbs.org/parents/thrive/the-importance-of-art-in-child-development' style='text-align:center'>CLICK HERE TO LEARN MORE ABOUT THE BENEFITS OF ART EDUCATION
</a>
</div>
</div>
</section>
<!-- Portfolio Section-->
<section class="page-section bg-primary portfolio" id="about">
<div class="container">
<!-- Portfolio Grid Items-->
<div class="row">
<!-- Portfolio Item 1-->
<div class="col-md-6 col-lg-3 mb-5">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal1">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img loading="lazy" class="img-fluid" style="width:100%; height:150px;" src="assets/img/about_me_pexels-sergio-souza-1998479.jpg" alt=""/>
</div>
<div class="portfolio-caption" data-toggle="modal" data-target="#portfolioModal1">
<div class="portfolio-caption-heading">ABOUT ME</div>
<div class="portfolio-caption-subheading ">Click for more</div>
</div>
</div>
<!-- Portfolio Item 2-->
<div class="col-md-6 col-lg-3 mb-5">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal2">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img loading="lazy" class="img-fluid" style="width:100%; height:150px;" src="assets/img/classes_pexels-zaksheuskaya-1561020-min.jpg" alt=""/>
</div>
<div class="portfolio-caption" data-toggle="modal" data-target="#portfolioModal2">
<div class="portfolio-caption-heading">CLASSES</div>
<div class="portfolio-caption-subheading">Click for more</div>
</div>
</div>
<!-- Portfolio Item 3-->
<div class="col-md-6 col-lg-3 mb-5">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal3">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img loading="lazy" class="img-fluid" style="width:100%; height:150px;" src="assets/img/policies_pexels-steve-johnson-1704120.jpg" alt=""/>
</div>
<div class="portfolio-caption" data-toggle="modal" data-target="#portfolioModal3">
<div class="portfolio-caption-heading">POLICIES</div>
<div class="portfolio-caption-subheading">Click for more</div>
</div>
</div>
<!-- Portfolio Item 4-->
<div class="col-md-6 col-lg-3 mb-5 mb-lg-0">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal4">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img loading="lazy" class="img-fluid" style="width:100%; height:150px;" src="assets/img/gallery_pexels-anni-roenkae-3109850-min.jpg" alt=""/>
</div>
<div class="portfolio-caption" data-toggle="modal" data-target="#portfolioModal4">
<div class="portfolio-caption-heading">GALLERY</div>
<div class="portfolio-caption-subheading">Click for more</div>
</div>
</div>
</div>
</div>
</section>
<style>
textarea{
min-height: 150px;
}
form > label {
min-width: 100px;
}
.portfolio-caption {
text-align: center;
border-radius: 0% 0% 100% 100%;
color: #ffc107;
}
.portfolio-caption:hover {
cursor: pointer;
background-color: #1a252f !important;
}
.portfolio-caption:hover > * {
color: #fff;
/* Hover Yellow */
}
.portfolio-caption:hover > .portfolio-caption-heading {
color: #fff;
}
</style>
<!-- Footer-->
<footer class="footer text-center" id="contact">
<div class="container">
<div class="row">
<!-- Footer Location-->
<div style="padding-top:10px;" class="col-lg-6 mb-6 mb-lg-0">
<h4 class="text-uppercase mb-4">CONTACT</h4>
<p class="lead mb-0">
Email: katew4188@gmail.com
<br/>240-723-5160
</p> <br>
<button class="btn btn-primary" data-toggle="modal" data-target="#registrationModal">ENROLL NOW</button> <br><br>
</div>
<!-- Footer Social Icons-->
<div style="padding-top:10px;" class="col-lg-6 mb-6 mb-lg-0">
<h4 class="text-uppercase mb-4">Around the Web</h4>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.facebook.com/katemaeve.whiteman/">
<i class="fab fa-fw fa-facebook-f"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.instagram.com/yellowdoorartstudio/">
<i class="fab fa-fw fa-instagram"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.linkedin.com/mwlite/in/kate-whiteman-81b33915b">
<i class="fab fa-fw fa-linkedin-in"></i>
</a>
</div>
<!-- Footer About Text-->
<div style="padding-top:10px;" class="col-lg-12">
<h4 class="text-uppercase mb-4">Covid19 Notice</h4>
<p class="lead mb-0">
Class sizes are small to ensure the health and safety of participants.
<br>
I operate based on CDC guidelines.<br>
</p>
</div>
</div>
</div>
</footer>
<!-- Copyright Section-->
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © Kate Whiteman 2020</small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
<div class="scroll-to-top d-lg-none position-fixed">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals-->
<!-- Portfolio Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-labelledby="portfolioModal1Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0" id="portfolioModal1Label">ABOUT ME:</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Text-->
<p class="mb-5">My motivation and desire for teaching art stems from my own experience with art
education. From kindergarten to graduation, I felt I required more attention, more
information and more freedom of expression.
</p>
<img loading="lazy" src="./assets/img/about_me1.jpg" alt="A Picture Of Me." style="width: 100%; height: auto;">
<p class="mb-5">I was born and raised here in Bethesda, Maryland, in the same house my father grew
up in! I now live just down the road, in a house I share with two of my close friends. I
attended Bradley Hills Elementary School, Pyle Middle School, and graduated from Walt
Whitman High School in 2011. I am so grateful I get to call Bethesda home and am
excited for this opportunity to contribute to my community, by sharing my knowledge,
love and appreciation for art.
</p>
<p class="mb-5">
I graduated from the University of Maryland, College Park, with a Bachelor’s Degree in
Studio Art and Art History in 2018.<br>
I now work full-time at Equinox Bethesda, while I continue to create art on the side.
<br>
<img loading="lazy" src="./assets/img/about_me2.jpg" alt="My Art Studio" style="width: 100%; height: auto;">
<br>
<br>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-labelledby="portfolioModal2Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0" id="portfolioModal2Label">CLASSES:</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/cake.png" alt=""/>e-->
<!-- Portfolio Modal - Text-->
<p class="mb-5">
I teach children and young adults, ages 4 - 19
<br>Classes are held once a week for 8 week sessions, $25 per class
</p>
<p class="mb-5">
<u>Elementary and middle school students</u>
will be presented with a variety of mixed media
projects with simple instruction. They will be introduced to different materials,
techniques and styles. Based on their interests and capabilities, students will explore
their individuality, and learn about the power of imagination and creativity.
The majority of my projects are designed to be completely thought up by, planned out
by and executed, all by the student, with loose direction and assistance from myself.
While other projects may have specific directions to follow they will still allow students to
think out of the box and create freely. Projects are designed based on child
development and inspired by art history. The focus of these classes is all about the
process, which is how we learn!
</p>
<p class="mb-5">
<u>High school and advanced students</u>
will be presented with a variety of mixed media
projects, building off background knowledge and interests, and introducing them to
more challenging concepts and techniques, while also learning more about art history.
Students have the opportunity to receive more attention and feedback than they would
in school, better preparing them for a college level art course. I specialize in portfolio
planning, artist statements, figure drawing, anatomy, color theory, art theory and art
history.
</p>
<button class="btn btn-primary" data-dismiss="modal" data-toggle="modal" data-target="#registrationModal">ENROLL NOW</button>
<br>
<br>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-labelledby="portfolioModal3Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0" id="portfolioModal3Label">POLICIES:</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/circus.png" alt=""/>-->
<!-- Portfolio Modal - Text-->
<p class="mb-5">
Registration is accepted on a first come first serve basis.<br>
Following CDC guidelines, class sizes are limited to 6 at a time, to ensure the health
and safety of everyone. As well as to provide more individualized attention to each
student.
<br>
<span style="color:red">If there is concern, please reach out about private classes.</span>
<br>
<br>
<span style="font-weight:900">At this time, a face mask is required.</span>
</p>
<p class="mb-5">I will be disinfecting all surfaces, tools and materials before and after each class and
keep students and myself at appropriate distances without hindering the learning
experience. I will set out all materials and tools we will be using for each class, I ask
students to only use their own tools and materials.
</p>
<p class="mb-5">I follow Montgomery County Public School Guidelines for any cancellations and early
releases during the school year. Weather will be played by ear. Make-up sessions on
request.
</p>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-labelledby="portfolioModal4Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0" id="portfolioModal4Label">GALLERY:</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/game.png" alt=""/>-->
<!-- Portfolio Modal - Text-->
<p class="mb-5">
<h3>
Project #1: <small>Negative Space and Spelling Process Art - All Ages</small>
</h3>
<br>
<br>
<img src="./assets/img/image0.jpeg" loading="lazy" alt="A Picture Of My Art." style="width: 100%; height: auto;">
<img src="./assets/img/image1.jpeg" loading="lazy" alt="A Picture Of My Art." style="width: 100%; height: auto;">
<img src="./assets/img/image2.jpeg" loading="lazy" alt="A Picture Of My Art." style="width: 100%; height: auto;">
</p>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Registration Modal 5-->
<div class="portfolio-modal modal fade" id="registrationModal" tabindex="-1" role="dialog" aria-labelledby="registrationModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0" id="registrationModalLabel">Registration:</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/circus.png" alt=""/>-->
<!-- Portfolio Modal - Text-->
<form action="https://charleskarpati.com/email_contact_form.php" method="post">
<!-- Name -->
<label for="Name">Name:</label>
<input name='Name' type="text" id="Name" value="" placeholder="name">
<br>
<!-- Email -->
<label for="Email">Email:</label>
<input name='Email' type="text" id="Email" value="" placeholder="Email">
<br>
<!-- Subject -->
<label for="Subject">Subject:</label>
<input name='Subject' type="text" id="Subject" value="" placeholder="Subject">
<br>
<!-- Message -->
<label for="Message">Message:</label>
<textarea name='Message' type="text" id="Message" placeholder="Message"></textarea>
<br><br>
<input type="submit" value="Submit" class="btn btn-primary">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>