-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·276 lines (241 loc) · 11.5 KB
/
contact.html
File metadata and controls
executable file
·276 lines (241 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MenloHacks V</title>
<link rel="icon" href="img/colormenlohackslogo.png" type="image/png">
<link rel="stylesheet" href="vendors/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="vendors/fontawesome/css/all.min.css">
<link rel="stylesheet" href="vendors/themify-icons/themify-icons.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.theme.default.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="vendors/flat-icon/font/flaticon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--================ Header Menu Area start =================-->
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container box_1620">
<a class="navbar-brand logo_h" href="index.html"><img src="img/colormenlohackslogo.png" width = "60" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav justify-content-end">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#about">About</a></li>
<li class = "nav-item"><a class = "nav-link" href="index.html#schedule">Schedule</a></li>
<li class = "nav-item"><a class = "nav-link" href="index.html#sponsors">Sponsors</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#team">Team</a>
<li class="nav-item active"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
<!--
<ul class="nav-right text-center text-lg-right py-4 py-lg-0">
<li><a href="#">Register</a></li>
</ul>
-->
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Hero Banner Area Start =================-->
<section class="hero-banner hero-banner-sm">
<div class="container text-center">
<h2>Contact Us</h2>
<nav aria-label="breadcrumb" class="banner-breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Contact Us</li>
</ol>
</nav>
</div>
</section>
<!--================Hero Banner Area End =================-->
<!-- ================ contact section start ================= -->
<section class="section-margin--large">
<div class="container">
<div class="d-none d-sm-block mb-5 pb-4">
<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" width="700" height="480" align = "middle" frameborder="0" style="margin-left:200px;" allowfullscreen></iframe>
<!--
<div id="map" style="height: 480px;"></div>
<script>
function initMap() {
var uluru = {lat: 37.4533, lng: -122.1917};
var grayStyles = [
{
featureType: "all",
stylers: [
{ saturation: -90 },
{ lightness: 50 }
]
},
{elementType: 'labels.text.fill', stylers: [{color: '#A3A3A3'}]}
];
var map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -31.197, lng: 150.744},
zoom: 9,
styles: grayStyles,
scrollwheel: false
});
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&callback=initMap"></script>
-->
</div>
<div class="row">
<div class="col-12">
<h2 class="contact-title">Get in Touch</h2>
</div>
<div class="col-lg-8">
<form class="form-contact contact_form" action="contact_process.php" method="post" id="contactForm" novalidate="novalidate">
<div class="row">
<div class="col-12">
<div class="form-group">
<textarea class="form-control w-100" name="message" id="message" cols="30" rows="9" placeholder="Enter Message"></textarea>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input class="form-control" name="name" id="name" type="text" placeholder="Enter your name">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input class="form-control" name="email" id="email" type="email" placeholder="Enter email address">
</div>
</div>
<div class="col-12">
<div class="form-group">
<input class="form-control" name="subject" id="subject" type="text" placeholder="Enter Subject">
</div>
</div>
</div>
<div class="form-group mt-3">
<button type="submit" class="button button-contactForm">Send Message</button>
<!-- need to have input class -->
</div>
</form>
</div>
<div class="col-lg-4">
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-email"></i></span>
<div class="media-body">
<h3><a href="mailto:hello@menlohacks.com">hello@menlohacks.com</a></h3>
<p>Send us your query anytime!</p>
</div>
</div>
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-email"></i></span>
<div class="media-body">
<h3><a href="mailto:mitsuka@menlohacks.com">mitsuka@menlohacks.com</a></h3>
<p>Co-director</p>
</div>
</div>
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-email"></i></span>
<div class="media-body">
<h3><a href="mailto:sonya@menlohacks.com">sonya@menlohacks.com</a></h3>
<p>Co-director</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-3 mb-4 mb-md-0">
</div>
<div class="col-md-8 col-lg-9">
</div>
</div>
</div>
</section>
<!-- ================ contact section end ================= -->
<!-- ================ start footer Area ================= -->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>About MenloHacks</h6>
<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 300 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>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>Navigation Links</h6>
<div class="row">
<div class="col">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Schedule</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#team">Team</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Instagram Feed
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget mail-chimp">
<h6 class="mb-20">InstaFeed</h6>
<ul class="instafeed d-flex flex-wrap">
<li><img src="img/instagram/i1.jpg" alt=""></li>
<li><img src="img/instagram/i2.jpg" alt=""></li>
<li><img src="img/instagram/i3.jpg" alt=""></li>
<li><img src="img/instagram/i4.jpg" alt=""></li>
<li><img src="img/instagram/i5.jpg" alt=""></li>
<li><img src="img/instagram/i6.jpg" alt=""></li>
<li><img src="img/instagram/i7.jpg" alt=""></li>
<li><img src="img/instagram/i8.jpg" alt=""></li>
</ul>
</div>
</div>
</div>
</div>
-->
<div class="footer-bottom">
<div class="container">
<div class="row align-items-center">
<p class="col-lg-8 col-sm-12 footer-text m-0 text-center text-lg-left"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart" 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 class="col-lg-4 col-sm-12 footer-social text-center text-lg-right">
<a href="https://twitter.com/menlohacks"><i class="fab fa-twitter"></i></a>
<a href="https://facebook.com/menlohacks"><i class="fab fa-facebook-f"></i></a>
<a href="https://github.com/menlohacks"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- ================ End footer Area ================= -->
<script src="vendors/jquery/jquery-3.2.1.min.js"></script>
<script src="vendors/bootstrap/bootstrap.bundle.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/Magnific-Popup/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/countdown.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>