-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
406 lines (398 loc) · 15 KB
/
index.html
File metadata and controls
406 lines (398 loc) · 15 KB
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
<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="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<style>
@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&family=Inconsolata:wght@400;500;600&family=Manrope:wght@600&family=Poppins:wght@600&family=Ubuntu+Mono&display=swap");
</style>
<title>SoftCom - Software Community IIT Ropar</title>
<link rel="icon" href="/assets/logo.jpg" />
<meta
name="description"
content="Enthusiastic Developers of IIT Ropar are born here. Web Dev, App Dev, Python, Ethical Hacking, Game Dev, GDSC."
/>
<meta
name="keywords"
content="Software, Development, IIT Ropar, SoftCom, Society, Community, GDSC, Google, Developers, Students, Club"
/>
<meta name="author" content="SoftCom Team 2022" />
</head>
<body>
<div id="loader" class="center"><img src="./assets/load.png" alt="" /></div>
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
role="dialog"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<!-- <div class="modal-content"> -->
<div class="modal-header"></div>
<div id="comic"></div>
<!-- </div> -->
</div>
</div>
<section id="hero">
<div class="container">
<div class="row head">
<div class="col-md">
<p id="hero-heading">SoftCom IIT Ropar</p>
<p id="hero-content">
SoftCom is a student driven software developement club at IIT
Ropar.At SoftCom we are a bunch of software developement
enthusiasts we like to play around with code and implement it into
real life and solve problems with it. we Love talking about Web
developement , App developement , game developement , blockchain
and web3, python and data science also to add a cherry on the top
we like talking about security aspects of developement and how to
exploit softwares
</p>
<div class="actions">
<a
href="https://softcom-api-h7ra.onrender.com/auth/google"
id="join"
>Join SoftCom</a
>
<span id="about">
<a href="https://www.instagram.com/softcom_iitrpr/"
><img src="./assets/instagram.png" alt="" class="icons"
/></a>
<a href="https://www.instagram.com/softcom_iitrpr/"
><img src="./assets/facebook.png" alt="" class="icons"
/></a>
<a href="https://www.linkedin.com/company/softcom-iitrpr"
><img src="./assets/linkedin.png" alt="" class="icons"
/></a>
<a href="https://github.com/software-community"
><img src="./assets/github.png" alt="" class="icons"
/></a>
</span>
</div>
</div>
<div class="col-md" id="image">
<img
src="./assets/code.svg"
alt="code"
class="code"
data-toggle="modal"
data-target="#exampleModal"
/>
</div>
</div>
</div>
</section>
<section class="announcements" id="announcements">
<div class="container">
<div class="row">
<div class="col-md-4">
<p id="ann-head">Recent Announcements and Timeline of SoftCom</p>
</div>
<div class="col-md-8" id="ann-box"></div>
</div>
</div>
</section>
<section id="repmentor">
<p class="team-heading text-center">Meet Our Team</p>
<div id="rep-mentor">
<div class="team-card" id="rep">
<img class="team-photo" src="./assets/team/arpitpfp.jpg" alt="" />
<div class="text-center">
<div>Arpit Kumar Verma</div>
<div>Representative</div>
<div>
<a href="mailto: 2021eeb1156@iitrpr.ac.in"
><img
src="./assets/gmail.png"
alt="mail"
style="height: 20px; width: 20px"
/></a>
<a href="tel: +918287206875"
><img
src="./assets/call.png"
alt="mail"
style="height: 20px; width: 20px"
/></a>
<a href="https://www.linkedin.com/in/arpit-verma-806268227/"
><img
src="./assets/linkedin.png"
alt="mail"
style="height: 20px; width: 20px"
/></a>
</div>
</div>
</div>
<div class="team-card" id="mentor">
<img src="./assets/team/prakharpfp.jpg" class="team-photo" alt="" />
<div class="text-center">
<div>Prakhar Saxena</div>
<div>Mentor</div>
<div>
<a href="mailto: 2020csb1111@iitrpr.ac.in"
><img
src="./assets/gmail.png"
alt="mail"
style="height: 20px; width: 20px"
/></a>
<a href="tel: +919650509909"
><img
src="./assets/call.png"
alt="mail"
style="height: 20px; width: 20px"
/></a>
<a href="https://www.linkedin.com/in/prakhar-saxena-148a10209/"
><img
src="./assets/linkedin.png"
alt="mail"
style="height: 20px; width: 20px"
/></a>
</div>
</div>
</div>
</div>
</section>
<section id="web-developement" class="blue p-3">
<div class="row">
<div class="col-md">
<p class="team-heading">Web Developement</p>
<p class="team-content text-justify">
Wondering how those amazing web animations are made? Heard terms
like front end, back end but never got much exposure? With us, you
can learn all about full stack development. Starting from 0
experience all the way up to making projects with popular
frameworks, our coordinators will be right beside you throughout
your whole journey.
</p>
</div>
<div class="col-md">
<div class="team-card" id="rep">
<img
class="team-photo"
src="./assets/team/yashasav.jpg"
alt=""
style="margin-top: 1rem"
/>
<p>Yashasav Prajapati</p>
</div>
</div>
</div>
</section>
<section id="app-developement" class="blue p-3">
<div class="row">
<div class="col-md">
<p class="team-heading">App Development</p>
<p class="team-content text-justify">
We'll provide you with opportunities to learn, practice and
collaborate on app development. To join us, all you need is an open
mind. Maybe we can make a zomato clone for our campus deep thinking.
Whatever you want to develop, just present an idea and we have a
whole team eager and capable of helping you. Waiting for your
amazing ideas :)
</p>
</div>
<div class="col-md">
<div class="team-card" id="rep">
<img
class="team-photo"
src="./assets/team/alankritpfp.jpg"
alt=""
style="margin-top: 1rem"
/>
<p>Alankrit Kadian</p>
</div>
</div>
</div>
</section>
<section id="game-developement" class="blue p-3">
<div class="row">
<div class="col-md">
<p class="team-heading">Game Development</p>
<p class="team-content text-justify">
Are you a creative daydreamer obsessed with video games but also
want to be productive at the same time? Well, we have just what you
need. Learn how to develop games from scratch from our one and only
Sarvottam, sarvo and of course Sarvottam Swaroop.
</p>
</div>
<div class="col-md">
<div class="team-card" id="rep">
<img
class="team-photo"
src="./assets/team/sarvottam.jpg"
alt=""
style="margin-top: 1rem"
/>
<p>Sarvottam Swaroop</p>
</div>
</div>
</div>
</section>
<section id="python" class="blue p-3">
<div class="row">
<div class="col-md">
<p class="team-heading">Python</p>
<p class="team-content text-justify">
Make your own personal assistant, get your hands dirty on web
development, or web crawlers? How does a bot which can make
assignments for you sound?? Well, guess what, our team can help you
with that ;).
</p>
</div>
<div class="col-md">
<div class="team-card" id="rep">
<img
class="team-photo"
src="./assets/team/anubhavpfp.jpg"
alt=""
style="margin-top: 1rem"
/>
<p>Anubhav Kataria</p>
</div>
</div>
</div>
</section>
<section id="blockchain" class="blue p-3">
<div class="row">
<div class="col-md">
<p class="team-heading">Blockchain</p>
<p class="team-content text-justify">
Fascinated by Web 3.0 or things like cryptocurrencies and NFTs? In this domain of blockchain development, we will not only learn about this emerging and innovative technology but also build cool DApps and dive into metaverse projects.
</p>
</div>
<div class="col-md">
<div class="team-card" id="rep">
<img
class="team-photo"
src="./assets/team/Rohitpfp.jpg"
alt=""
style="margin-top: 1rem"
/>
<p>Rohit Kinha</p>
</div>
</div>
</div>
</section>
<section id="ethical-hacking" class="blue p-3">
<div class="row">
<div class="col-md">
<p class="team-heading">Ethical Hacking</p>
<p></p>
<p class="team-content text-justify">
Ever dreamt of becoming a mysterious hacker as a kid? I know you have. And as they say, never give up on your dreams. At this point you are only one step away from making that lil one proud. And we can give you just the strength required for that step. Be it network analysis, forensics or ctf, our hacking team lead has got it all covered and is eager to share his knowledge with you.
</p>
</div>
<div class="col-md">
<div class="team-card" id="rep">
<img
class="team-photo"
src="./assets/team/shobhitpfp.jpg"
alt=""
style="margin-top: 1rem"
/>
<p>Shobhit Juglan</p>
</div>
</div>
</div>
</section>
<section id="GDSC" class="blue p-3">
<div class="row">
<div class="col-md">
<p class="team-heading">GDSC</p>
<p class="team-content text-justify">
With the IIT Ropar chapter of GDSC,Meet and learn with other budding developers and build solutions for local businesses and communities with Google technology.
</p>
</div>
<div class="col-md">
<div class="team-card" id="rep">
<img
class="team-photo"
src="./assets/team/gdscpfp.jpg"
alt=""
style="margin-top: 1rem"
/>
<p>GDSC</p>
</div>
</div>
</div>
</section>
<section id="media-outreach" class="blue p-3">
<div class="row">
<div class="col-md">
<p class="team-heading">Media and Outreach</p>
<p class="team-content text-justify">
Hold my beer, I got this! Yes! Thats us who gave the content for this entire web page, so u better be convinced to join our club or Im'ma hunt you down. By the way... Hi. Nice to meet you :)
</p>
</div>
<div class="col-md">
<div class="team-card" id="rep">
<img
class="team-photo"
src="./assets/team/tusharpfp.jpg"
alt=""
style="margin-top: 1rem"
/>
<p>Tushar Sharma</p>
</div>
</div>
</div>
</section>
<section id="comic"></section>
<div class="nav-box">
<div class="navigation">
<a href="#hero"
><img
src="./assets/logo.jpg"
alt="logo"
id="navigation-img"
style="width: 2rem; height: 2rem; margin: 0.2rem"
/></a>
<a href="#announcements"
><img
src="./assets/newspaper.png"
alt=""
style="width: 2rem; height: 2rem; margin: 0.2rem"
/></a>
<a href="#repmentor"
><img
src="./assets/group.png"
alt=""
style="width: 2rem; height: 2rem; margin: 0.2rem"
/></a>
<a href="mailto: softcom@iitrpr.ac.in"
><img
src="./assets/gmail.png"
alt=""
id="mail"
style="width: 2rem; height: 2rem; margin: 0.2rem"
/></a>
</div>
</div>
<footer class="px-3 py-1">'twas nice seeing you mate❣️</footer>
</body>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="script.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://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</html>