-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
299 lines (279 loc) · 14.3 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
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
<!doctype html>
<html lang="en">
<!-- Mirrored from upesacm.org/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 17 Jun 2020 13:31:03 GMT -->
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>UPES ACM Student Chapter</title>
<link rel="icon" href="img/logoacm.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- owl carousel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- themify CSS -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- flaticon CSS -->
<link rel="stylesheet" href="css/flaticon.css">
<!-- font awesome CSS -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- swiper CSS -->
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/all.css">
<!-- style CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- button effects -->
<link rel="stylesheet" href="css/button_effects.css">
</head>
<style>
.navbar-light .navbar-nav .active>.nav-link {
text-shadow: 2px 2px 2px #808080ba;
}
</style>
<body>
<!--::header part start::-->
<header class="main_menu home_menu" style="background-color: #d9c5f3; height: 91px">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index-2.html"> <img style="max-width:150px;display:block;" src="img/ACM.png" alt="logo"> </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="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse main-menu-item justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item active ">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<!-- <li class="nav-item active ">
<a class="nav-link" target="_blank" href="csr/index.html">CSR</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="team.html">Event</a>
</li> -->
<li class="nav-item active ">
<a class="nav-link" target="_blank" href="https://konfhub.com/checkout/upesacm-acmw-registration?ticketId=8618">Membership</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item active ">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- Header part end-->
<!-- breadcrumb start-->
<section class="breadcrumb breadcrumb_bg1">
<div class="container" >
<div class="row ">
<div class="col-lg-12 ">
<div class="breadcrumb_iner text-center ">
<div class="breadcrumb_iner_item ">
<h2>Contact Us</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- breadcrumb start-->
<section class="contact-section section_padding">
<div class="container">
<div class="d-none d-sm-block mb-5 pb-4">
<div id="map" style="height: 0px;"></div>
<script>
function initMap() {
var uluru = {
lat: -25.363,
lng: 131.044
};
var grayStyles = [{
featureType: "all",
stylers: [{
saturation: -90
}, {
lightness: 50
}]
}, {
elementType: 'labels.text.fill',
stylers: [{
color: '#ccdee9'
}]
}];
var map = new google.maps.Map(document.getElementById('map'), {
center: {
lat: -31.197,
lng: 150.744
},
zoom: 9,
styles: grayStyles,
scrollwheel: false
});
}
</script>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3440.714976957089!2d77.96413191512393!3d30.415827581748665!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3908d4890d7c1735%3A0x22d3ae324c238e3c!2sUniversity+of+Petroleum+and+Energy+Studies!5e0!3m2!1sen!2sin!4v1561397082415!5m2!1sen!2sin"
width="1090" height="600" frameborder="0" style="border:0" allowfullscreen></iframe>
</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="https://upesacm.org/mail1.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" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter Message'" placeholder="Say something here" pattern="[a-z0-9.-$%+-*@#^]{20,}" required></textarea>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input class="form-control" name="fname" id="name" type="text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter your name'" placeholder="Name" pattern="[A-Za-z]{5,40}" required>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input class="form-control" name="email" id="email" type="email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email address'" placeholder="E-mail Address" pattern="[a-z0-9._%+-]+@(gmail|ymail|yahoo|hotmail|outlook|googlemail|mac)+\.(com|co.in|in|org|net)$"
required>
</div>
</div>
<div class="col-12">
<div class="form-group">
<input class="form-control" name="subject" id="subject" type="text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter Subject'" placeholder="Subject of this message" required>
</div>
</div>
</div>
<div class="form-group mt-3">
<button type="submit" class="nbutton send_message" name="submit" style="-webkit-transition: 0.5s;">
Send Message</button>
</div>
</form>
</div>
<div class="col-lg-4">
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-home"></i></span>
<div class="media-body">
<h3>UPES Energy Acres Bidholi</h3>
<p>Dehradun-248007, Uttarakhand, India</p>
</div>
</div>
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-tablet"></i></span>
<div class="media-body">
<h3>Working Hours</h3>
<p>Monday - Friday: 09:30 AM - 05:30 PM</p>
</div>
</div>
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-email"></i></span>
<div class="media-body">
<h3>Email Us</h3>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ================ contact section end ================= -->
<!-- footer part start-->
<footer class="footer-area">
<div class="container">
<div class="row justify-content-between">
<div class="col-sm-6 col-md-6 col-xl-3">
<div class="single-footer-widget footer_1">
<a href="#"> <img src="img/logoacm.png" style="height: 180px; width: 280px" alt="UPES-ACM"> </a>
</div>
</div>
<div class="col-sm-6 col-md-6 col-xl-4">
<div class="single-footer-widget footer_2">
<p style="color:aliceblue">
<h4 style="color:aliceblue">Visit Us</h4>
<p style="color:aliceblue">UPES Energy Acres,<br> Bidholi,
<br>Dehradun-248007, Uttarakhand, India</p>
</p>
<div class="social_icon">
<a href="https://www.facebook.com/upesacm/"> <i class="ti-facebook"></i> </a>
<a href="https://twitter.com/upesacm?lang=en"> <i class="ti-twitter-alt"></i> </a>
<a href="https://www.instagram.com/upesacm/?hl=en"> <i class="ti-instagram"></i> </a>
<a href="https://www.youtube.com/channel/UCaUFOX5cSycV23KhG_WEsag"> <i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-8 col-xl-3">
<div class="single-footer-widget footer_3">
<h4>Instagram</h4>
<div class="footer_img">
<div class="single_footer_img">
<img src="img/instagram/21doc.jpg" alt="">
<a href="https://www.instagram.com/p/Ct_bfN8PwNZ/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==" target="_blank"><i class="ti-instagram"></i></a>
</div>
<div class="single_footer_img">
<img src="img/instagram/exec.jpg" alt="">
<a href="https://www.instagram.com/p/CtyyCkdPLTy/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==" target="_blank"><i class="ti-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="copyright_part_text text-center">
<div class="row">
<div class="col-lg-12">
<p class="footer-text m-0">
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All rights reserved | Designed and Developed by<a href="#"> UPES ACM Web Development Team </a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer part end-->
<!-- jquery plugins here-->
<!-- jquery -->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- popper js -->
<script src="js/popper.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- easing js -->
<script src="js/jquery.magnific-popup.js"></script>
<!-- swiper js -->
<script src="js/swiper.min.js"></script>
<!-- swiper js -->
<script src="js/masonry.pkgd.js"></script>
<!-- particles js -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/owl.carousel2.thumbs.min.js"></script>
<!-- swiper js -->
<script src="js/slick.min.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from upesacm.org/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 17 Jun 2020 13:31:03 GMT -->
</html>