-
Notifications
You must be signed in to change notification settings - Fork 6
/
team.html
408 lines (354 loc) · 15.6 KB
/
team.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="skins/style.css?ver=1" rel="stylesheet" />
<link rel="icon" href="https://avatars1.githubusercontent.com/u/11938153?v=3&s=200">
<title>Team</title>
</head>
<body>
<!-- Navbar Start -->
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top" style="background-color: #F2F3F4">
<a class="navbar-brand" href="./index.html"><img class="krssg_logo" src="https://avatars1.githubusercontent.com/u/11938153?v=3&s=200 " ></a>
<span class="navbar-text font-weight-bold text-justify" id="logo_text" >KRSSG</span>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link font-weight-bold" href="./index.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold" href="./project.html">Project</a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold" href="./publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold" href="http://event.krssg.in/index.php" target="__blank">Code-O-Soccer</a>
</li>
<li class="nav-item active">
<a class="nav-link font-weight-bold active" href="./team.html">Team <span class="sr-only">(current)</span></a>
</li>
<!-- <li class="nav-item">
<a class="nav-link font-weight-bold" href="#">Alumni</a>
</li> -->
</ul>
</div>
</nav>
<div class="row mt-5"></div>
<div class="row mt-5"></div>
<!-- Navbar End -->
<!-- Professor -->
<div class="row mx-auto mt-4">
<div class="col-md-12">
<h3 class="text-center font-weight-bold text-uppercase">
Professor In-Charge
</h3>
<div class="row">
<hr class="teal accent-3 mb-0 mt-0 d-inline-block mx-auto change_strike_colour" style="width: 25vw;">
</div>
</div>
</div>
<div class="row mt-2 mx-5">
<div class="col-md-3 design_profile_box mx-0">
<div class="row my-3">
<img class="design_profile_img" src="./team/ad.png" alt="Image">
</div>
<h3 class="text-center font-weight-bold">Prof. Alok Kanti Deb</h3>
<p class="text-center">Dept. of Electrical Engineering</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/ss.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold">Prof. Sudeshna Sarkar</h3>
<p class="text-center">Dept. of Computer Science and Engineering</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/jm.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold">Prof. Jayanta Mukhopadhyay</h3>
<p class="text-center">Dept. of Computer Science and Engineering</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/dkp.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold">Prof. Dilip Kumar Pratihar</h3>
<p class="text-center">Dept. of Mechanical Engineering</p>
</div>
</div>
<!-- Professor Section ends -->
<!-- Team Section Starts-->
<div class="row mx-auto mt-4">
<div class="col-md-12">
<h3 class="text-center font-weight-bold text-uppercase">
Meet the Team
</h3>
<div class="row">
<hr class="teal accent-3 mb-0 mt-0 d-inline-block mx-auto change_strike_colour" style="width: 25vw;">
</div>
</div>
</div>
<div class="row mt-2 mx-5">
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/dash.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold">Saurabh Dash</h3>
<p class="text-center">Electronics Team</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/nishant.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Nishant Nikhil</h3>
<p class="text-center">AI Team</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/profile.png" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Piyush Jena</h3>
<p class="text-center">AI Team</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/mayank.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Mayank Bhushan</h3>
<p class="text-center">AI Team</p>
</div>
<div class="col-md-3 design_profile_box">
<a href="http://sudarshan-sh.com" target="_blank" style="color:inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/sudo.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Sudarshan Sharma</h3>
<p class="text-center">Electronics Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/ankush.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Ankush Roy</h3>
<p class="text-center">Mechanical Team</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/profile.png" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Buridi Sree Aditya</h3>
<p class="text-center">AI Team</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/profile.png" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Chaitanya Paikara</h3>
<p class="text-center">Electronics Team</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/mirani.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Saurabh Mirani</h3>
<p class="text-center">Electronics Team</p>
</div>
<div class="col-md-3 design_profile_box">
<div class="row my-3">
<img class="design_profile_img" src="./team/saurabh.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Saurabh Agarwal</h3>
<p class="text-center">AI Team</p>
</div>
<div class="col-md-3 design_profile_box">
<a href="http://cse.iitkgp.ac.in/~sayan.sinha" target="_blank" style="color:inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/americast.png" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Sayan Sinha</h3>
<p class="text-center">AI Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://www.linkedin.com/in/tanishqjasoria/" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/tanishq.png" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Tanishq Jasoria</h3>
<p class="text-center">Embedded Systems</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://www.linkedin.com/in/manjunath-bhat-18a45b150/" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/Manjunath.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Manjunath Bhat</h3>
<p class="text-center">AI Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://www.linkedin.com/in/snehal-reddy-330304148/" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/Snehal.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Snehal Reddy K</h3>
<p class="text-center">AI Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://shamin1998.github.io" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/shamin.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Shamin Aggarwal</h3>
<p class="text-center">AI Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://rkjenamani.github.io" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/rajat.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Rajat Kumar Jenamani</h3>
<p class="text-center">AI Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://taapasx28.github.io" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/taapas.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Taapas Agrawal</h3>
<p class="text-center">AI Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://www.linkedin.com/in/anirudh-roy-0bbb7191/" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/anirudh.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Anirudh Roy</h3>
<p class="text-center">Embedded Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://www.linkedin.com/in/jasminejerrya" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/jasmine.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Jasmine Jerry A</h3>
<p class="text-center">Embedded Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://www.linkedin.com/in/gopi-reddy-chilukuri-964108174/" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/gopi.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Gopi Reddy Chilukuri</h3>
<p class="text-center">Embedded Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://www.linkedin.com/in/muralikarthik7/" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/murali.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Murali Karthik</h3>
<p class="text-center">Embedded Team</p>
</a>
</div>
<div class="col-md-3 design_profile_box">
<a href="https://www.linkedin.com/in/abhinav-gupta-6a0114163/" target="__blank" style="color: inherit">
<div class="row my-3">
<img class="design_profile_img" src="./team/abhinav.jpg" alt="Image">
</div>
<h3 class="text-center font-weight-bold ">Abhinav Gupta</h3>
<p class="text-center">Mechanical Team</p>
</div>
<!--Add snippet here-->
</div>
<!-- Team Section Ends -->
<!-- Footer Start-->
<footer class="page-footer font-small blue-grey lighten-5 design_footer" >
<div class="container text-center text-md-left mt-5">
<div class="row mt-3 dark-grey-text">
<!-- Empty Row to create space -->
</div>
<div class="row mt-3 dark-grey-text">
<div class="col-md-3 mb-4 mx-auto">
<h6 class="text-uppercase font-weight-bold">About Us</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto change_strike_colour" style="width: 60px;">
<p class="text-justify">It is a research group comprising of a bunch of ardent robotics technocrats from the Indian Instiute of Technology, Kharagpur working together to build autonomous soccer-playing robots.</p>
</div>
<div class="col-md-3 mx-auto mb-4 ">
<h6 class="text-uppercase font-weight-bold">Quick Link</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto change_strike_colour" style="width: 60px;">
<p>
<i class="fa fa-circle white-text mr-2"></i>
<a class="dark-grey-text quick_links" href="http://www.iitkgp.ac.in/" target="_blank">IIT Kharagpur</a>
</p>
<p>
<i class="fa fa-circle white-text mr-1"></i>
<a class="dark-grey-text quick_links" href="http://robocup.org/" target="_blank">Robocup Federation</a>
</p>
<p>
<i class="fa fa-circle white-text mr-2"></i>
<a class="dark-grey-text quick_links" href="https://www.robocup.org/leagues/7">Small Size League</a>
</p>
<p>
<i class="fa fa-circle white-text mr-2"></i>
<a class="dark-grey-text quick_links" href="https://www.robocuphumanoid.org/">Humanoid</a>
</p>
</div>
<div class="col-md-2 mb-4 mx-auto">
<h6 class="text-uppercase font-weight-bold">Follow Us</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto change_strike_colour" style="width: 60px;">
<p>
<i class="fa fa-facebook white-text mr-3"></i>
<a class="dark-grey-text quick_links" href="https://www.facebook.com/krssg/">Facebook</a>
</p>
<p>
<i class="fa fa-youtube white-text mr-3"></i>
<a class="dark-grey-text quick_links" href="https://www.youtube.com/user/KRSSGIITKGP">Youtube</a>
</p>
<p>
<i class="fa fa-github white-text mr-3"></i>
<a class="dark-grey-text quick_links" href="https://github.com/KRSSG">Github</a>
</p>
</div>
<div class="col-md-3 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold">Contact</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto change_strike_colour" style="width: 60px;">
<p class="text-justify">
<i class="fa fa-home mr-3"></i>KRSSG lab, Room No: 101, Technology Students Gymkhana, IIT Kharagpur, Kharagpur - 721302, West Bengal, India.</p>
<p>
<i class="fa fa-envelope mr-3"></i> [email protected]</p>
<p>
<i class="fa fa-phone mr-3"></i>Mayank: +91 9800688333<br>
Sudarshan: +91 9051869264
Ankush: +91 9932204266</p>
</div>
</div>
</div>
</footer>
<!-- Footer End-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" />
</body>
</html>