-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·493 lines (402 loc) · 18.6 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
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html lang="en">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72748005-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-72748005-1');
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" id="mainNav">
<div class="container-fluid" style="padding-right:0; padding-left:0%;">
<a class="navbar-brand js-scroll-trigger navbar-title" href="#"><img src="images/header.png" class="navbar-img"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto navbar-list">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#sponsor-target">Supporters</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="projects.html">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="landing-page">
<div class="container-fluid landing-contents">
<div class="row">
<div class="col-12">
<img src="images/holoster.png" class="logo-img">
</div>
</div>
<div class="row" style="margin-top: 4%;">
<div id="gallery-btn" class="col-md-3 landing-contents-button">
<a href="https://github.com/holostellar" target="_blank"><button type="button"
class="btn btn-outline-primary landing-nav-btn" style="border-color:#715EFF; color:#715EFF;">GitHub</button></a>
</div>
<div class="col-md-6 landing-contents-button">
<button type="button" class="btn btn-outline-dark landing-nav-btn" onclick="window.location.href='https://forms.gle/cWf2d5xzeaLWJFVC6'", ‘External Link’, ‘Devfolio Link’, ‘Registration’]);”>
<svg class="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 115.46 123.46" style="height:24px;width:24px;">
</svg>
Join the Team
</button>
</div>
<div id="sponsor-btn" class="col-md-3 landing-contents-button">
<a href="https://www.instagram.com/theholostellar/"><button type="button" class="btn btn-outline-danger landing-nav-btn"
style="border-color:#FF6C56; color:#FF6C56;">Instagram</button></a>
</div>
</div>
<div class="row justify-content-center text-center landing-icons" style="margin-top: 4%; padding-left: 8%; padding-right: 8%; transition: all 0.6s;">
<div class="col-12 text-center hover-text">
Hirings are closed!
</div>
<div class="col-6 col-md-6 landing-info" style="display:inline-block">
<img src="images/Group 34.svg" class="pointer-svg">   WorldWide🌍
</div>
</div>
</div>
</div>
<div class="about" id="about" style="background-color: #FBFBFB;">
<div class="about-fluid">
<div class="row about-row">
<div class="col-md-6 col-lg-8 order-2 order-md-1">
<div class="row about-text">
<div class="col-12 about-title">
What is HoloStellar?
</div>
<div class="col-12 about-contents">
A space 🌍 to code 👨🏻💻 for Young Developers by Young Developers🎓.<br><br>
Learn to code effectively .<br><br>
It doesn't matter if someone is still making their first app or their 100th one. There are
a lot of things to learn.<br><br>
The only constraint is a good mentor who wants to see you succeed.
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 order-1 order-md-2">
<img src="images/SVG1.svg" class="about-img">
</div>
</div>
</div>
</div>
<div class="commitment" id="commitment">
<div class="container-fluid commitment-align">
<div class="row commitment-row">
<div class="col-md-6">
<img src="images/WomanSVG.svg" class="winner-img">
</div>
<div class="col-md-6">
<div class="row commitment-text">
<div class="col-12 commitment-title">
Why Do We do This?
</div>
<div class="col-12 commitment-contents">
We would like to think of ourselves as the media of this era.<br><br>
Ever since its inception, over the years, we have strived to make sure that kids get a
chance to showcase their experience with all fairness. <br><br>
Like the actual drupe , we're really fresh, sweet and our raw flavor compared to no other.
<br><br>
</div>
</div>
</div>
</div>
</div>
<img src="images/FemalePic.png" class="commitment-image">
</div>
<div class="timeline" id="timeline" style="background-color: #FBFBFB;">
<div class="container-fluid">
<div class="row timeline-row">
<div class="col-lg-6">
<!-- <br>
<br>
<br> -->
<img src="images/undraw_winners_2yls.svg" class="winner-timeline-img">
</div>
<div class="col-lg-6">
<div class="row timeline-text">
<div class="col-12 timeline-title">
Timeline
</div>
<div class="col-12">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 481.5" class="timeline-img">
<defs>
<style>
@font-face {
font-family: CircularStd-Medium;
src: url("./fonts/CircularStd-Medium.otf") format("opentype");
}
.cls-1 {
fill: #818181;
font-size: 20px;
font-family: CircularStd-Medium, Circular Std Medium;
font-weight: 500;
}
.cls-2 {
fill: #575757;
}
.cls-3,
.cls-9 {
fill: none;
}
.cls-3,
.cls-5,
.cls-6 {
stroke: #ff6c56;
}
.cls-3 {
stroke-linecap: round;
stroke-width: 4px;
}
.cls-4,
.cls-6,
.cls-7 {
fill: #ff6c56;
}
.cls-4 {
opacity: 0.11;
}
.cls-5 {
fill: #fff;
}
.cls-5,
.cls-6 {
stroke-width: 3px;
}
.cls-8 {
stroke: none;
}
</style>
</defs>
<g id="Group_49" data-name="Group 49" transform="translate(-558 -4122.5)">
<text id="_16th_Mar_9:00_PM_Opening_Ceremony" data-name="16th Mar 9:00 PM | Opening Ceremony" class="cls-1"
transform="translate(1088 4197)">
<tspan style="fill: #818181;" x="-358.24" y="0">August 1</tspan>
<tspan class="cls-2" y="0" xml:space="preserve"> | Founders sketched an Idea</tspan>
</text>
<text id="_18th_Mar_12:00_AM_Tshirt_and_goodies_Distribution" data-name="18th Mar 12:00 AM | Tshirt and goodies Distribution"
class="cls-1" transform="translate(1088 4404)">
<tspan style="fill: #818181;" x="-468.9" y="0">August 2 </tspan>
<tspan class="cls-2" y="0" xml:space="preserve"> | Founders Got the name "Holostellar"</tspan>
</text>
<g id="Timeline">
<line id="Line_4" data-name="Line 4" class="cls-3" y2="464" transform="translate(1110.5 4124.5)" />
<g id="Group_45" data-name="Group 45" transform="translate(0 250)">
<circle id="Ellipse_28" data-name="Ellipse 28" class="cls-4" cx="17.5" cy="17.5" r="17.5"
transform="translate(1093 3923)" />
<g id="Ellipse_29" data-name="Ellipse 29" class="cls-5" transform="translate(1100 3930)">
<circle class="cls-8" cx="11" cy="11" r="11" />
<circle class="cls-9" cx="11" cy="11" r="9.5" />
</g>
</g>
<g id="Group_46" data-name="Group 46" transform="translate(0 456)">
<circle id="Ellipse_28-2" data-name="Ellipse 28" class="cls-4" cx="17.5" cy="17.5" r="17.5"
transform="translate(1093 3923)" />
<g id="Ellipse_29-2" data-name="Ellipse 29" class="cls-5" transform="translate(1100 3930)">
<circle class="cls-8" cx="11" cy="11" r="11" />
<circle class="cls-9" cx="11" cy="11" r="9.5" />
</g>
</g>
<g id="Group_47" data-name="Group 47" transform="translate(0 567)">
<circle id="Ellipse_28-3" data-name="Ellipse 28" class="cls-4" cx="17.5" cy="17.5" r="17.5"
transform="translate(1093 3923)" />
<g id="Ellipse_29-3" data-name="Ellipse 29" class="cls-5" transform="translate(1100 3930)">
<circle class="cls-8" cx="11" cy="11" r="11" />
<circle class="cls-9" cx="11" cy="11" r="9.5" />
</g>
</g>
<g id="Group_48" data-name="Group 48" transform="translate(0 646)">
<circle id="Ellipse_28-4" data-name="Ellipse 28" class="cls-4" cx="17.5" cy="17.5" r="17.5"
transform="translate(1093 3923)" />
<g id="Ellipse_29-4" data-name="Ellipse 29" class="cls-6" transform="translate(1100 3930)">
<circle class="cls-8" cx="11" cy="11" r="11" />
<circle class="cls-9" cx="11" cy="11" r="9.5" />
</g>
</g>
<circle id="Ellipse_35" data-name="Ellipse 35" class="cls-7" cx="5" cy="5" r="5" transform="translate(1106 4255)" />
<circle id="Ellipse_36" data-name="Ellipse 36" class="cls-7" cx="5" cy="5" r="5" transform="translate(1106 4287)" />
<circle id="Ellipse_37" data-name="Ellipse 37" class="cls-7" cx="5" cy="5" r="5" transform="translate(1106 4319)" />
<circle id="Ellipse_38" data-name="Ellipse 38" class="cls-7" cx="5" cy="5" r="5" transform="translate(1106 4430)" />
</g>
</g>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="faq" id="faq">
<div class="container-fluid">
<div class="row faq-row">
<div class="col-md-6">
<div class="row faq-title">
<div class="col-md-8 col-6">
<div>
<div class="faq-heading">FAQ</div><br>
<div class="faq-text">
Have any more Questions? <br>Reach out to us at any time. <br><br>
<div style="font-family: circularStdBook; color: #818181;"><a href="mailto:[email protected]"
target="_top">[email protected]</a> <br>
<a href="https://www.facebook.com/HackInTheNorth" target="_blank">facebook.com/HackInTheNorth</a></div>
</div>
</div>
</div>
<div class="col-md-4 col-6">
<img src="images/undraw_questions_75e0.svg" class="woman-img">
</div>
</div>
</div>
<div class="col-md-6">
<div class="row faq-column">
<div class="faq-collapsible">
<button class="collapsible">What are the tracks this year?</button>
<div class="content">
<p>Here they are:
<ul class="tracks-list">
<li>
<span><img src="images/tracks/blockchain.png" class="track-image">    Blockchain</span>
</li>
<li>
<span><img src="images/tracks/ai.png" class="track-image">    Artificial Intelligence</span>
</li>
<li>
<span><img src="images/tracks/ar-vr.png" class="track-image">    AR/VR</span>
</li>
<li>
<span><img src="images/tracks/hardware.png" class="track-image">    Hardware</span>
</li>
<li>
<span><img src="images/tracks/game.ico" class="track-image">    Game Development</span>
</li>
</ul>
</p>
</div>
</div>
<div class="faq-collapsible">
<button class="collapsible">What if I’m so young?</button>
<div class="content">
<p>Ages are rolled out individually. if u are really intrested u are always welcome to join us and be a coder 👨🏻💻.</p>
</div>
</div>
<div class="faq-collapsible">
<button class="collapsible">What if I don’t have any experience in Programming?</button>
<div class="content">
<p>Unstarted or unimpressive (so you think) we are here not only to teach you but also be a tech mentor for you whereas u can grab all the support.</p>
</div>
</div>
<div class="faq-collapsible">
<button class="collapsible">How to reach Holostellar?</button>
<div class="content">
<p>Holostellar is well connected to all Social medias. and u can contact us through our github emails too.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid sponsor-us" id="sponsors">
<div class="row text-center sponsor-us-row">
<div class="col-12">
Want to sponsor us? Shoot us an E-mail
</div>
<div class="col-12">
<a href="mailto:[email protected]" target="_top"><U>Click Here</u></a>
</div>
</div>
</div>
<div class="container-fluid sponsors" id="sponsor-target">
<div class="row">
<div class="col-12 text-center sponsor-title">
Supporters
</div>
</div>
<div class="row justify-content-around main-sponsors" style="margin-bottom: 10%;">
<div class="col-lg-6 image-column">
<a href="https://github.com/" target="_blank"><img src="images/sponsors/new_sponsors/GitHub_Logo.png" style="width:80%;" class="title-sponsor-image"></a>
</div>
<div class="col-lg-6 image-column">
<a href="https://netlify.com/" target="_blank"><img src="images/netlify.png" style="width:80%;" class="title-sponsor-image"></a>
</div>
<div class="col-lg-6 image-column">
<a href="https://dubaimakers.netlify.com/" target="_blank"><img src="images/makr.png" style="width:80%;" class="title-sponsor-image"></a>
</div>
<div class="col-lg-6 image-column">
<a href="https://devfolio.co/" target="_blank"><img src="images/sponsors/new_sponsors/devfolio.svg" style="width:80%;" class="title-sponsor-image"></a>
</div>
<div class="container-fluid footer" id="contact" style="background-color: #FBFBFB;">
<div class="row footer-row">
<div class="col-12">
<a href="#" class="footer-title"><img src="images/header.png" class="footer-logo-img"></a>
</div>
</div>
<div class="row footer-row footer-info">
<div class="col-12">
</div>
<div class="col-12">
<a href="https://hackcodeofconduct.org/769-hack_in_the_north_4_0" target="_blank">Code of Conduct</a>
</div>
<div class="col-12">
© 2019 holostellar, made with passion and coffee at Github🔮
</div>
<div class="col-12">
</div>
</div>
<div class="row footer-row justify-content-around footer-social-links">
<div class="col-sm-4 col-12">
<a href="https://www.facebook.com/HackInTheNorth/" target="_blank">Facebook</a>
</div>
<div class="col-sm-4 col-12">
<a href="https://twitter.com/hintiiita" target="_blank">Twitter</a>
</div>
<div class="col-sm-4 col-12">
<a href="https://www.instagram.com/hackinthenorth/" target="_blank">Instagram</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
let devfolioOptions = {
buttonSelector: '#hint-apply-now',
key: 'hint',
}
let script = document.createElement('script');
script.src = "https://apply.devfolio.co";
document.head.append(script);
script.onload = function () {
new Devfolio(devfolioOptions);
}
script.onerror = function () {
document.querySelector(devfolioOptions.buttonSelector).addEventListener('click', function () {
window.location.href = 'https://devfolio.co/external-apply/' + devfolioOptions.key;
});
}
});
</script>
</body>
</html>