-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
445 lines (426 loc) · 17.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<a href="https://icons8.com/icon/t2XTQnjREMUk/loading-bar"></a>
<title>.hack();2021</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/41d2951665.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<link rel="stylesheet" href="style.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<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=Rubik:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="navbar_top">
<div class="container-fluid">
<div class="logobox" style="width: fit-content;">
<a class="navbar-brand" href="#"><img src="./Images/logo-techie.png" alt="logo" class="navimg" /></a>
</div>
<button class="navbar-toggler" style="width: fit-content;" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0" style="justify-content: flex-end;">
<li class="nav-item" style="width: fit-content;">
<a class="nav-link active" style="width: fit-content;" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item" style="width: fit-content;">
<a class="nav-link active" style="width: fit-content;" href="./#about">About</a>
</li>
<li class="nav-item" style="width: fit-content;">
<a class="nav-link active" style="width: fit-content;" href="./#winners">Winners</a>
</li>
<li class="nav-item" style="width: fit-content;">
<a class="nav-link active" style="width: fit-content;" href="./#aftermovie">Aftermovie</a>
</li>
<li class="nav-item" style="width: fit-content;">
<a class="nav-link active" style="width: fit-content;" href="./#sponsors1">Sponsors</a>
</li>
<li class="nav-item" style="width: fit-content;">
<a class="nav-link active" style="width: fit-content;" href="./#footer">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="hero" >
<div class="container">
<div class="row text-center">
<div class="logo-container">
<img class="logo" src="./Images/Logo Techie (1).png" alt="">
<div class = "console-container"> <!-- Typing animation-->
<span id="text"></span>
<div class='console-underscore' id='cursor'>|</div>
</div>
</div><!-- .entry-header -->
</div><!-- row -->
</div>
</section>
<section class="anchor" id="about">
<div data-aos="zoom-in-up">
<div class="main-heading">
<h1>Connect,<br>Collabrate & Create</h1>
</div>
</div>
<div data-aos="fade-up">
<div class="container">
<br>
<div class="row">
<div class="about-card col-12 col-md-6 col-lg-3">
<div>
<br>
<h2>What makes us awesome</h2>
<br>
<p>
The 24-hour hackathon is no
competition but a diverse
place to collaborate and
make something exceptional.
A platform to learn, practice
and upskill; catering to
today’s rapidly changing
industry scenario.
</p>
</div>
</div>
<div class="about-card col-12 col-md-6 col-lg-3">
<div>
<br>
<h2>All students welcome</h2>
<br>
<p>
.hack intend to optimize opportunities for students with no barriers in their field of interest in scientific
technology, we strive to look for passionate work and creativity.
</p>
</div>
</div>
<div class="about-card col-12 col-md-6 col-lg-3">
<div>
<br>
<h2>What makes us unique</h2>
<br>
<p>
Our motive is to thrive beyond the scope and reach new heights, opening new doors for more exciting ideas
and innovations. We believe constant practice, retrospection and update lead to innovations and discovery.
</p>
</div>
</div>
<div class="about-card col-12 col-md-6 col-lg-3">
<div>
<br>
<h2>What's in the box</h2>
<br>
<p>
.hack( ); provides a great opportunity for individuals to be part of a team and manifest their ideas into real
projects. Take your admiration and curiosity to next level and bring it on, here we have space for young curious
minds.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="anchor" id="themes">
<div data-aos="zoom-in-down">
<div class="main-heading">
<h1>.hack( ); 2021 Themes</h1>
</div>
</div>
<div class="container">
<div data-aos="fade-right">
<div class="row0">
<div class="col1">
<img src="./Images/good health.png" alt="" id='i1'>
</div>
<div class="col1">
<img src="./Images/quality education.png" alt="" id='i2'>
</div>
<div class="col1">
<img src="./Images/affordable energey.png" alt="" id='i3'>
</div>
</div>
</div>
<div data-aos="fade-left">
<div class="row1">
<div class="col1">
<img src="./Images/industry.png" alt="" id='i4'>
</div>
<div class="col1">
<img src="./Images/life on land.png" alt="" id='i5'>
</div>
<div class="col1">
<img src="./Images/11.png" alt="" id='i6'>
</div>
</div>
</div>
<meta name="viewport" content="width=device-width, initial-scale=1">
</div>
</div>
</section>
<section class="anchor" id="winners">
<div data-aos="zoom-in-up">
<div class="main-heading">
<h1>Hackers of 2021</h1>
</div>
</div>
<div data-aos="fade-up">
<div class="container mt-4">
<div class="row">
<div class="col-lg-4 col-12 d-flex justify-content-center mb-4">
<div class="card" >
<div class="imgBx">
<img src="./Images/iot.png">
<h1>Squadron</h1>
</div>
<div class="details">
<h2>E-SEED</h2>
<p>E-SEED is basically a bi-directional charger inverter module for electric vehicles. It acts as a charger for an EV battery and also as an inverter to convert power in EV battery to general purpose standards</p>
<br>
<a href="https://github.com/AthulA10/ESEED-" target="_blank" ><img class="github" src="./Images/git.png" alt=""></a>
</div>
</div>
</div>
<div class="col-lg-4 col-12 d-flex justify-content-center mb-4">
<div class="card">
<div class="imgBx">
<img src="./Images/iot (3).png">
<h1>FL_Bois_The_Second</h1>
</div>
<div class="details">
<h2>CalARies</h2>
<p>An AR based android application which detects the various food items in the plate, and displays all the per serving calories for each item, preferably in their native language.</p>
<br>
<a href="https://github.com/siriusBl4ck/CalCheck" target="_blank" ><img class="github" src="./Images/git.png" alt=""></a>
</div>
</div>
</div>
<div class="col-lg-4 col-12 d-flex justify-content-center mb-4">
<div class="card">
<div class="imgBx">
<img src="./Images/smartkare.png">
<h1>Pandas</h1>
</div>
<div class="details">
<h2>SmartKare</h2>
<p>This project focuses on solving the difficulties of elderly persons. An iot system that regularly monitors their health conditions and automatically informs concerned family members as well as the hospital in case of emergency</p>
<br>
<a href="https://github.com/salvinanto7/smartkare" target="_blank" ><img class="github" src="./Images/git.png" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="anchor" id="aftermovie">
<div data-aos="zoom-in-down">
<div class="main-heading">
<h1>Rewind .hack( ); 2020</h1>
</div>
</div>
<div class="container">
<iframe width="320" height="240" src="https://www.youtube.com/embed/oDWp0DPhywI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<section class="anchor" id="overview">
<br>
<div data-aos="zoom-in-up">
<div class="main-heading">
<h1>.hack(); 2021 Highlights</h1>
<br>
<br>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 col-md-3 overview-counter overview-counter-participants">
<span style="transform: translate(-50%, -67%);">0</span>
<img src="./Images/circle1.png" alt="" style="width: 234px; display: block; margin: 0 auto;">
<h3>Participants</h3>
</div>
<div class="col-12 col-sm-6 col-md-3 overview-counter overview-counter-teams">
<span style="transform: translate(-50%, -67%);">0</span>
<img src="./Images/circle1.png" alt="" style="width: 234px; display: block; margin: 0 auto;">
<h3>Teams</h3>
</div>
<div class="col-12 col-sm-6 col-md-3 overview-counter overview-counter-hours">
<span style="transform: translate(-50%, -67%);">0</span>
<img src="./Images/circle1.png" alt="" style="width: 234px; display: block; margin: 0 auto;">
<h3>Hours</h3>
</div>
<div class="col-12 col-sm-6 col-md-3 overview-counter overview-counter-projects">
<span style="transform: translate(-50%, -67%);">0</span>
<img src="./Images/circle1.png" alt="" style="width: 234px; display: block; margin: 0 auto;">
<h3>Projects</h3>
</div>
</div>
</div>
</section>
<section class="anchor" id="sponsors1">
<div data-aos="zoom-in-down">
<div class="main-heading">
<h1>Thanks to Our 2021 Sponsors</h1>
</div>
</div>
<div class="row">
<div class="slider">
<section class="slider-track">
<div class="slide"><a href="https://hac.ieee.org/" target="_blank"><img src="./Images/humanitarian.png"></a></div>
<div class="slide"><a href="https://www.computer.org/" target="_blank"><img src="./Images/cs.png"></a></div>
<div class="slide"><a href="https://www.wolfram.com/" target="_blank"><img src="./Images/wolfram1.png"></a></div>
<div class="slide"><a href="https://www.agappe.com/in/" target="_blank"><img src="./Images/Agappe.png"></a></div>
<div class="slide"><a href="https://www.digitalocean.com/" target="_blank"><img src="./Images/do.png"></a></div>
<div class="slide"><a href="https://www.sketch.com/" target="_blank"><img src="./Images/sketch.png"></a></div>
<div class="slide"><a href="https://studentambassadors.microsoft.com/en-us" target="_blank"><img src="./Images/microsoft.png"></a></div>
<div class="slide"><a href="https://rotary3201.com/20-21/_home/club_list/club_profile/index.php?selected_club_id=22602" target="_blank"><img src="./Images/rotary.png"></a></div>
</section>
</div>
</div>
</section>
<section id="sponsors2" class="anchor">
<div data-aos="zoom-in-up">
<div class="main-heading">
<h1>Thanks to Our previous Sponsors</h1>
</div>
</div>
<div class="container">
<div data-aos="fade-right">
<div class="row">
<div class="col-lg-3 col-md-6">
<a href="https://www.ieee.org/" target="_blank" style="margin: auto;">
<img src="./Images/ieee.svg" alt="ieee" class="img-fluid">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="https://www.polygon.technology/" target="_blank" style="margin: auto;">
<img src="./Images/matic.svg" alt="ieee" class="img-fluid">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="https://www.github.com/" target="_blank" style="margin: auto;">
<img src="./Images/github.svg" alt="ieee" class="img-fluid">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="https://www.devfolio.co/" target="_blank" style="margin: auto;">
<img src="./Images/devfolio (1).svg" alt="ieee" class="img-fluid">
</a>
</div>
</div>
</div>
<div data-aos="fade-left">
<div class="row">
<div class="col-lg-3 col-md-6">
<a href="https://www.pinmicro.com/" target="_blank" style="margin: auto;">
<img src="./Images/Pinmicro.svg" alt="ieee" class="img-fluid">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="#" target="_blank" style="margin: auto;">
<img src="./Images/kutty coders.svg" alt="ieee" class="img-fluid">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="https://www.gatsbyjs.com/" target="_blank" style="margin: auto;">
<img src="./Images/gatsby.png" alt="ieee" class="img-png">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="https://www.tenorhut.com/" target="_blank" style="margin: auto;">
<img src="./Images/Tenor Hut.svg" alt="ieee" class="img-fluid">
</a>
</div>
</div>
</div>
<div data-aos="fade-right">
<div class="row">
<div class="col-lg-3 col-md-6">
<a href="https://www.wolfram.com/" target="_blank" style="margin: auto;">
<img src="./Images/wolfram.png" alt="ieee" class="img-png">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="https://studentambassadors.microsoft.com/en-us" target="_blank" style="margin: auto;">
<img src="./Images/msp2.svg" alt="ieee" class="img-fluid">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="https://studentambassadors.microsoft.com/en-us" target="_blank" style="margin: auto;">
<img src="./Images/msp.svg" alt="ieee" class="img-fluid">
</a>
</div>
<div class="col-lg-3 col-md-6">
<a href="https://www.youtube.com/channel/UCpr-AwJ4AyzQSupU9HuFWOg" target="_blank" style="margin: auto;">
<img src="./Images/safeonnet.png" alt="ieee" class="img-png" id="so">
</a>
</div>
</div>
</div>
<br>
<br>
<br>
</div>
</section>
<section class="come">
<div class="container">
<div id="coming1">
<div data-aos="zoom-in-up">
<div class="main-heading" >
<br>
<h1 style="color:#1bb341">.hack( ); 2022</h1>
</div>
</div>
<div class="loading">
<img src="./Images/load1.gif" />
</div>
</div>
</section>
<footer id="footer" >
<div class="container">
<div class="row text-center text-xs-center text-sm-left text-md-left">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="footer-text">
<img class="logo" src="./Images/Logo Techie (1).png" alt="">
<p>.hack( ); intend to optimize opportunities
for students with no barriers in their
field of interest in scientific technology,
we strive to look for passionate work
and creativity. </p>
</div>
</div>
<div class="row-sm">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-5">
<hr/>
<ul class="social-text-center">
<li class="list-inline-item"><a href="https://twitter.com/MaceSb?s=08" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.facebook.com/ieeemace/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/ieee_mace_sb/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/company/ieee-student-branch-mace/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UC_mRMYAOg4__QRBhZKJMLDQ" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
<p class="mail-sm" style=" color: white">Email us to : [email protected]</p>
</div>
</div>
<div class="cprt">
<p class="h6">© All right Reserved - <a href="https://www.ieeemace.org" target="_blank">IEEE MACE SB</a></p>
</div>
</div>
</footer>
<script src="./script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>