-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactUs.html
354 lines (305 loc) · 17.3 KB
/
contactUs.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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Radiance</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="manifest" href="site.webmanifest"> -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/gijgo.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/slicknav.css">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body background="./img/about/bg.jpg">
<div id="particles-js">
</div>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- header-start -->
<header>
<div class="header-area" style="background-color: black">
<div class="header-top_area d-none d-lg-block">
<div class="container">
<div class="row">
<div class="col-xl-5 col-md-5 ">
<div class="header_left">
</div>
</div>
<div class="col-xl-7 col-md-7">
<div class="header_right d-flex">
<div class="short_contact_list">
<ul>
<li><a href="#"> <i class="fa fa-envelope"></i> [email protected]</a></li>
</ul>
</div>
<div class="social_media_links">
<a href="https://www.linkedin.com/company/pict-acm-student-chapter">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.facebook.com/acmpict/">
<i class="fa fa-facebook"></i>
</a>
<a href="https://pict.acm.org/#/home">
<i class="fa fa-google"></i>
</a>
<a href="https://twitter.com/_pict_acm_">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="sticky-header" class="main-header-area">
<div class="container">
<div class="header_bottom_border">
<div class="row align-items-center">
<div class="col-xl-3 col-lg-2">
<div class="logo">
<a href="#">
<img src="img/PASC-W2.png" alt="" width="104" height="70">
</a>
</div>
</div>
<div class="col-xl-6 col-lg-8">
<div class="main-menu d-none d-lg-block">
<nav>
<ul id="navigation">
<li><a href="Home.html">home</a></li>
<li><a href="Events and Activities.html">Events and Activities</a></li>
<li><a href="Domains.html">Domains</a></li>
<li><a class="active" href="contactUs.html">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-xl-3 col-lg-3 d-none d-lg-block">
<div class="Appointment">
</div>
</div>
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-end -->
<!-- slider_area_start -->
<div class="slider_area">
<div class="single_slider d-flex align-items-center slider_bg_1">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-10 offset-xl-1">
<div class="slider_text text-center justify-content-center">
<h3 style="text-shadow: 4px 4px lightcoral;">CONTACT US</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- slider_area_end -->
<section>
<div class="container">
<div class="row">
<div class="col-12" style = "font-size: 14px; line-height: 24px;margin:10px; font-family: Montserrat,sans-serif;">
<p style="color:blanchedalmond; padding-top: 20px;">We are here to help. If you have requirements/queries about our programs, fill up the Contact
form below and we will do our best to reply within 24 hours. Alternatively simply pickup the phone and
give us a call.
</p>
<hr>
</div>
</div>
</div>
</section>
<section class="form-section">
<div class="container">
<div class="row">
<div class="col-md-5" style="padding: 0px;margin: 47px ;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<!--<div class="col-md-6" style = "padding: 25px;border: 1px light-gray;margin: 15px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3784.57618972542!2d73.84864491538853!3d18.457542087445763!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2eac85230ba47%3A0x871eddd0a8a0a108!2sSCTR'S%20Pune%20Institute%20of%20Computer%20Technology!5e0!3m2!1sen!2sin!4v1577111648170!5m2!1sen!2sin" width="100%" height="400" frameborder="0" style="border:0;border-radius: 5px;height: box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">" allowfullscreen=""></iframe>
</div>
<div class="col-md-5" style="padding: 47px;margin: 47px ;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<h5>Call Us/ Whatsapp</h5>
<p style="font-weight: 600;padding:0 0 10px 42px;line-height:28px;font-size:14px; color: bisque;"><a href="tel: +919090909090" style="color: bisque;"><i class="fas fa-phone"></i>+(91) 9090909090</a><br>
</p>
<h5>Email / Website</h5>
<p style="font-weight: 600;padding:0 0 10px 42px;line-height:28px;font-size:14px; color: bisque;">
<a href="mailto:[email protected]" style="color: bisque;"><i class="fas fa-envelope"></i>
[email protected]</a><br>
<a href="pict.acm.org" style="color: bisque;"><i class="fas fa-globe"></i>
pict.acm.org</a><br>
</p>
<h5>College hours</h5>
<p style="font-weight: 600;padding:0 0 10px 42px;line-height:28px;font-size:14px; color:bisque;">
Mon-Fri : 8am - 5pm(IST)
</p>
<h5>Address</h5>
<p style="font-weight: 600;padding:0 0 10px 42px;line-height:28px;font-size:14px; color:bisque;">
Survey No. 27, Near, Trimurti Chowk, Bharati Vidyapeeth Campus, Dhankawadi, Pune, Maharashtra 411043
</p>
</div>
</div>
<hr>
</div>
</section>
<!--<section class="container">
<center><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3784.57618972542!2d73.84864491538853!3d18.457542087445763!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2eac85230ba47%3A0x871eddd0a8a0a108!2sSCTR'S%20Pune%20Institute%20of%20Computer%20Technology!5e0!3m2!1sen!2sin!4v1577111648170!5m2!1sen!2sin" width="100%" height="400" frameborder="0" style="border:0;border-radius: 5px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">" allowfullscreen=""></iframe></center>
</section>-->
<br>
<br>
<div class="mobileShow">
<footer class="footer" style="height: fit-content; background-color: black;">
<div class="footer_widget">
<div class="socail_links">
<ul>
<li>
<a href="https://www.facebook.com/acmpict/" target="_blank">
<i class="ti-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/_pict_acm_" target="_blank">
<i class="ti-twitter-alt"></i>
</a>
</li>
<li>
<a href="https://pict.acm.org/#/home" target="_blank">
<i class="fa fa-google"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/pict-acm-student-chapter" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script>
$(".button-collapse").sideNav();
</script>
<script src = "./js/home.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/scrollIt.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://static.codepen.io/assets/common/stopExecutionOnTimeout-de7e2ef6bfefd24b79a3f68b414b87b8db5b08439cac3f1012092b2290c719cd.js"></script>
<script src=" https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"> </script>
<!-- JS here -->
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<!-- <script src="js/vendor/jquery-1.12.4.min.js"></script> -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/scrollIt.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/nice-select.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/plugins.js"></script>
<!-- <script src="js/gijgo.min.js"></script> -->
<script src="js/slick.min.js"></script>
<!--contact js-->
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app2.js"></script>
<script src="js/contact.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
<script>
function collision($div1, $div2) {
var x1 = $div1.offset().left;
var w1 = 40;
var r1 = x1 + w1;
var x2 = $div2.offset().left;
var w2 = 40;
var r2 = x2 + w2;
if (r1 < x2 || x1 > r2)
return false;
return true;
}
// Fetch Url value
var getQueryString = function (parameter) {
var href = window.location.href;
var reg = new RegExp('[?&]' + parameter + '=([^&#]*)', 'i');
var string = reg.exec(href);
return string ? string[1] : null;
};
// End url
// // slider call
$('#slider').slider({
range: true,
min: 20,
max: 200,
step: 1,
values: [getQueryString('minval') ? getQueryString('minval') : 20, getQueryString('maxval') ?
getQueryString('maxval') :200
],
slide: function (event, ui) {
$('.ui-slider-handle:eq(0) .price-range-min').html( ui.values[0] + 'K');
$('.ui-slider-handle:eq(1) .price-range-max').html( ui.values[1] + 'K');
$('.price-range-both').html('<i>K' + ui.values[0] + ' - </i>K' + ui.values[1]);
// get values of min and max
$("#minval").val(ui.values[0]);
$("#maxval").val(ui.values[1]);
if (ui.values[0] == ui.values[1]) {
$('.price-range-both i').css('display', 'none');
} else {
$('.price-range-both i').css('display', 'inline');
}
if (collision($('.price-range-min'), $('.price-range-max')) == true) {
$('.price-range-min, .price-range-max').css('opacity', '0');
$('.price-range-both').css('display', 'block');
} else {
$('.price-range-min, .price-range-max').css('opacity', '1');
$('.price-range-both').css('display', 'none');
}
}
});
$('.ui-slider-range').append('<span class="price-range-both value"><i>' + $('#slider').slider('values', 0) +
' - </i>' + $('#slider').slider('values', 1) + '</span>');
$('.ui-slider-handle:eq(0)').append('<span class="price-range-min value">' + $('#slider').slider('values', 0) +
'k</span>');
$('.ui-slider-handle:eq(1)').append('<span class="price-range-max value">' + $('#slider').slider('values', 1) +
'k</span>');
</script>
</body>
</html>