-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
162 lines (155 loc) · 8.6 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Programs</title>
<meta name="description" content="Montessori Lab School of Chesapeake Virginia">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="./responsive.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/fav-icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/fav-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/fav-icon/favicon-16x16.png">
<link rel="manifest" href="./assets/fav-icon/site.webmanifest">
<script src="https://kit.fontawesome.com/3fde3b7a1f.js" crossorigin="anonymous"></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GM7D4Q3929"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GM7D4Q3929');
</script>
<body>
<header>
<nav>
<ul class="nav-bar" id="topNav">
<img class='logo' src="./assets/fav-icon/apple-touch-icon.png" alt="">
<li class="nav-logo ">
<a class='hover-underline-animation' href="./index.html">
<span class="long"> Montessori Lab School </span>
<span class="short"> MLS </span>
</a>
<span class="sub-text">since 1977</span>
</li>
<li class="phone-nav"><a href="tel:7575488762">(757) 548-8762</a> </li>
<div class="menu">
<li class="home-sub menu-items hover-underline-animation"><a href="./index.html">Home</a></li>
<li class="menu-items hover-underline-animation"><a href="./programs.html">Curriculum</a>
<ul class="sub-nav-items">
<li><a href="./programs.html#pre-school">Pre-School Programs</a></li>
<li><a href="./programs.html#elementary">Elementary Program</a></li>
<li><a href="./programs.html#admission">Admissions Process</a></li>
</ul>
</li>
<li class="menu-items hover-underline-animation"><a href="./parents.html">Parents</a>
<ul class="sub-nav-items">
<li><a href="./parents.html#what-is-montessori">What is Montessori?</a></li>
<li><a href="./parents.html#calender">School Calendar</a></li>
<li><a href="./parents.html#reading">Recommended Reading</a></li>
</ul>
</li>
<li class="active menu-items hover-underline-animation"><a href="./contact.html">Contact</a></li>
</div>
<li class="icon">
<a href="javascript:void(0);" class="icon" onclick="navBarMobile()">
<i class="fa fa-bars"></i>
</a>
</li>
</ul>
</nav>
</header>
<section class="contact-section">
<div class="contact-overlay">
</div>
<div class="container contact">
<h5>Ready to Start the Process?</h5>
<h3>Send us your information</h3>
<form action="https://formsubmit.co/[email protected]" method="POST">
<input type="text" name="_honey" style="display:none">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://montessorilabschool.com/success.html">
<div class="input-wrap">
<label for="name">Name *</label><br/>
<input id='name' required name='name' type="text">
</div>
<div class="input-wrap">
<label for="email">Email *</label><br/>
<input id='email' required name='email' type="text">
</div>
<div class="input-wrap">
<label for="phone">Phone *</label><br/>
<input id='phone' required name='phone' type="tel">
</div>
<div class="input-wrap">
<label for="program">Preferred Program</label> <br/>
<select name="program" id="program">
<option style='display: none;' disabled selected value=""></option>
<option value="pre-k-limited">Pre-School Limited Week</option>
<option value="pre-k-half">Pre-School Half Day</option>
<option value="pre-k-full">Pre-School Full Day</option>
<option value="elementary">Elementary Full Day</option>
</select>
</div>
<div class="child-info">
<div class="input-wrap">
<label for="child-name">Child's Name *</label><br/>
<input id='child-name' required name='child-name' type="text">
</div>
<div class="input-wrap">
<label for="child-age">Child's Age *</label><br/>
<select id='child-age' required name='child-age'>
<option style='display: none;' disabled selected value=""></option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
</select>
</div>
</div>
<div class="input-wrap">
<label for="message">Additional Information</label><br/>
<textarea placeholder='Add any extra information about your child that may be relevant' name="message" id="message" cols="30" rows="5"></textarea>
</div>
<button type='submit' class="btn send-btn">Send</button>
</form>
</div>
</section>
<footer class="footer-address">
<div>
<h5>Address</h5>
<address>
<a href="https://www.google.com/maps/place/Montessori+Lab+School.com/@36.7605799,-76.2538223,17z/data=!3m2!4b1!5s0x89babca310d77bcb:0xc9bf75806c7ec709!4m5!3m4!1s0x89babca310645dcd:0x31bca33e4d08de74!8m2!3d36.7605756!4d-76.2516336">
<div>1101 Madison Plaza</div>
<div>Chesapeake, VA 23320</div>
</a>
</address>
</div>
<div class="footer-phone">
<div><a href="tel:7575488762">757-548-8762</a> </div>
</div>
<div class="social-icon">
<a target="_blank" href="https://www.facebook.com/montessorilabschool">
<i class="fa-brands fa-square-facebook"></i>
</a>
</div>
<div class="footer-hours">
<h5>Hours of Operation</h5>
<div>Monday-Friday</div>
<div>September-June : 8:30 a.m. - 4:00 p.m.</div>
</div>
</footer>
<script src="./main.js" async defer></script>
</body>
</html>