-
Notifications
You must be signed in to change notification settings - Fork 5
/
contact.html
408 lines (373 loc) · 18.5 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
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script src="https://cdn.tailwindcss.com"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Poppins:wght@200;300;400;500;600&display=swap"
rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap" rel="stylesheet" />
<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=Lato:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous" />
<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=Lato:wght@300;700&display=swap" rel="stylesheet" />
<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=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="180x180" href="./Assets/imgs/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./Assets/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./Assets/imgs/favicon-16x16.png">
<link rel="manifest" href="./Assets/imgs/site.webmanifest">
</head>
<title>Contact</title>
<style></style>
</head>
<body bgcolor="black">
<!--Navbar starts-->
<nav class="relative px-4 py-4 flex justify-between items-center bg-black">
<a class="text-3xl font-bold leading-none" href="./index.html">
<img class="h-[70px]" src="./Assets/imgs/changedlogo.jpg" alt="" />
</a>
<div class="lg:hidden">
<button class="navbar-burger flex items-center text-blue-600 p-3">
<svg class="block h-4 w-4 fill-current" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Mobile menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path>
</svg>
</button>
</div>
<ul
class="hidden absolute top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 lg:flex lg:mx-auto lg:flex lg:items-center lg:w-auto lg:space-x-6">
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="./index.html">Home</a>
</li>
<li class="text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" class="w-4 h-4 current-fill"
viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</li>
<li><a class="text-sm text-gray-400" href="./events/events.html">Events</a></li>
<li class="text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" class="w-4 h-4 current-fill"
viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="./Team/core.html">Teams</a>
</li>
<li class="text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" class="w-4 h-4 current-fill"
viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="./contact.html">Contact</a>
</li>
<li class="text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" class="w-4 h-4 current-fill"
viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="./blogs/blogs.html">Blogs</a>
</li>
</ul>
</nav>
<div class="navbar-menu relative z-50 hidden">
<div class="navbar-backdrop fixed inset-0 bg-gray-800 opacity-25"></div>
<nav class="fixed top-0 left-0 bottom-0 flex flex-col w-5/6 max-w-sm py-6 px-6 bg-black border-r overflow-y-auto">
<div class="flex items-center mb-8">
<a class="mr-auto text-3xl font-bold leading-none" href="./index.html">
<img class="h-[70px]" src="./Assets/imgs/changedlogo.jpg" alt="" />
</a>
<button class="navbar-close">
<svg class="h-6 w-6 text-gray-400 cursor-pointer hover:text-gray-500" xmlns="http://www.w3.org/2000/svg"
fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
</div>
<div>
<ul>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./index.html">Home</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./events/events.html">Events</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./Team/core.html">Teams</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./contact.html">Contact</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./blogs/blogs.html">Blogs</a>
</li>
</ul>
</div>
<div class="mt-auto">
<p class="my-4 text-xs text-center text-gray-400">
<span>Copyright © 2022</span>
</p>
</div>
</nav>
</div>
<script>
// Burger menus
document.addEventListener("DOMContentLoaded", function () {
// open
const burger = document.querySelectorAll(".navbar-burger");
const menu = document.querySelectorAll(".navbar-menu");
if (burger.length && menu.length) {
for (var i = 0; i < burger.length; i++) {
burger[i].addEventListener("click", function () {
for (var j = 0; j < menu.length; j++) {
menu[j].classList.toggle("hidden");
}
});
}
}
// close
const close = document.querySelectorAll(".navbar-close");
const backdrop = document.querySelectorAll(".navbar-backdrop");
if (close.length) {
for (var i = 0; i < close.length; i++) {
close[i].addEventListener("click", function () {
for (var j = 0; j < menu.length; j++) {
menu[j].classList.toggle("hidden");
}
});
}
}
if (backdrop.length) {
for (var i = 0; i < backdrop.length; i++) {
backdrop[i].addEventListener("click", function () {
for (var j = 0; j < menu.length; j++) {
menu[j].classList.toggle("hidden");
}
});
}
}
});
</script>
<!--Navbar Ends-->
<section class="text-gray-400 bg-black body-font relative">
<div class="container px-5 py-24 mx-auto flex sm:flex-nowrap flex-wrap">
<div
class="lg:w-2/3 md:w-1/2 bg-gray-900 rounded-lg overflow-hidden sm:mr-10 p-10 flex items-end justify-start relative">
<iframe width="100%" height="100%" title="map" class="absolute inset-0" frameborder="0" marginheight="0"
marginwidth="0" scrolling="no"
src="https://maps.google.com/maps?width=100%&height=600&hl=en&q=%C4%B0zmirPVGsCOET+(PVG's%20CoET)&ie=UTF8&t=&z=14&iwloc=B&output=embed"
style="filter: grayscale(1) contrast(1.2) opacity(0.16);"></iframe>
<div class="bg-gray-900 relative flex flex-wrap py-6 rounded shadow-md">
<div class="lg:w-1/2 px-6">
<h2 class="title-font font-semibold text-white tracking-widest text-xs">ADDRESS</h2>
<p class="mt-1">PVG’s College of Engineering and Technology and G. K. Pate (Wani) Institute of Management
44, Vidya Nagari, Shivdarshan, Parvati, Pune – 411009 Maharashtra – INDIA</p>
</div>
<div class="lg:w-1/2 px-6 mt-4 lg:mt-0">
<h2 class="title-font font-semibold text-white tracking-widest text-xs">EMAIL</h2>
<a class="text-indigo-400 leading-relaxed">[email protected]</a>
<h2 class="title-font font-semibold text-white tracking-widest text-xs mt-4">PHONE</h2>
<p class="leading-relaxed">+91 9762629598</p>
</div>
</div>
</div>
<div class="lg:w-1/3 md:w-1/2 flex flex-col md:ml-auto w-full md:py-8 mt-8 md:mt-0">
<h2 class="text-white text-lg mb-1 font-medium title-font">Contact Us</h2>
<p class="leading-relaxed mb-5">Please get in touch so our team will answer your all questions</p>
<form id="contact" onsubmit="return postToGoogle();">
<div class="relative mb-4">
<label for="name" class="leading-7 text-sm text-gray-400">Name</label>
<input type="text" id="name" name="entry.789836421"
class="w-full bg-gray-800 rounded border border-gray-700 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-900 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
<div class="relative mb-4">
<label for="email" class="leading-7 text-sm text-gray-400">Email</label>
<input type="email" id="email" name="entry.1938716612"
class="w-full bg-gray-800 rounded border border-gray-700 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-900 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
<div class="relative mb-4">
<label for="PHONE" class="leading-7 text-sm text-gray-400">Phone No.</label>
<input type="PHONE" id="PHONE" name="entry.1835084421"
class="w-full bg-gray-800 rounded border border-gray-700 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-900 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
<div class="relative mb-4">
<label for="message" class="leading-7 text-sm text-gray-400">Message</label>
<textarea id="message" name="entry.1896108019"
class="w-full bg-gray-800 rounded border border-gray-700 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-900 h-32 text-base outline-none text-gray-100 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"></textarea>
</div>
<button
class="text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg"
type="submit" id="contact-submit">Send</button>
</div>
</form>
</div>
</section>
<!--footer-->
<footer class="text-gray-400 bg-black body-font">
<div
class="container px-5 py-24 mx-auto flex md:items-center lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col">
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-white">
<img src="./Assets/imgs/changedlogo.jpg" alt="">
<p></p>
</a>
</div>
<div class="flex-grow flex flex-wrap md:pl-20 -mb-10 md:mt-0 mt-10 md:text-left text-center">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">E Cell</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-400 hover:text-white" href="/index.html">Home</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="/events/events.html">Events</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="/Team/core.html">Teams</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="/contact.html">Contact</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">Social</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-400 hover:text-white" href="https://www.instagram.com/edc_pvg/">Instagram</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="https://www.facebook.com/edcpvgcoet">Facebook</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="https://twitter.com/e_coet">Twitter</a>
</li>
<li>
<a class="text-gray-400 hover:text-white"
href="https://www.linkedin.com/company/pvgedc/mycompany/">Linkdin</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">Help Center</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-400 hover:text-white"
href="https://www.pvgcoet.ac.in/pvgs-entrepreneurship-development-cell/">PVG’s College of Engineering
and Technology & G. K. Pate (Wani)
Institute of Management</a>
</li>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<!-- <h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">Address</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-400 hover:text-white">First Link</a>
</li>
<li>
<a class="text-gray-400 hover:text-white">Second Link</a>
</li>
<li>
<a class="text-gray-400 hover:text-white">Third Link</a>
</li>
<li>
<a class="text-gray-400 hover:text-white">Fourth Link</a>
</li>
</nav>-->
</div>
</div>
</div>
<div class="bg-gray-800 bg-opacity-75">
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row">
<p class="text-gray-400 text-sm text-center sm:text-left">© 2022 EDCPVGCOET —
<a href="#" rel="noopener noreferrer" class="text-gray-500 ml-1" target="_blank">@edcpvgcoet</a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start">
<a class="text-gray-400" href="https://www.facebook.com/edcpvgcoet">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5"
viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-400" href="https://twitter.com/e_coet">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5"
viewBox="0 0 24 24">
<path
d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z">
</path>
</svg>
</a>
<a class="ml-3 text-gray-400" href="https://www.instagram.com/edc_pvg/">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-gray-400" href="https://www.linkedin.com/company/pvgedc/mycompany/">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none"
d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z"></path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</div>
</footer>
<script>
function postToGoogle() {
var field1 = $("#name").val();
var field2 = $("#email").val();
var field3 = $("#PHONE").val();
var field4 = $("#message").val();
$.ajax({
url: "https://docs.google.com/forms/u/0/d/e/1FAIpQLScR8-8Knko8RAPYB_I3WedRHFvwZ3n4SIgxDIKmkZFIryx1cg/formResponse",
//add your google form generated numbers below which are also the 'names' of your inputs
data: {
"entry.789836421": field1,
"entry.1938716612": field2,
"entry.1835084421": field3,
"entry.1896108019": field4
},
type: "POST",
dataType: "xml",
success: function (d) {
$('#contact').trigger('reset');
},
error: function (x, y, z) {
$('#contact').trigger('reset');
}
});
return false;
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</script>
</body>
</html>