-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
414 lines (376 loc) · 13.8 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
409
410
411
412
413
414
<!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"
/>
<meta
name="description"
content="Silicon Maze - The Triwizard Tournament"
/>
<meta
name="keywords"
content="Silicon Maze, Contest, Nation-Wide, NITK Surathkal, Prizes"
/>
<meta property="og:title" content="Silicon Maze" />
<meta
property="og:description"
content="Silicon Maze - The Triwizard Tournament"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/HackVerse/hackverse.github.io/master/img/LOGO.jpg"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://silicon-maze.github.io/" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://silicon-maze.github.io/" />
<meta name="twitter:title" content="Silicon Maze" />
<meta
name="twitter:description"
content="Silicon Maze - The Triwizard Tournament"
/>
<meta name="twitter:image:src" content="/img/LOGO.jpg" />
<!-- Title -->
<title>Silicon Maze | The Triwizard Tournament</title>
<!-- Favicon -->
<link rel="icon" href="/img/LOGO.jpg" />
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Silicon Maze",
"email": "siliconmaze@gmail.com",
"image": "https://raw.githubusercontent.com/HackVerse/hackverse.github.io/master/img/LOGO.jpg",
"url": "https://silicon-maze.github.io/",
"description": "Silicon Maze - The Triwizard Tournament",
"startDate": "25/01/2020 08:00AM",
"endDate": "26/01/2020 09:00PM",
}
}
</script>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-167549289-2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-167549289-2");
</script>
<body>
<!-- Preloader -->
<!-- <div id="preloader">
<div class="loader"></div>
</div> -->
<!-- /Preloader -->
<!-- Header Area Start -->
<header class="header-area">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="MAZ3{iamWhatYouAreLookingFor}">
<!-- Logo -->
<a class="nav-brand" href=""
><img
style="
height: auto;
width: auto;
max-height: 72px;
max-width: 250px;
"
src="/img/Text-Logo.png"
/></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"
><span></span><span></span><span></span
></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Menu Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap">
<span class="top"></span><span class="bottom"></span>
</div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul class="ml-auto" id="nav">
<li><a href="#about">About</a></li>
<li><a href="#tracks">Tracks</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- Header Area End -->
<section
style="
/* margin-top: 100px; */
display: flex;
justify-content: center;
align-items: center;
"
>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSfWZoXbF76p-fW9iJIbx1eqUiMea8Yt6QqDPnAhWGiWXCCY-g/viewform?embedded=true"
width="640"
height="760"
frameborder="0"
marginheight="0"
marginwidth="0"
>Loading…</iframe
>
</section>
<!-- Footer Area Start -->
<footer
id="footer"
class="footer-area bg-img bg-overlay-2 section-padding-100-0"
>
<div class="main-footer-area">
<div class="container">
<div class="row">
<!-- 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"
>
<!-- Footer Logo -->
<a href="#" class="footer-logo"
><img
style="
height: auto;
width: auto;
max-height: 72px;
max-width: 200px;
"
src="img/Text-Logo.png"
alt="HackVerse"
/></a>
<p>Hack it till you crack it!</p>
<!-- Social Info -->
<div class="social-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.facebook.com/hackverse/"
><i class="zmdi zmdi-facebook"></i
></a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.instagram.com/hackversenitk/"
><i class="zmdi zmdi-instagram"></i
></a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://twitter.com/hackversenitk/"
><i class="zmdi zmdi-twitter"></i
></a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/company/hackverse/"
><i class="zmdi zmdi-linkedin"></i
></a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://t.me/hackverse"
><i class="fa fa-telegram" aria-hidden="true"></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-pin"></i
><a
style="color: #9293bc;"
href="https://goo.gl/maps/86DJCMqtYdhVFNgA8"
target="_blank"
>National Institute of Technology Karnataka, Surathkal</a
>
</p>
<p>
<i class="zmdi zmdi-email"></i
><a
style="color: #9293bc;"
href="mailto:hackverse@nitk.edu.in"
target="_blank"
>hackverse@nitk.edu.in</a
>
</p>
</div>
</div>
</div>
<!-- Single Footer Widget Area -->
<div class="col-12 col-md-6 col-lg-3">
<div
class="single-footer-widget mb-60 wow fadeInUp"
data-wow-delay="300ms"
>
<h5 class="widget-title">Campus</h5>
<div class="footer-gallery">
<div class="row">
<div class="col-4">
<a href="/img/nitk/01.jpg" class="single-gallery-item"
><img src="/img/nitk/01.jpg" alt="NITK, Surathkal"
/></a>
</div>
<div class="col-4">
<a href="/img/nitk/02.jpg" class="single-gallery-item"
><img src="/img/nitk/02.jpg" alt="NITK, Surathkal"
/></a>
</div>
<div class="col-4">
<a href="/img/nitk/03.jpg" class="single-gallery-item"
><img src="/img/nitk/03.jpg" alt="NITK, Surathkal"
/></a>
</div>
<div class="col-4">
<a href="/img/nitk/04.jpg" class="single-gallery-item"
><img src="/img/nitk/04.jpg" alt="NITK, Surathkal"
/></a>
</div>
<div class="col-4">
<a href="/img/nitk/05.jpg" class="single-gallery-item"
><img src="/img/nitk/05.jpg" alt="NITK, Surathkal"
/></a>
</div>
<div class="col-4">
<a href="/img/nitk/06.jpg" class="single-gallery-item"
><img src="/img/nitk/06.jpg" alt="NITK, Surathkal"
/></a>
</div>
</div>
</div>
</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>
<script src="https://use.fontawesome.com/940386bfc9.js"></script>
<script>
var mobile = document.getElementById("mobile");
var desktop = document.getElementById("desktop");
var mobile_logo = document.getElementById("logo-mob");
var desktop_logo = document.getElementById("logo-pc");
if (mobile != null) {
mobile.style.display = "none";
}
if (mobile_logo != null) {
mobile_logo.onclick = function () {
window.location.href = "https://nitk.ac.in";
};
mobile_logo.style.display = "none";
}
if (desktop_logo != null) {
desktop_logo.onclick = function () {
window.location.href = "https://nitk.ac.in";
};
}
function img_width(sponsor_div, width_val) {
if (sponsor_div != null) {
sponsor_div.getElementsByTagName("img")[0].style.width = width_val;
}
}
if (
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Tablet|Opera Mini/i.test(
navigator.userAgent
)
) {
var wf_sponsor = document.getElementById("wells-fargo");
img_width(wf_sponsor, "auto");
var monster_sponsor = document.getElementById("monster");
img_width(monster_sponsor, "auto");
var dev_sponsor = document.getElementById("dev");
img_width(dev_sponsor, "auto");
var jet_sponsor = document.getElementById("jet-brains");
img_width(jet_sponsor, "auto");
var sticker_sponsor = document.getElementById("sticker-you");
img_width(sticker_sponsor, "auto");
var memsis_sponsor = document.getElementById("memsis");
img_width(memsis_sponsor, "auto");
var zebronics_sponsor = document.getElementById("zebronics");
img_width(zebronics_sponsor, "auto");
if (mobile != null) {
mobile.style.display = "block";
mobile.style.fontSize = "";
}
if (desktop != null) {
desktop.style.display = "none";
}
if (mobile_logo != null) {
mobile_logo.style.display = "block";
}
if (desktop_logo != null) {
desktop_logo.style.display = "none";
}
var about = document.getElementById("about");
if (about != null) {
var about_sections = [
...about.getElementsByClassName("row align-items-center"),
];
about_sections.map((section) => {
section.style.display = "flex";
section.style.justifyContent = "center";
var h3_tag = section.querySelector("h3.wow.fadeInUp");
if (h3_tag != null) {
h3_tag.style.display = "flex";
h3_tag.style.justifyContent = "center";
}
var content = section.querySelector("p.wow.fadeInUp");
if (content != null) {
content.style.textAlign = "center";
}
});
}
}
</script>
</body>
</html>