-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·327 lines (287 loc) · 15.2 KB
/
contact.html
File metadata and controls
executable file
·327 lines (287 loc) · 15.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Contact Us | MenloHacks 5.1</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon2.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
<script src ="mail-script.js"></script>
</head>
<body onload="bodyLoad();">
<!-- Preloader -->
<div id="preloader">
<div class="loader"></div>
</div>
<!-- /Preloader -->
<header class="header-area">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="conferNav">
<!-- Logo -->
<a class="nav-brand" href="./index.html"><img src="./img/core-img/favicon1.png" width = "70" alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Nav Start -->
<div class="classynav">
<ul id="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href = "index.html#about">About</a></li>
<li><a href = "index.html#schedule">Schedule</a></li>
<li><a href = "index.html#sponsor">Sponsors</a></li>
<li><a href = "index.html#faq">FAQ</a></li>
<!-- <li><a href="#">Hackathon</a>
<ul class="dropdown">
<li><a href="speakers.html">- Judges</a></li>
<li><a href="schedule.html">- Schedule</a></li>
</ul>
</li>-->
<!--<li><a href="sponsor.html">Sponsor Us</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- Header Area End -->
<!-- Breadcrumb Area Start -->
<section class="breadcrumb-area bg-img bg-gradient-overlay jarallax" style="background-image: url(img/bg-img/37.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="breadcrumb-content">
<h2 class="page-title">Contact Us</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Contact</li>
</ol>
</nav>
<h3 id = "formConfirm"><h3>
</div>
</div>
</div>
</div>
</section>
<!-- Breadcrumb Area End -->
<!-- Contact Us Area Start
<section class="contact-us-area section-padding-100-0">
<div class="container">
<div class="row">
<div class="col-12 col-lg-6">
<div class="contact-us-thumb mb-100">
<img src="img/bg-img/g2.jpg" alt="">
</div>
</div>
<<div class="col-12 col-lg-6">
<div class="contact_from_area mb-100 clearfix">
<div class="contact-heading">
<h4 id = "FormConfirm">Let's Keep in Touch</h4>
<p id = "FormDescription">If you have any questions about the hackathon or would like to sponsor us (or maybe a quick hi), please fill out the form below.</p>
</div>
<div class="contact_form">
<form role = "form" action="mail.php" method="post">
<div class="contact_input_area">
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="text" class="form-control mb-30" name = "name" id="name" placeholder="Your Name" required>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="text" class="form-control mb-30" name = "name2" id="name-2" placeholder="Last Name" required>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="email" class="form-control mb-30" name = "email" id="email" placeholder="E-mail" required>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="text" class="form-control mb-30" name = "contactNumber" id="contactNumber" placeholder="Your Number">
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea name="message" class="form-control mb-30" name = "message" id="message" cols="30" rows="6" placeholder="Message" required></textarea>
</div>
</div>
<div class="col-12">
<button name="submit" type="submit" id='confirm' class="btn confer-btn">Send Message <i class="zmdi zmdi-long-arrow-right"></i></button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- Map Area -->
<div class="map-area">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3167.3167001517377!2d-122.19346678467116!3d37.45324373836578!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808fa4a475651931%3A0x51e01ac09c464da1!2sMenlo+School!5e0!3m2!1sen!2sus!4v1566199151919!5m2!1sen!2sus" allowfullscreen></iframe>
</div>
<!-- Contact Info Area -->
<div class="container">
<div class="row">
<div class="col-12">
<div class="contact--info-area bg-boxshadow">
<div class="row">
<!-- Location -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-contact--info text-center">
<div class="contact--info-icon">
<img src="img/core-img/icon-5.png" alt="">
</div>
<h5>50 Valparaiso Ave</h5>
</div>
</div>
<!-- Email -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-contact--info text-center">
<div class="contact--info-icon">
<img src="img/core-img/icon-7.png" alt="">
</div>
<h5>hello@menlohacks.com</h5>
</div>
</div>
<!-- Website -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-contact--info text-center">
<!-- Contact Info Icon -->
<div class="contact--info-icon">
<img src="img/core-img/icon-8.png" alt="">
</div>
<h5>www.menlohacks.com</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Area Start -->
<footer class="footer-area bg-img bg-overlay-2 section-padding-100-0">
<!-- Main Footer Area -->
<div class="main-footer-area">
<div class="container">
<div class="row">
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<!-- Footer Logo -->
<a href="#" class="footer-logo"><img src="img/core-img/favicon1.png" width="70" alt=""></a>
<p> MenloHacks V is the fifth re-edition of MenloHacks, a student-led 24-hour hackathon that happens every year at Menlo School, CA. More than 150 students across the Bay Area come together to code and create projects to present in front of a panel of judges, including Former Apple SVP of iOS Scott Forstall and YouTube CEO Susan Wojcicki.</p>
<!-- Social Info -->
<div class="social-info">
<a href="https://www.facebook.com/menlohacks/"><i class="zmdi zmdi-facebook"></i></a>
<a href="https://www.instagram.com/menlohacks/"><i class="zmdi zmdi-instagram"></i></a>
<a href="https://twitter.com/MenloHacks"><i class="zmdi zmdi-twitter"></i></a>
</div>
</div>
</div>
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<!-- Widget Title -->
<h5 class="widget-title">Contact</h5>
<!-- Contact Area -->
<div class="footer-contact-info">
<p><i class="zmdi zmdi-email"></i> hello@menlohacks.com</p>
<p><i class="zmdi zmdi-globe"></i> www.menlohacks.com</p>
</div>
</div>
</div>
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<!-- Widget Title -->
<h5 class="widget-title">Past Websites</h5>
<!-- Footer Nav -->
<ul class="footer-nav">
<li><a href="https://2019.menlohacks.com/">MenloHacks IV</a></li>
<li><a href="https://2018.menlohacks.com/">MenloHacks III</a></li>
<li><a href="https://2017.menlohacks.com/">MenloHacks II</a></li>
<li><a href="https://2016.menlohacks.com/">MenloHacks I</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Copywrite -->
<div class="container">
<div class="copywrite-content">
<div class="row">
<div class="col-12 col-md-6">
<div class="copywrite-text">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
©<script>document.write(new Date().getFullYear());</script> MenloHacks. All rights reserved.</a>
<!-- This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a> -->
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
<!-- Footer -->
<div class="col-12 col-md-6">
<div class="footer-menu">
<ul class="nav">
<li><a href="#"><i class="zmdi zmdi-circle"></i> Terms of Service</a></li>
<li><a href="#"><i class="zmdi zmdi-circle"></i> Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Area End -->
<!-- **** All JS Files ***** -->
<!-- jQuery 2.2.4 -->
<script src="js/jquery.min.js"></script>
<!-- Popper -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- All Plugins -->
<script src="js/confer.bundle.js"></script>
<!-- Active -->
<script src="js/default-assets/active.js"></script>
</body>
<script type="text/javascript">
function bodyLoad()
{
parmValue = getParameterByName("message");
if(parmValue == 'sent')
{
document.getElementById('confirm').innerHTML = "Message sent! ";
document.getElementById('formConfirm').innerHTML = "Message Sent! Thanks for reaching out!";
}
if(parmValue == 'error')
{
document.getElementById('confirm').innerHTML = "Submit Again";
document.getElementById('formConfirm').innerHTML = "Message error! Please try again!";
}
}
function getParameterByName(name) {
var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search);
return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
}
</script>
</html>