-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
331 lines (307 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
<!DOCTYPE html>
<html>
<head>
<title>GDSC Amity University, Noida - Members' Showcase</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/22204dada8.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="/Assets/Favicon/favicon.ico" type="image/x-icon">
<link href="DarkMode/css/dark-mode.css" rel="stylesheet" />
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">GDSC Amity University, Noida - Members' Showcase</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" href="#About">About</a>
<a class="nav-link" href="#Showcase">Members' Showcase</a>
<a class="nav-link active" href="https://gdsc.community.dev/amity-university-noida/"
target="_blank">GDSC Chapter</a>
<a class="nav-link active" href="https://bit.ly/gdsc-amity-discord" target="_blank">Discord
Community</a>
<!-- Dark Mode -->
<nav class="navbar-nav ">
<div class="nav-link">
<div class="d-flex align-items-end">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input " id="darkSwitch" />
<label class="custom-control-label" for="darkSwitch">Dark Mode</label>
</div>
</div>
</div>
</div>
</nav>
<script src="DarkMode/dark-mode-switch.min.js"></script>
</div>
</div>
</nav>
<br>
<br>
<br>
<div class="container">
<h3 class="display-4" id="About">About</h3>
<p>
This is a Members' Showcase page for all members of the Google Developer Students Club - Amity University,
Noida. All individual cards are contributed by the members of the club as a part of our Hacktoberfest
learning initiative.
</p>
<h3 class="display-4" id="Showcase">Members' Showcase</h3>
<br>
<h4 class="display-5" id="Core">Core Team</h4>
<div class="row">
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<img src="Assets/adityaoberai.jpg" class="card-img-top" alt="Aditya-Oberai">
<div class="card-body">
<h5 class="card-title">
Aditya Oberai
<a class="fa fa-linkedin" href="https://linkedin.com/in/adityaoberai1" target="_blank"></a>
<a class="fa fa-twitter" href="https://twitter.com/adityaoberai1" target="_blank"></a>
<a class="fa fa-instagram" href="https://instagram.com/adityaoberai1" target="_blank"></a>
<a class="fa fa-github" href="https://github.com/adityaoberai" target="_blank"></a>
<a class="fa fa-link" href="https://adityaoberai.live" target="_blank"></a>
</h5>
<h6>
GDSC Lead - Amity University, Noida
</h6>
<p class="card-text">
I love communities because communities provided me with a safe space to learn and grow with my
peers and beyond.
</p>
</div>
</div>
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<img src="Assets/ayushisrivastava.jpeg" class="card-img-top" alt="Ayushi-Srivastava">
<div class="card-body">
<h5 class="card-title">
Ayushi Srivastava
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/srivayushi/" target="_blank"></a>
<a class="fa fa-twitter" href="https://twitter.com/srivayushi12" target="_blank"></a>
<a class="fa fa-instagram" href="https://www.instagram.com/_ayyuuuu_/" target="_blank"></a>
<a class="fa fa-link" href="https://www.ayushi.live/" target="_blank"></a>
</h5>
<h6>
GDSC Core Team - Amity University, Noida
</h6>
<p class="card-text">
GDSC Amity has provided me the support and platform to showcase my skills ! Happy to be a part
of GDSC.
</p>
</div>
</div>
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<img src="Assets/raghavagarwal.jpg" class="card-img-top" alt="Ayushi-Srivastava">
<div class="card-body">
<h5 class="card-title">
Raghav Agarwal
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/raghav-agarwal-3332a2190/"
target="_blank"></a>
<a class="fa fa-twitter" href="https://twitter.com/raghav1687" target="_blank"></a>
<a class="fa fa-instagram" href="https://www.instagram.com/raghav_agarwal2001/"
target="_blank"></a>
<a class="fa fa-link" href="https://agarwalraghav1687.github.io" target="_blank"></a>
</h5>
<h6>
GDSC Core Team - Amity University, Noida
</h6>
<p class="card-text">
Being a part of GDSC Amity, I tried out my hands on graphic designing for the very first time
and also interated with a lot of folks in virtual mode. <br> <br> P.S. Never met any member of
the team in person except "His Highness
Sir Aditya Oberai" :p
</p>
</div>
</div>
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<img src="Assets/manyatuli.jpeg" class="card-img-top" alt="Manya-Tuli">
<div class="card-body">
<h5 class="card-title">
Manya Tuli
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/manya-tuli-9632b4200/"
target="_blank"></a>
<a class="fa fa-twitter" href="https://twitter.com/manya_tuli" target="_blank"></a>
<a class="fa fa-link" href="https://github.com/manya0702" target="_blank"></a>
</h5>
<h6>
GDSC Core Team - Amity University, Noida
</h6>
<p class="card-text">
I believe that the diversity of communities and the range of skill sets that they have to offer
in itself provide a great platform for peer-to-peer learning.<br><br>
The idea of "Giving back to one's community by helping others learn" served as an inspiration
for me to join this community.
</p>
</div>
</div>
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<img src="Assets/sanskritisambyal.png" class="card-img-top" alt="Sanskriti-Sambyal">
<div class="card-body">
<h5 class="card-title">
Sanskriti Sambyal
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/sanskriti-sambyal-2931061b6/"
target="_blank"></a>
<a class="fa fa-twitter" href="https://twitter.com/sanskriti279" target="_blank"></a>
<a class="fa fa-instagram" href="https://www.instagram.com/sanskriti.72/" target="_blank"></a>
<a class="fa fa-link" href="https://github.com/SanskritiSambyal27" target="_blank"></a>
</h5>
<h6>
GDSC Core Team - Amity University, Noida
</h6>
<p class="card-text">
I love to be a part of communities as it's a great way to connect with new people and learn
about various new things. It also creates a sense of belonging, understanding, acceptance and
inspiration.
</p>
</div>
</div>
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<img src="Assets/Khushi Sharma Headshot.JPG" class="card-img-top" alt="Khushi-Sharma">
<div class="card-body">
<h5 class="card-title">
Khushi Sharma
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/khushisharma-22/"
target="_blank"></a>
<a class="fa fa-twitter" href="https://twitter.com/khushiSharma_22" target="_blank"></a>
<a class="fa fa-instagram" href="https://www.instagram.com/_._khushi.sharma_._/"
target="_blank"></a>
<a class="fa fa-github" href="https://github.com/KhushiSharma22" target="_blank"></a>
</h5>
<h6>
GDSC Core Team - Amity University, Noida
</h6>
<p class="card-text">
I love communities because it enables you to welcome and help other people in a way one can't as
individuals.
</p>
</div>
</div>
</div>
<br>
<br>
<h4 class="display-5" id="Members">Club Members</h4>
<div class="row">
<!-- Review template begins - DO NOT DELETE -->
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<!-- Change source of image to your picture -->
<img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80"
class="card-img-top" alt="Image of person from unsplash.com">
<div class="card-body">
<!-- Your name -->
<h5 class="card-title">
John Doe
<!--
Your socials
Make sure to replace # with your link in href
If you don't have or want to add a handle, remove the entire <a> tag
-->
<a class="fa fa-linkedin" href="#" target="_blank"></a>
<a class="fa fa-twitter" href="#" target="_blank"></a>
<a class="fa fa-instagram" href="#" target="_blank"></a>
<a class="fa fa-github" href="#" target="_blank"></a>
<a class="fa fa-link" href="#" target="_blank"></a>
</h5>
<!-- Your review/experience -->
<p class="card-text">This is a sample card template. You can copy the code for this card and use it
to share why you love communities here.</p>
</div>
</div>
<!-- Review template ends. -->
<!-- Reviews can be added below. -->
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<!-- Change source of image to your picture -->
<img
src="https://www.kindpng.com/picc/m/197-1974550_penguin-chat-club-penguin-penguin-sitting-down-hd.png">
<div class="card-body">
<!-- Your name -->
<h5 class="card-title">
Zainab Shah
<!--
Your socials
Make sure to replace # with your link in href
If you don't have or want to add a handle, remove the entire <a> tag
-->
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/zainab-shah-884950222/"
target="_blank"></a>
<a class="fa fa-github" href="https://github.com/Tarctic/" target="_blank"></a>
</h5>
<!-- Your review/experience -->
<p class="card-text">I think communities are a great way to learn new things and create projects.
They make the learning process easier and more fun!</p>
</div>
</div>
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<!-- Change source of image to your picture -->
<img src="https://avatars.githubusercontent.com/u/24203959?v=4">
<div class="card-body">
<!-- Your name -->
<h5 class="card-title">
Himank Varshney
<!--
Your socials
Make sure to replace # with your link in href
If you don't have or want to add a handle, remove the entire <a> tag
-->
<a class="fa fa-linkedin" href="https://linkedin.com/in/VARhimank" target="_blank"></a>
<a class="fa fa-instagram" href="https://www.instagram.com/var.himank/" target="_blank"></a>
<a class="fa fa-github" href="https://github.com/VARhimank" target="_blank"></a>
<a class="fa fa-link" href="https://himank-portfolio.netlify.app/" target="_blank"></a>
</h5>
<!-- Your review/experience -->
<p class="card-text">I enjoy being in tech communities and learning new things together!</p>
</div>
</div>
<!-- Tintinkung Profile -->
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<img src="Assets/tintinkungDoggo.jpg" class="card-img-top" alt="Image of my Doggo">
<div class="card-body">
<h5 class="card-title">
Tintinkung
<p>
beginner dev
</p>
<a class="fa fa-twitter" href="https://twitter.com/tintinkungs" target="_blank"></a>
<a class="fa fa-github" href="https://github.com/tintinkung" target="_blank"></a>
</h5>
<p class="card-text">Hi im beginner developer seeking web development experience.</p>
</div>
</div>
<!-- Review template ends. -->
<!-- Reviews can be added below. -->
<div class="card col-md-4 col-xs-12" style="width: 18rem;">
<img src="https://docs.google.com/uc?id=1yUrrEPkNy0iWCSMcjgkhfQ8rG7rJZ_at" class="card-img-top"
alt="Dev-Walia">
<div class="card-body">
<h5 class="card-title">
Dev Walia
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/dev-walia-92a0571a7"
target="_blank"></a>
<a class="fa fa-twitter" href="https://twitter.com/d3v_il" target="_blank"></a>
<a class="fa fa-instagram" href="https://www.instagram.com/devwalia_/" target="_blank"></a>
<a class="fa fa-github" href="https://github.com/devwalia" target="_blank"></a>
</h5>
<p class="card-text">
Being a part of GDSC Amity, I get to connect with great minded folks and get to learn about
various new things which help me to brush up my skills and knowledge." :p
</p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous">
</script>
</body>
</html>