-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
447 lines (430 loc) · 24.4 KB
/
index.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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
---
---
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166857378-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-166857378-1');
</script>
<!--Stylesheets-->
<title>HackJaipur</title>
<link type="text/css" rel="stylesheet" href="./css/main.css"/>
<meta name="keywords" content="HACKJAIPUR, JAIPUR, HACK, HACKATHON, INDIA, HACKTHON, GITHUB, VIRTUAL, ONLINE">
<meta name="author" content="Mayank Goyal">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="India's Biggest Student Held Virtual Hackathon" />
<meta property="og:description" content="HackJaipur is a community-focused virtual Hackathon, designed especially for the needs of the communities, with problem statements centered around the community itself. Whether you are a beginner or an expert, here is the perfect chance to hone and show your skills and witness the competitive yet inclusive developer community around you!" />
<meta property="og:image" content="https://HackJaipur.com/images/cover.jpeg" />
<meta property="og:url" content="https://HackJaipur.com" />
<script src="https://use.typekit.net/dme1ptj.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="./js/clock.js"></script>
<style>
#event-info a {
color: #fff;
font-weight: bold;
}
.nav-left img{
height: 100px;
}
#footer-logo img{
height: 50px;
margin-top: -2px;
margin-left: 20px;
}
#devfolio-apply-now {
position: relative;
left: 5%;
display: inline-block;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
background-color: #B38E59;
border: 2px solid white;
border-radius: 3px;
color: #FFFFFF;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 18px;
font-weight: 600;
padding: 12px 20px;
text-align: center;
/* text-transform: lowercase; */
}
#devfolio-apply-now:not([disabled]) {
cursor: pointer;
font-size: 24px;
}
#devfolio-apply-now:hover {
background-color: #2954BF !important;
color:#fff;
}
@media screen and (min-width: 992px){
#mlh-trust-badge{
right: 1px;
top: 0;
}
}
@media screen and (max-width: 992px){
#mlh-trust-badge{
left: 14px;
top: 0;
}
}
</style>
</head>
<body>
<div class="nav-mobile-content-container">
<div id="mobile-close">
<h1 id="mobile-close">X</h1>
</div>
<div class="nav-mobile-content">
<a href="#event-info">About Us</a>
<a href="#sponsors">Sponsors</a>
<a href="#speaker">Speakers</a>
<a href="#teams">Team</a>
<!-- <a href="event-info.html">Event Information</a> -->
<!-- <a href="/safeguarding">Safeguarding</a> -->
</div>
</div>
<section id="hero">
<div class="video-container">
<video id="video" autoplay muted loop="true">
<source src="hero.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="overlay"></div>
<div class="dot-back"></div>
<div class="navigation">
<div class="nav-left">
<!-- <img src="./images/htmlogo.png"/> -->
<!-- <h1>HJ</h1> -->
</div>
<div class="nav-right">
<div class="nav-right-content">
<div class="links">
<a href="#event-info">About Us</a>
<a href="#sponsors">Sponsors</a>
<a href="#speaker">Speakers</a>
<a href="#teams">Team</a>
<!-- <a href="event-info.html">Event Information</a> -->
</div>
<div class="nav-mobile"></div>
<!-- <a id="mlh-trust-badge" class="badge" href="https://mlh.io/seasons/apac-2020/events?utm_source=apac-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-apac-white.svg" alt="Major League Hacking 2020 Hackathon Season"></a> -->
</div>
</div>
</div>
<div class="header-content">
<h1>Are you ready for <br/><span class="header-title"><span>Hack</span><span> Jaipur</span><span>? </span></span></h1>
<h3>14<sup>th</sup> - 21<sup>st</sup> June, Virtually!!</h3>
<a href="https://hackjaipur.typeform.com/to/ZxK5VK"><button id="apply-button" style="font-size: 14px;">Apply for Mentor</button></a><br/><br/>
<a href="http://hackjaipur.devfolio.co" target="_blank"><button id="devfolio-apply-now"><svg class="logo" xmlns="http://www.w3.org/2000/svg" fill="#fff"viewBox="0 0 115.46 123.46" style="height:14px;width:14px;margin-right:8px"><path d="M115.46 68a55.43 55.43 0 0 1-50.85 55.11S28.12 124 16 123a12.6 12.6 0 0 1-10.09-7.5 15.85 15.85 0 0 0 5.36 1.5c4 .34 10.72.51 20.13.51 13.82 0 28.84-.38 29-.38h.26a60.14 60.14 0 0 0 54.72-52.47c.05 1.05.08 2.18.08 3.34z" /><path d="M110.93 55.87A55.43 55.43 0 0 1 60.08 111s-36.48.92-48.58-.12C5 110.29.15 104.22 0 97.52l.2-83.84C.38 7 5.26.94 11.76.41c12.11-1 48.59.12 48.59.12a55.41 55.41 0 0 1 50.58 55.34z"/></svg><p style="font-size: 24px;">Apply with Devfolio</p></button></a>
</div>
<div class="social-links-header">
<a target="_blank" href="https://t.me/hackjaipur"><img src="images/telegram.png"/></a>
<a target="_blank" href="https://twitter.com/hackjaipur/"><img id="logo" src="images/twitter.svg" /></a>
<a target="_blank" href="https://github.com/heromayank2/HackJaipur-Website"><img id="logo" src="images/github.jpg" /></a>
<a target="_blank" href="https://instagram.com/hackjaipur/"><img id="logo" src="images/instagram.svg" /></a>
<a target="_blank" href="https://www.linkedin.com/company/hackjaipur/"><img id="logo" src="images/linkedin.png" /></a>
</div>
</section>
<section id="event-countdown">
<div class="container">
<img src="./images/building.png"/>
<b><h3><span id="countdown-description" style="font-family: Verdana, Geneva, Tahoma, sans-serif;"></span></h3></b>
<div id="countdown">
<div>
<span class="days"></span>
<div class="smalltext">Days</div>
</div>
<div>
<span class="hours"></span>
<div class="smalltext">Hours</div>
</div>
<div>
<span class="minutes"></span>
<div class="smalltext">Minutes</div>
</div>
<div>
<span class="seconds"></span>
<div class="smalltext">Seconds</div>
</div>
</div>
</div>
<div id="faq-slit-top"></div>
</section>
<section id="event-info">
<div class="container" id="faq">
<h1 style="font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">Frequently Asked Questions</h1>
<hr/>
<div class="faq-post">
<h2>What is <span class="span-capital">Hack<span>Jaipur?</span></span></h2>
<p>HackJaipur is a community-focused virtual Hackathon, designed especially for the needs of the communities, with problem statements centered around the community itself. Whether you are a beginner or an expert, here is the perfect chance to hone and show your skills and witness the competitive yet inclusive developer community around you! </p>
<p> In light of the CoronaVirus outbreak, your safety and well-being are our primary concerns. Hence, all the activities related to HackJaipur like workshops, talks, and presentations will also be conducted online/virtually. </p>
</div>
<div class="faq-post">
<h2>Why <span class="span-capital">Hack<span>Jaipur?</span></span></h2>
<i>Jaipur has been always the mother of traditional communities even before the civilizations started.</i>
<p>HackJaipur follows the same culture and seeks for different solutions to various issues the tradition face from time to time. HackJaipur represents the cultural integrity and bond of our tradition. </p>
<p>We didn't start HackJaipur to simply conduct a Hackathon but to make people aware of our community's issues and solutions that exist currently.</p></div>
<div class="faq-post">
<h2>How much does it cost?</h2>
<p>HackJaipur is absolutely <strong>free</strong> to attend! You can participate for free via. the Devfolio link above.</p>
</div>
<div class="faq-post">
<h2>What are the tracks for HackJaipur?</h2>
<p>We don’t wanna limit you by providing some problem statements and research about them first. That’s why we have some tracks: </p>
<ol>
<li><strong>Diversity</strong> Diversity means the inclusion of all individuals as technology does not discriminate. How can technology help to increase diversity and maintain it?
</li>
<li><strong>Remotely Working </strong>As work from home is becoming is a widespread culture, technology can make the process easier. Any project that makes such an effort will fall into this category.
</li>
<li><strong>Tech and Health </strong>Technology can create sustainable and effective relations between a healthcare professional and the patient. It can also provide a cheaper, faster, and more beneficial solutions to prevent and battle illnesses.</li>
<li><strong>Creating Awareness </strong>With the increase in the use of technology, the dangers have also increased. Awareness is the first step towards creating a better society and community. Awareness can be social, technical, or general.</li>
</ol>
</div>
<div class="faq-post">
<h2>Can students Attend?</span></h2>
<p> Yes, this is a student-held hackathon only. We would love to have your participation.</p>
</div>
<div class="faq-post">
<h2>What if I don't know how to code?</h2>
<p>That is not a problem! A great way to learn how to code is by attending a hackathon. It's an event for like-minded people to share what they are interested in and teach each-other what they are passionate about, whether its coding, electronics or anything else you want to know about. You never know what new skill you might pick up! You can also ask specific questions to our mentors and in the Discord server, where people are there to help. Plus we have planned numerous workshops and talks for you guys to make the learning process better.</p>
</div>
<!-- <div class="faq-post">
<h2>I don't have a team</h2>
<p>Don't worry! Many people don't have a team when they turn up to a hackathon. You will be able to meet people and network before the hacking begins, and we also have our <a href="">Discord server</a> where people are looking for teams and teams are looking for members. </p>
</div> -->
<div class="faq-post">
<h2>Code of Conduct</h2>
<p>We will be following the Hack Code of Conduct, which can be found <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf?fbclid=IwAR2vbP-bruJ_ZyL9D0bamJ-15OxadEtm0tv4l1EYBBkNnJ5-6XoUe0Zd2ZE">here</a>.</p>
</div>
<div class="faq-post">
<h2>Why is HackJaipur for you or why should you participate in it?</h2>
<p><ul>
<li>HackJaipur is an Online Hackathon, which means it provides you the opportunity to participate directly from your Home, no fuss of going here and there.</li>
<li>Ample Goodies and Swags for every participant.</li>
<li>Prizes worth 60,000 INR.</li>
<li>You will learn how to work remotely and handle multiple things. Perhaps, a golden opportunity to connect with like-minded participants.</li>
<li>Get Microsoft Azure Passes which can be redeemed to earn Azure Credits.</li>
</ul></p>
</div>
<p>Register your team now for HackJaipur at <a href="http://hackjaipur.devfolio.co">Devfolio</a>!</p>
</div>
<div id="team-slit-bottom"></div>
</section>
<section id="sponsors">
<div class="container">
<h2 style="font-family: Verdana, Geneva, Tahoma, sans-serif;">Sponsors</h2>
<a href="https://hackjaipur.typeform.com/to/p9unMf"><button>Become A Sponsor!</button></a>
<hr style="width:50px"/>
<div class="sponsors-list">
<h3>Hackathon Season Partner</h3>
<div class="partner">
{% for sponsor in site.data.sponsors.event %}
<div class="sponsor-icons">
<a href="{{ sponsor.link }}"><img src="{{ sponsor.logo }}"/></a>
</div>
{% endfor %}
</div>
<h3>Title</h3>
<div class="partner">
{% for sponsor in site.data.sponsors.title %}
<div class="sponsor-icons">
<a href="{{ sponsor.link }}"><img src="{{ sponsor.logo }}"/></a>
</div>
{% endfor %}
</div>
<h3>Gold</h3>
<div class="partner">
{% for sponsor in site.data.sponsors.gold %}
<div class="sponsor-icons">
<a href="{{ sponsor.link }}"><img src="{{ sponsor.logo }}"/></a>
</div>
{% endfor %}
</div>
<h3>Silver</h3>
<div class="partner">
{% for sponsor in site.data.sponsors.silver %}
<div class="sponsor-icons">
<a href="{{ sponsor.link }}"><img src="{{ sponsor.logo }}"/></a>
</div>
{% endfor %}
</div>
<div class="partner">
{% for sponsor in site.data.sponsors.sponsers %}
<div class="sponsor-icons">
<a href="{{ sponsor.link }}"><img src="{{ sponsor.logo }}"/></a>
</div>
{% endfor %}
</div>
</div>
</div>
<div id="sponsor-slit-top"></div>
</section>
<section id="speaker"></section>
<section id="team">
<div class="container team-container">
<div class="team-container__header">
<h2>Meet the Speakers</h2>
<hr/>
<h3>If you are interested in mentoring for the hackathon apply <a href="https://hackjaipur.typeform.com/to/ZxK5VK">here.</a></h3>
</div>
<div class="team-grid-container">
{% for person in site.data.speaker %}
<div class="team-grid team-member">
{% if person.twitter %}
<a class="team-member__picture_container" href="https://twitter.com/{{ person.twitter }}">
{% else %}
<a class="team-member__picture_container">
{% endif %}
<img class="team-member__picture" src="{{ person.picture }}">
</a>
<div class="team-member__text">
<div class="team-member__text__content">
<h3>{{ person.name }}</h3>
<h5>{{ person.role }}</h5>
<!-- <h3>{{ person.topic }}</h3> -->
</div>
</div>
</div>
{% endfor %}
</div>
</div>
<div id="team-slit-bottom"></div>
</section>
<section id="sponsors">
<div class="container">
<h2 style="font-family: Verdana, Geneva, Tahoma, sans-serif;">Partners</h2>
<a href="https://hackjaipur.typeform.com/to/p9unMf"><button>Become A Partner!</button></a>
<hr style="width:50px"/>
<div class="sponsors-list">
<h3>Event Partners</h3>
<div class="partner">
{% for sponsor in site.data.sponsors.partners %}
<div class="sponsor-icons">
<a href="{{ sponsor.link }}"><img src="{{ sponsor.logo }}"/></a>
</div>
{% endfor %}
</div>
</div>
<div class="sponsors-list">
<h3>Community Partners</h3>
<div class="partner">
{% for sponsor in site.data.sponsors.community %}
<div class="sponsor-icons">
<a href="{{ sponsor.link }}"><img src="{{ sponsor.logo }}"/></a>
</div>
{% endfor %}
</div>
</div>
</div>
<div id="sponsor-slit-top"></div>
</section>
<section id="teams"></section>
<section id="team">
<div class="container team-container">
<div class="team-container__header">
<h2>Meet the team</h2>
<hr/>
<h3>Without a team of dedicated volunteers this hackathon simply would not happen. Here's your chance to meet the awesome people who are behind <span class="span-capital">HackJaipur.</span></h3>
</div>
<div class="team-grid-container">
{% for person in site.data.team %}
<div class="team-grid team-member">
{% if person.twitter %}
<a class="team-member__picture_container" href="https://twitter.com/{{ person.twitter }}">
{% else %}
<a class="team-member__picture_container">
{% endif %}
<img class="team-member__picture" src="{{ person.picture }}">
</a>
<div class="team-member__text">
<div class="team-member__text__content">
<h3>{{ person.name }}</h3>
<h5>{{ person.role }}</h5>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
<div id="team1-slit-bottom"></div>
</section>
<footer>
<div id="footer-logo">
<h5 style="color:#fff"><a target="_blank" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf?fbclid=IwAR2vbP-bruJ_ZyL9D0bamJ-15OxadEtm0tv4l1EYBBkNnJ5-6XoUe0Zd2ZE" style="color:#fff">Moral Code of Conduct * </a> Contact us: <a href="mailto:support@hackjaipur.com" style="color:#fff">support@hackjaipur.com</a></h5>
</div>
<div class="social-links" id="footer-social">
<a target="_blank" href="https://www.linkedin.com/company/HackJaipur/"><img src="images/linkedin.png"/></a>
<a target="_blank" href="https://github.com/heromayank2/HackJaipur-Website"><img src="images/github.jpg"/></a>
<a target="_blank" href="https://twitter.com/HackJaipur/"><img id="twitter" src="images/twitter.svg"/></a>
<a target="_blank" href="https://instagram.com/hackjaipur/"><img id="logo" src="images/instagram.svg" /></a>
<a target="_blank" href="https://telegram.hackjaipur.com"><img src="images/telegram.png"/></a>
</div>
</footer>
<script>
$(function() {
$('a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<script>
$('.nav-mobile').on('click', function(){
$('.nav-mobile-content-container').css({
maxHeight: '100%',
height: '100%',
opacity: 1
})
});
$('#mobile-close').on('click', function(){
$('.nav-mobile-content-container').css({
opacity: 0,
maxHeight: '0px'
});
});
</script>
<script>
var myVideo = document.getElementById('video');
if (typeof myVideo.loop == 'boolean') { // loop supported
myVideo.loop = true;
} else { // loop property not supported
myVideo.on('ended', function () {
this.currentTime = 0;
this.play();
}, false);
}
myVideo.play();
</script>
<!-- Twitter universal website tag code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
// Insert Twitter Pixel ID and Standard Event data below
twq('init','o3tcd');
twq('track','PageView');
</script>
<!-- End Twitter universal website tag code -->
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/apac-2020/events?utm_source=apac-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=yellow" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-apac-yellow.svg" alt="Major League Hacking 2020 Hackathon Season" style="width:100%"></a>
</body>
</html>