forked from NITRR-Open-Source-Community/NOSC-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·377 lines (357 loc) · 17.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
<!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" />
<link rel="shortcut icon" href="favicon.png" type="image/png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<script src="https://kit.fontawesome.com/57b10b301b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="register.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" />
<link
href="https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@700&family=Lobster&family=Lora:ital@0;1&family=Noto+Serif:ital@1&family=Roboto+Serif:ital,opsz,wght@1,8..144,100&family=Roboto+Slab&family=Source+Sans+Pro:ital,wght@0,600;1,600&display=swap"
rel="stylesheet" />
<title>NOSC</title>
</head>
<body>
<div class="body-head">
<script src="https://kit.fontawesome.com/14f5cf4f5a.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/gsap.min.js"></script>
<nav class="navbar navbar-expand-lg" id="nav">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="./logo.jpeg" alt="NOSC's logo" class="logo" id="logo-hover" />
</a>
<button class="navbar-toggler" style="background-color: white;" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="true"
aria-label="Toggle navigation">
<i class="fas fa-bars" id="hamburger_navbar"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link nav_link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="#" id="know-our-team-link">Know Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="policy.html">Privacy Policy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- register attendee -->
<div>
<button class="reg-btn"><a href="register.html" style="color: black; font-weight: bolder;">Register
Now</a></button>
</div>
<!-- About -->
<section class="sec-1">
<h2 id="butwhy" style="margin: 10px 40%">About Us</h2>
<div class="aim1 container d-flex justify-content-center">
<div class="row">
<div class="aim col-md-6" style="padding-top: 40px">
Our goal is to ensure that every student remains informed about the multitude of opportunities available to
them, including open source events, hackathons, internships, and more.
Moreover, we aspire to empower every student with new skills that they can proudly display on their resumes.
Our vision is to connect with and impact the lives of each and every student through this thriving
community.
</div>
<div>
<div class="aim animate col-md-6">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets2.lottiefiles.com/packages/lf20_rdsqlthv.json" background="#CAF0F8"
speed="1" style="width: 400px; height: 400px; vertical-align: middle;" loop autoplay></lottie-player>
</div>
</div>
</div>
</div>
<h3 id="butwhy">But Why Us?</h3>
<div style="margin-top: 5%" class="aim2 container d-flex justify-content-center">
<section class="row sec-2">
<div class="animate col-md-6" style="display: flex; justify-content:center; align-items:center;">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets2.lottiefiles.com/packages/lf20_o18imdcr.json" background="#CAF0F8"
speed="1" style="width: 420px; height: 420px" loop autoplay></lottie-player>
</div>
<div class="aim col-md-6">
<ul>
<li>You'll gain access to a wealth of complimentary resources, including:</li>
<li>Regular updates on upcoming events, hackathons, internships, and more.</li>
<li>Engaging webinars hosted by industry experts, offering guidance on trending skills and the latest
technologies.</li>
<li>Frequent community meetings designed to address students' inquiries and concerns.</li>
<li>Opportunities to acquire new skills and bolster your resume.</li>
<li>Valuable insights on crafting a robust presence on LinkedIn and Github, platforms often underestimated
in their impact.</li>
</ul>
</div>
</section>
</div>
<section class="aim1 sec-3 container d-flex justify-content-center">
<div class="row">
<div class="aim col-md-6" style="padding-top: 100px">
What do we have to pay ? <br />
<strong>Nothing !!!</strong> Simply invest some time, and that will be sufficient. Remember, it's a
community by the students, for the students, and of the students.
</div>
<div>
<div class="aim animate col-md-6">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets9.lottiefiles.com/packages/lf20_rteh1dq1.json" background="#CAF0F8"
speed="1" style="width: 400px; height: 400px" loop autoplay></lottie-player>
</div>
</div>
</div>
</section>
</section>
<section class="myteam container sec-4 d-flex justify-content-center align-items-center" id="myteam-section">
<div class="row">
<div class="animate col-md-4" style="--i:0">
<div class="card p-3 py-4 mt-5 mb-5">
<div class="text-center">
<img
src="https://media.licdn.com/dms/image/D4D03AQGUs-4arQTPPg/profile-displayphoto-shrink_800_800/0/1693073851978?e=1701302400&v=beta&t=GAZ7H0pvhv0N2LlvW0Zl-Uq-hIHy7UZ8I6FgBSp0EyI"
alt="abhinav's profile icon" width="100" class="rounded-circle" />
<h3 class="mt-2">Abhinav Srinivas</h3>
<span class="mt-1 clearfix">Founder</span>
<small class="mt-4">Frontend Developer and Avid Quizzer</small>
<div class="social-buttons mt-5">
<button class="neo-button" aria-label="abhinav's twitter handle">
<a href="https://twitter.com/nown1ne"> <i class="fa-brands fa-x-twitter"></i></a>
</button>
<button class="neo-button" aria-label="abhinav's linkedin handle">
<a href="https://www.linkedin.com/in/abhinav-srinivas/"> <i class="fa-brands fa-linkedin-in"></i></a>
</button>
<button class="neo-button" aria-label="abhinav's instagram handle">
<a href="https://www.instagram.com/abhinav__srinivas/"> <i class="fa-brands fa-instagram"></i></a>
</button>
<button class="neo-button" aria-label="abhinav's github handle">
<a href="https://github.com/nown1ne"> <i class="fa-brands fa-github"></i></a>
</button>
</div>
</div>
</div>
</div>
<div class="animate col-md-4" style="--i:1">
<div class="card p-3 py-4 mt-5">
<div class="text-center">
<img
src="https://media.licdn.com/dms/image/D5603AQHqOXBRAGuX0w/profile-displayphoto-shrink_400_400/0/1695903402371?e=1703721600&v=beta&t=HbRz8hPhPEiz4YtwlEBCgGaqOiS_Dx4ry_A2opwnNiI"
alt="ishaan's profile icon" width="100" class="rounded-circle" />
<h3 class="mt-2">Ishaan Adarsh</h3>
<span class="mt-1 clearfix">Founder</span>
<small class="mt-4">
Hello There </small>
<div class="social-buttons mt-5">
<button class="neo-button" aria-label="ishaan's twitter handle">
<a href="https://twitter.com/"> <i class="fa-brands fa-x-twitter"></i></i></a>
</button>
<button class="neo-button" aria-label="ishaan's linkedin handle">
<a href="https://www.linkedin.com/in/"> <i class="fa-brands fa-linkedin-in"></i></a>
</button>
<button class="neo-button" aria-label="ishaan's instagram handle">
<a href="https://www.instagram.com/"> <i class="fa-brands fa-instagram"></i></a>
</button>
<button class="neo-button" aria-label="ishaan's github handle">
<a href="https://github.com/"> <i class="fa-brands fa-github"></i></a>
</button>
</div>
</div>
</div>
</div>
<div class="animate col-md-4" style="--i:2">
<div class="card p-3 py-4 mt-5">
<div class="text-center">
<img
src="https://media.licdn.com/dms/image/D4D03AQEDZ5R7rDo3Yg/profile-displayphoto-shrink_800_800/0/1677526189250?e=1703721600&v=beta&t=6pG6pvvM7WdtL4X3HTrzAPy_3_qr6hQHF588qKMszks"
alt="Aniket's profile icon" width="100" class="rounded-circle" />
<h3 class="mt-2"> Aniket Kumar </h3>
<span class="mt-1 clearfix"> Founder </span>
<small class="mt-4">
Pre Final Year @ NIT Raipur
</small>
<div class="social-buttons mt-5">
<button class="neo-button" aria-label="'s twitter handle">
<a href="https://twitter.com/"> <i class="fa-brands fa-x-twitter"></i></a>
</button>
<button class="neo-button" aria-label="'s linkedin handle">
<a href="https://www.linkedin.com/in/"> <i class="fa-brands fa-linkedin-in"></i></a>
</button>
<button class="neo-button" aria-label="'s instagram handle">
<a href="https://www.instagram.com/"> <i class="fa-brands fa-instagram"></i></a>
</button>
<button class="neo-button" aria-label="'s github handle">
<a href="https://github.com/"> <i class="fa-brands fa-github"></i></a>
</button>
</div>
</div>
</div>
</div>
<div class="animate col-md-4" style="--i:2">
<div class="card p-3 py-4 mt-5">
<div class="text-center">
<img
src="https://media.licdn.com/dms/image/D4D03AQFgrHKczYTdPg/profile-displayphoto-shrink_800_800/0/1668268264649?e=1703721600&v=beta&t=uknVeFhp4xqmfrDUSfhurFClgKl53U6MOfFG0Hha8Xo"
alt="Aniket's profile icon" width="100" class="rounded-circle" />
<h3 class="mt-2"> Anurag Deo </h3>
<span class="mt-1 clearfix"> Founder </span>
<small class="mt-4">
Senior Tech Associate - FCC
</small>
<div class="social-buttons mt-5">
<button class="neo-button" aria-label="'s twitter handle">
<a href="https://twitter.com/"> <i class="fa-brands fa-x-twitter"></i></a>
</button>
<button class="neo-button" aria-label="'s linkedin handle">
<a href="https://www.linkedin.com/in/"> <i class="fa-brands fa-linkedin-in"></i></a>
</button>
<button class="neo-button" aria-label="'s instagram handle">
<a href="https://www.instagram.com/"> <i class="fa-brands fa-instagram"></i></a>
</button>
<button class="neo-button" aria-label="'s github handle">
<a href="https://github.com/"> <i class="fa-brands fa-github"></i></a>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<br />
<br />
<!--Project Maintainers,Admins Contributors Section-->
<div class="Admins">
<h1>Project Maintainers & Admins</h1>
<div class="image-container">
<div class="user">
<img src="https://avatars.githubusercontent.com/u/25835195?v=4" alt="Admin">
<p>Admin1</p>
</div>
<div class="user">
<img src="https://avatars.githubusercontent.com/u/25835195?v=4" alt="Admin">
<p>Admin2</p>
</div>
</div>
</div>
<div class="Admins">
<h1>Project Contributors</h1>
<div class="image-container">
<div class="user">
<img src="https://avatars.githubusercontent.com/u/25835195?v=4" alt="Admin">
<p>Contributor1</p>
</div>
<div class="user">
<img src="https://avatars.githubusercontent.com/u/25835195?v=4" alt="Admin">
<p>Contributor2</p>
</div>
</div>
</div>
<!--footer-->
<footer class="footer">
<div class="container">
<div class="f-row">
<div class="f-col">
<img src="Static/NOSC-big.png" class="f-logo" alt="Brand Logo">
<p style="font-style:italic;">
A community for the students, by the students, and of the
students! We’re here to provide you with all the resources
you’ll require in your journey, and mentor you to become the
best of the best.
</p>
</div>
<div class="f-col">
<h3>Useful Links</h3>
<ul>
<li><a href="#">Add links</a></li>
<li><a href="#">to various</a></li>
<li><a href="#">hackathons &</a></li>
<li><a href="#">open soure projects</a></li>
</ul>
</div>
<div class="f-col">
<h3>Services</h3>
<ul>
<li><a href="#">Home</a></li>
</li>
<li>
<a href="#" id="know-our-team-link-footer">Know Our Team</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="policy.html">Privacy & Policy</a>
</li>
<li>
<a href="terms.html">Terms & Conditions</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<div class="f-col">
<h3>Newsletter</h3>
<form action="#" class="f-form">
<i class="far fa-envelope"></i>
<input type="email" placeholder="Enter your Email Id..." required>
<button type="submit" class="f-btn"><i class="fas fa-arrow-right"></i></button>
</form>
<div class="f-social-icons">
<button class="f-neo-button" aria-label="'s twitter handle">
<a href="https://twitter.com/"> <i class="fa-brands fa-x-twitter"></i></a>
</button>
<button class="f-neo-button" aria-label="'s linkedin handle">
<a href="https://www.linkedin.com/in/"> <i class="fa-brands fa-linkedin-in"></i></a>
</button>
<button class="f-neo-button" aria-label="'s instagram handle">
<a href="https://www.instagram.com/"> <i class="fa-brands fa-instagram"></i></a>
</button>
<button class="f-neo-button" aria-label="'s github handle">
<a href="https://github.com/"> <i class="fa-brands fa-github"></i></a>
</button>
</div>
</div>
</div>
<hr class="f-hr">
<p class="f-copyright">NOSC © 2023 - All Rights Reserved</p>
</div>
<div id="notification-container" style="display: none;">
<div class="notification-reminder" style="display: none;">Reminder</div>
</div>
</footer>
<!--- Footer Made with ❤️ by Bhalerao-2002 --->
<script src="index.js"></script>
</body>
</html>