-
Notifications
You must be signed in to change notification settings - Fork 0
/
all-members.html
520 lines (461 loc) · 30.1 KB
/
all-members.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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>All Members</title>
<style>
/* Core Members Section Styles */
#core-members {
padding: 50px 0;
text-align: center;
background-image: url('Logos/background8.jpeg'); /* Replace 'background_image.jpg' with the URL of your background image */
background-size: cover; /* Cover the entire container */
background-position: center; /* Center the background image */
color: #fff;
}
#core-members .section-title {
font-size: 36px;
font-weight: bold;
margin: 0 auto 30px; /* Center the headline horizontally and add bottom margin */
}
.core-members-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px; /* Adjust the gap between member boxes */
}
.core-member {
background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white background */
padding: 20px;
border-radius: 10px;
width: 300px; /* Adjust the width of the member box */
transition: background-color 0.3s ease; /* Add transition effect */
}
.core-member:hover {
background-color: #b800a3; /* Dark purple color on hover */
}
.core-member img {
width: 150px; /* Increase the size of the member image */
height: 150px;
border-radius: 50%; /* Make the image circular */
margin-bottom: 20px;
}
.member-info {
margin-bottom: 20px;
}
.member-name {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.member-position {
font-size: 18px;
margin-bottom: 10px;
}
.member-links {
display: flex;
justify-content: center;
margin-top: 10px;
}
.member-links a {
margin: 0 5px; /* Adjust spacing between icons */
}
.member-links img {
width: 40px; /* Adjust the width as needed */
height: 40px; /* Adjust the height as needed */
}
@media screen and (max-width: 768px) {
.core-member img {
width: 100px;
height: 100px;
padding-bottom: 0%;
margin-bottom: 0px;
}
#photo{
width:30px;
height: 30px;
}
.core-member{
width: 150px;
}
.member-name{
font-size: 15px;
}
.member-position{
font-size: 13px;
}
}
</style>
</head>
<body>
<!-- ALL Members Section -->
<section id="core-members">
<h2 class="section-title">ALL Members</h2>
<div class="core-members-container">
<!-- Member 1 -->
<div class="core-member">
<img src="members/Prabhat_Singh.jpeg" alt="Member 1">
<div class="member-info">
<p class="member-name">Prabhat Kumar Singh</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="LinkedIn - https://www.linkedin.com/in/prabhat-singh-3a4ab3303/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://gitHub.com/Prabhat9801"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Repeat for other members -->
<div class="core-member">
<img src="members/jonathan philip.png" alt="Member 3">
<div class="member-info">
<p class="member-name">Jonathan Philip</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/jonathan-philip-99aa46233"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/JonathanPhilip"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/madhurima rawat.png" alt="Member 4">
<div class="member-info">
<p class="member-name">Madhurima rawat</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/madhurima-rawat/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/madhurimarawat"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/ashirwad rai.png" alt="Member 5">
<div class="member-info">
<p class="member-name">Ashirwad Rai</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/ashirwad-rai-ab1868257?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a>
<a href="https://github.com/XMrNooBX"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> </div>
</div>
<div class="core-member">
<img src="members/Sanjay.png" alt="Member 6">
<div class="member-info">
<p class="member-name">Sanjay Singh</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/sanjay-singh-b000a9304?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Sanjay8959"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/IMG-20230727-WA0002 - Satyam Jha.jpg" alt="Member 7">
<div class="member-info">
<p class="member-name">Satyam Jha</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/satyam-jha-9052672a9?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/jha06sm"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/IMAGE - HRIDYESH KUMAR 12 A.jpg" alt="Member 8">
<div class="member-info">
<p class="member-name">Hridyesh Kumar</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/hridyesh-kumar-10a52028a/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/HridyeshKumar"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/IMG_20240513_144308 - dhiraj kumar.jpg" alt="Member 9">
<div class="member-info">
<p class="member-name">Dhiraj Gupta</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/dhiraj-gupta-93a17a308?trk=contact-info"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Dhirajgupta440"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/Kishlay_Kumar.jpeg" alt="Member 10">
<div class="member-info">
<p class="member-name">Kishlay Kumar</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/kishlay-kumar-29827a298?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Kishlay671"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/Aryan gupta - Aryan Gupta.jpg" alt="Member 11">
<div class="member-info">
<p class="member-name">Aryan Gupta</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="http://www.linkedin.com/in/aryan-gupta-27814a306"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/aabhiinaavv"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/abhinav anand.jpg" alt="Member 12">
<div class="member-info">
<p class="member-name">Abhinav Anand</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/abhinav-anand-568941302?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/aabhiinaavv"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/shreyansh.jpg" alt="Member 13">
<div class="member-info">
<p class="member-name">Shreyansh Patel</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/shreyansh-patel-6a4323263?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Shreyansh-Patel-17"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/IMG_20230517_202358 (1) (1) - Nukesh.jpg" alt="Member 14">
<div class="member-info">
<p class="member-name">Nukesh Verma</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/nukesh-v-0100a42a0?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3B5xoc3eJaSc%2BX%2B0IHG%2Bml5g%3D%3D"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Nukesh2056/Nukesh2056"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/SAVE_20240104_190954 - ANANDITA MUKHERJEE.jpg" alt="Member 15">
<div class="member-info">
<p class="member-name">Anandita Mukherjee</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/anandita-mukherjee-599b86291?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/ASTROPHILE2910"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/swayam singh.png" alt="Member 16">
<div class="member-info">
<p class="member-name">Swayam Singh</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/swayam-singh-6910962a2?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BZecp%2Fg%2FVRQKyvKRMKERR%2Bw%3D%3D"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Swaysigh"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/B612_20220602_125130_354~2 - Rupali Chandrakar.jpg" alt="Member 17">
<div class="member-info">
<p class="member-name">Rupali Chandrakar</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://in.linkedin.com/in/rupali-chandrakar-468a70281"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/rupali12chandrakar"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/mayank kaushik.jpg" alt="Member 18">
<div class="member-info">
<p class="member-name">Mayank Kaushik</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/mayank-k-314112288?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/MAYANKKAUSHIK01"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/Anuj behra - Anuj Behra.jpg" alt="Member 19">
<div class="member-info">
<p class="member-name">Anuj Behra</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/anuj-behra-183691306/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/AnujBehra"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/25815109422117_25815114505590 - Karan Singh Rathore.jpg" alt="Member 20">
<div class="member-info">
<p class="member-name">Karan Singh Ratore</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/karan-singh-rathore-3b44242a7?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/karansrabcd01"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/tilak .png" alt="Member 21">
<div class="member-info">
<p class="member-name">Tilak Verma</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/tilak-verma-618211301?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/tilakverm"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/shravan - Shravan Kumar Pandey.jpg" alt="Member 22">
<div class="member-info">
<p class="member-name">Shrawan Kumar Pandey</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="http://www.linkedin.com/in/shravan-kumar-pandey-309786309"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Shravan4598"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/ketan.jpg" alt="Member 23">
<div class="member-info">
<p class="member-name">Ketan Dinkar</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/ketan-dinkar-82b465303/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/KetanDinkar"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/20240131_124226 - lakshya ,.jpg" alt="Member 24">
<div class="member-info">
<p class="member-name">Lakshya Kumar Sori</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/lakshya-sori-2bb0b22bb?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Imaginationsoulofdreams"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/IMG_20240402_180203 - Simankan Yadav.jpg" alt="Member 25">
<div class="member-info">
<p class="member-name"> Simankan Yadav</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/simankan-yadav-866a4420a?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Honeyy077"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/dev pratap.jpg" alt="Member 26">
<div class="member-info">
<p class="member-name">Dev Pratap Singh</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/dev-pratap-singh-52a8932a7?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/CodENemOs18"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/IMG_20240426_162717 - Dileep Kushwaha.jpg" alt="Member 27">
<div class="member-info">
<p class="member-name">Dileep Kushwaha</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/dileep-kushwaha-b70a82263?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/DileepKushwah"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/20240513_155938 - Rishabh Tiwari.jpg" alt="Member 28">
<div class="member-info">
<p class="member-name">Rishabh Tiwari</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/rishabh-tiwari-3345b022b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/rishabht10"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/kuldeep lahare.jpg" alt="Member 29">
<div class="member-info">
<p class="member-name">Kuldeep Lahare</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/kuldeep-lahare-1ab0a9298?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Kuldeep3004"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/roshan khatri.png" alt="Member 30">
<div class="member-info">
<p class="member-name">Roshan Khatri</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/me?trk=p_mwlite_feed-secondary_nav"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Roshan7869?tab=stars"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/IMG_20240513_155126 - Saurabh Prajapati.jpg" alt="Member 31">
<div class="member-info">
<p class="member-name">Saurabh Prajapati</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="#"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/SaurabhExpertInnovator"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/ravi kesharwani.jpg" alt="Member 32">
<div class="member-info">
<p class="member-name">Ravi Kesharwani</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/ravi-kesharwani-421a63289/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a>
<a href="https://www.linkedin.com/in/ravi-kesharwani-421a63289/"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> </div>
</div>
<div class="core-member">
<img src="members/arun - ARUN KUMAR.png" alt="Member 33">
<div class="member-info">
<p class="member-name">Arun Kumar</p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/arun-kumar-46030a309"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a>
<a href="https://github.com/ARUN-Coder-op"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> </div>
</div>
<!--<div class="core-member">
<img src="Logos/pp.jpeg" alt="Member 31">
<div class="member-info">
<p class="member-name"></p>
<p class="member-position">Member</p>
</div>
<div class="member-links">
<a href="#"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a>
<a href="#"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> </div>
</div>-->
<!-- Repeat for other members -->
</div>
</section>
</body>
</html>