-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
397 lines (364 loc) · 18.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tech-A-Thon ARSD</title>
<link rel="shortcut icon" href="./imgs/logo.png" type="image/x-icon">
<meta name="description" content="">
<meta name="language" content="English">
<meta property="og:title" content="Tech-A-Thon ARSD" />
<meta property="og:description"
content="The Computer Science Society, Atma Ram Sanatan Dharma College, University of Delhi" />
<meta property="og:image" content="https://techathon-arsd.netlify.app/imgs/wlogo-01.png" />
<meta property="og:image:secure_url" content="https://techathon-arsd.netlify.app/imgs/wlogo-01.png" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="./styles/particle.css" />
</head>
<body>
<nav class="navbar px-4-lg mx-0 navbar-expand-lg navbar-dark shadow-5-strong">
<div class="container-fluid">
<!-- <a class="navbar-brand" href="#">
<img src="./imgs/logo.png" alt="Logo" class="logo img-fluid">
</a> -->
<button class="navbar-toggler" 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 mx-auto my-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#partners">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<section id="home">
<div class="px-4 text-center" style="z-index: 100">
<div>
<img src="./imgs/logo.png" alt="Logo" class="logo img-fluid">
</div>
<h1 class="display-4 fw-bold text-white mb-2">
Tech-A-Thon
</h1>
<div class="col-lg-12 mx-auto">
<p class="lead mb-4 text-white">The Computer Science Society<br />ARSD College, University of Delhi</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-4">
<a href="https://discord.gg/vrVFGFTQRE">
<button type="button" class="btn btn-primary text-nowrap btn-lg gap-3 discord-btn">
<i class="fa-brands fa-discord"></i> Join Discord
</button>
</a>
</div>
</div>
</div>
<div id="particles-js"></div>
</section>
<section id="about">
<div class="px-4 py-5 my-5 text-center">
<h2 class="fw-bold">About</h2>
<div class="col-lg-8 mx-auto">
<p class="lead mb-4">
Tech-A-Thon: The Computer Science Society, Atma Ram Sanatan Dharma College, University of Delhi is an
inclusive community of motivated students from ARSD College. Atma Ram Sanatan Dharma College is a premier
educational institution of Delhi University which aims to nurture excellence in education. Being ranked
12th among colleges in India and 7th amongst colleges in the University of Delhi
by the National Institute of Ranking Framework, ARSD has always outshined among various fields. The
college looks forward, with a strong and dedicated vision, to achieve much more on its journey towards
imparting
quality education and holistic development.
</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</section>
<section id="events">
<div class="px-4 py-5 my-5 text-center">
<h2 class="fw-bold">Events</h2>
<div class="container py-4" id="">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="card event card-block mx-auto text-dark justify-content-center d-flex align-items-center"
data-bs-toggle="modal" data-bs-target="#modal-1">
<img src="https://static.mlh.io/brand-assets/logo/official/mlh-logo-color.svg" alt="mlh logo"
class="img-fluid px-5 mx-4 my-3" width="180px" style="margin: 0 auto;">
<span class="h3">Global<br />Hack Week<br />SHARE 2022</span>
</div>
</div>
<div class="col-lg-6">
<a href="/archive/sv22/" target="_blank">
<div class="card event card-block mx-auto text-dark justify-content-center">
<span class="h3">Sanganak<br />Vimarsh<br />2022</span>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<div class="modal fade" id="modal-1" tabindex="-1" aria-labelledby="quiz-model" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content text-dark">
<div class="modal-header">
<h5 class="modal-title" id="quiz-model">MLH Global Hack Week: Share 2022</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Global Hack Week: Share is a week-long series of educational tech events where you can sharpen your
coding or networking
skills, learn your first programming language, or finally finish that side project you've been putting
off. Each day,
there will be workshops, technical code-along-with-me sessions, and social mini-events - more focus on
sharing whatever
you learn! ✨</p>
<p> In addition to all of the live content, there will be short educational, coding and design challenges
for you to tackle
at your own pace or with other students - this will be an educational event so there won't be any
judging, everyone gets
swags. You don’t have to go through it alone either! You’ll be able to learn, build, and share together
with our
community. 👩💻🧑💻👨💻</p>
<h6 class="fw-bold">Important Dates</h6>
<p>Opening Ceremony - April 3, 2022 - 12:00 PM EDT<br />
Closing Ceremony - April 10, 2022 - 12:00 PM EDT</p>
<h6 class="fw-bold">Registration</h6>
<p>
<h6>📌 Step 1: MLH Registration</h6>
<ul>
<li>Join the Official MLH Discord - <a href="https://discord.gg/mlh"
target="_blank">https://discord.gg/mlh</a></li>
<li>Log In and Register for GHW: Share - <a href="https://hackp.ac/share2022"
target="_blank">https://hackp.ac/share2022</a></li>
<li>Complete the Swag Form - <a href="https://hackp.ac/ShareSwag"
target="_blank">https://hackp.ac/ShareSwag</a></li>
<li>Update your Address - <a href="https://hackp.ac/Address"
target="_blank">https://hackp.ac/Address</a></li>
<li>Go to #join-ghw-share channel on the MLH Discord and react with ⚡ to get access to event channels.
</li>
</ul>
<h6>📌 Step 2: Guild Registration</h6>
<ul>
<li>Update your Guild Membership - <a href="https://discord.mlh.io/"
target="_blank">https://discord.mlh.io/</a> - Select Tech-A-Thon ARSD from the list, You
will find a new channel in the Official
MLH Discord for
our guild!</li>
<li>Fill up the Guild Referral Form - <a href="https://bit.ly/share-guild-ref"
target="_blank">https://bit.ly/share-guild-ref</a> - use sudipto@ghosh.pro as a
referrer
(additional points for our guild!)</li>
<li>Join the Tech-A-Thon ARSD Discord - <a href="https://bit.ly/techathon-dc"
target="_blank">https://bit.ly/techathon-dc</a> - read all the rules, and get
verified
in #🔑-verify!</li>
<li>Go ahead and take up the roles in the #👀-roles channel!</li>
<li>Complete our Guild Form - <a href="https://forms.gle/qR9SPe2Q6ND2jo6S7"
target="_blank">https://forms.gle/qR9SPe2Q6ND2jo6S7</a></li>
</ul>
<p>Take care to complete both the steps and use the same email address and Discord tag across forms.</p>
<p>Follow all the relevant instructions in each section, and if you have any doubts, feel free to post
them
on our Discord channel! ❓</p>
Announcements regarding the event shall be shared on both official MLH Discord server and the
Tech-A-Thon ARSD Discord
server! 🔊
</p>
<h6 class="fw-bold">Contact</h6>
<p>
Sudipto <a href="tel:+918826358310">+918826358310</a><br />
Anmol <a href="tel:+919165462761">+919165462761</a><br />
Anshul <a href="tel:+918765591326">+918765591326</a><br />
<a href="mailto:techathon+mlh@arsd.du.ac.in">techathon+mlh@arsd.du.ac.in</a>
</p>
</div>
<div class="modal-footer text-center">
<a href="https://hackp.ac/share2022/" target="_blank">
<button type="button" class="btn btn-primary">Register on MLH</button>
</a>
</div>
</div>
</div>
</div>
<section id="partners">
<div class="px-4 py-5 my-5 text-center">
<h2 class="fw-bold">Past Partners</h2>
<div class="container py-4" id="partner-cont">
<!-- <div class="col-lg-4 w-100">
<div class="card prize card-block mx-auto text-dark justify-content-center">
<span class="display-4 fw-bold">TBD</span>
</div>
</div> -->
<!-- ROW 1 -->
<div class="row justify-content-center ">
<div class="col-lg-4 ">
<a href="https://angelhack.com/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-4" style="margin-top: -.5em;" src="./imgs/angelhack-logo.png" alt="angelhack">
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://www.jetbrains.com/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-3" src="./imgs/jb_beam.png" alt="jetbrains">
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://gen.xyz/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-5" src="./imgs/xyz-logo-color.png" alt="xyz">
</div>
</a>
</div>
</div>
<!-- ROW 2 -->
<div class="row justify-content-center ">
<div class="col-lg-4">
<a href="https://1password.com/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-4" src="./imgs/1P-logo.png" alt="1Password">
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://www.taskade.com/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-4" src="./imgs/taskade-logo.png" alt="taskade">
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://nados.io/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-4" src="./imgs/nadosLight-01.png" alt="pepcoding">
</div>
</a>
</div>
</div>
<!-- ROW 3 -->
<div class="row justify-content-center ">
<div class="col-lg-4">
<a href="https://www.instagram.com/ensemble._official/" target="_blank">
<div class="card card-block mx-auto justify-content-center align-items-center ">
<img class="p-3" src="./imgs/Ensemble-logo.jpeg" width="175px" alt="ensemble">
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://www.instagram.com/du_unify/" target="_blank">
<div class="card card-block mx-auto justify-content-center align-items-center ">
<img class="p-3" src="./imgs/du-unify.png" width="175px" alt="du unify">
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://www.internsinfo.com/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-3" src="./imgs/internsinfo.png" alt="internsinfo">
</div>
</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4">
<a href="https://www.instagram.com/du__media/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-3" src="./imgs/DUMedia.jpg" alt="du media">
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://www.instagram.com/du_memeswala/" target="_blank">
<div class="card card-block mx-auto justify-content-center">
<img class="p-4" src="./imgs/du_memes.png" alt="du memes">
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<div class="text-center mt-5" id="contact">
<h2 class="fw-bold">Contact Us</h2>
<div class="container mt-3" id="contact-cont">
<div class="row justify-content-center">
<div class="col my-2">
<i class="fa fa-envelope"></i>
<a class="text-white" href="mailto:techathon@arsd.du.ac.in">
techathon@arsd.du.ac.in</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col my-2 phone-numbers">
<i class="fa fa-phone"></i>
<a class="text-white" href="tel:+918826358310">+918826358310</a>;
<a class="text-white" href="tel:+919871169643">+919871169643</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col my-2">
<i class="fa fa-map-marker"> </i> Atma Ram Sanatan Dharma College, Dhaula Kuan, New Delhi, INDIA 110021
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8 my-2">
<i class="fa fa-globe"> <a class="text-white"
href="https://www.arsdcollege.ac.in/">arsdcollege.ac.in<a> </i>
</div>
</div>
</div>
</div>
</main>
<footer class="text-center py-5">
<a href="https://www.facebook.com/techathonarsd/" target="_blank" class="social">
<i class="fa-brands fa-2x fa-facebook"></i>
</a>
<a href="https://twitter.com/techathonarsd/" target="_blank" class="social">
<i class="fa-brands fa-2x fa-twitter"></i>
</a>
<a href="https://www.instagram.com/techathonarsd/" class="social">
<i class="fa-brands fa-2x fa-instagram"></i>
</a>
<a href="https://discord.gg/vrVFGFTQRE" class="social">
<i class="fa-brands fa-2x fa-discord"></i>
</a>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="./js/script.js"></script>
<script src="./js/particle.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X3B75MQXPL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-X3B75MQXPL');
</script>
</body>
</html>