-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
300 lines (272 loc) · 13.5 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
<!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>Home</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 active">
<a class="nav-link font-weight-bold active" href="./index.html">Home<span class="sr-only">(current)</span></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="https://code-o-soccer.github.io/site/#" target="__blank">Code-O-Soccer</a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold" href="./team.html">Team</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 -->
<!-- Image Slider Start-->
<div class="container">
<div class="row mt-3">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active image_container">
<img class="d-block w-100 slider_image" src="slider/robocup.jpeg" alt="RoboCup slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="font-weight-bold">Robocup 2018</h5>
</div>
</div>
<div class="carousel-item image_container">
<img class="d-block w-100 slider_image" src="slider/team.jpeg" alt="Team slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="font-weight-bold">Team</h5>
</div>
</div>
<div class="carousel-item image_container">
<img class="d-block w-100 slider_image" src="slider/4.jpg" alt="Fourth slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="font-weight-bold">Robocup 2017</h5>
</div>
</div>
<div class="carousel-item image_container">
<img class="d-block w-100 slider_image" src="slider/1.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="font-weight-bold">Fira 2015</h5>
</div>
</div>
<div class="carousel-item image_container">
<img class="d-block w-100 slider_image" src="slider/2.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="font-weight-bold">FIRA</h5>
</div>
</div>
<div class="carousel-item image_container">
<img class="d-block w-100 slider_image" src="slider/3.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="font-weight-bold">SSL</h5>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- Image Slider End -->
<!-- About Us Section Start -->
<div class="container mt-5">
<!-- <div class="row"></div> -->
<div class="row">
<div class="col-md-7 col-lg-8">
<h3>About Us</h3>
<p class="text-justify">
Comprising of a bunch of ardent robotics technocrats from the Indian Institute of Technology, Kharagpur working together to build autonomous soccer-playing robots, the Kharagpur Robosoccer Students' Group (KRSSG) marked its inception in August 2009 with participation in RoboCup @ India Challenge in the campus this event was the first of its kind in South East Asia and with this India joined the elite body of only 18 nations worldwide to have a league of their own. Since then it has always striven to breach its own limits. Buoyed by the developments in this field, it had been transformed into a research project under the collective guidance of professors from the departments of Computer Science and Engineering, Electrical Engineering and Mechanical Engineering .The research objective of the group is to build and study cooperative multi-agent systems in highly dynamic adversarial environments. Our Aim is to participate in two International events FIRA and RoboCup.
</p>
<a href="./project.html" class="btn btn-info" role="button" style="background-color: #3498DB">Find out more.</a>
</div>
<div class="col-md-5 col-lg-4">
<img src="./images/ssl-robot.jpg", alt="insert ssl bot image" style="max-width: 100%; height: 250px">
</div>
</div>
</div>
<!-- About Us Section End -->
<!-- Participation Starts -->
<div class="container">
<div class="row mt-5">
<div class="col-md-12">
<h3 class="text-center">Past Participations</h3>
</div>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto change_strike_colour" style="width: 15vw;">
</div>
<div class="row">
<div class="col-4 col-md-3">
<div class="thumbnail">
<img class="img-fluid visited_country" src="images/canada.jpg" alt="canada2018">
<div class="caption">
<p class="font-weight-bold text-center">Canada 2018<p>
<p class="text-justify">Secured 2nd place in the Kick challenge, Humanoid Simulation.</p>
</div>
</div>
</div>
<div class="col-4 col-md-3">
<div class="thumbnail">
<img class="img-fluid visited_country" src="images/japan.jpg" alt="japan2017">
<div class="caption">
<p class="font-weight-bold text-center">Japan 2017<p>
<p class="text-justify">First participation in the RoboCup <strong>Small Size League</strong> with worldwide participation.</p>
</div>
</div>
</div>
<div class="col-4 col-md-3">
<div class="thumbnail">
<img class="img-fluid visited_country" src="images/germany.jpg" alt="germany2016">
<div class="caption">
<p class="font-weight-bold text-center">Germany 2016<p>
<p class="text-justify">First Participation in the Robocup <strong>Humanoid Simulation</strong> League, we ranked 8th internationally.</p>
</div>
</div>
</div>
<div class="col-4 col-md-3">
<div class="thumbnail">
<img class="img-fluid visited_country" src="images/korea.jpg" alt="germany2016">
<div class="caption">
<p class="font-weight-bold text-center">Korea 2015<p>
<p class="text-justify">Bagged <strong>BRONZE</strong> medal in the Mirosot League and performed outstanding in the SimuroSot league.</p>
</div>
</div>
</div>
<div class="col-4 col-md-3">
<div class="thumbnail">
<img class="img-fluid visited_country" src="images/china.jpg" alt="germany2016">
<div class="caption">
<p class="font-weight-bold text-center">China 2014<p>
<p class="text-justify">Significant improvement in our strategies, design & control system of bots defeating foreign teams.</p>
</div>
</div>
</div>
<div class="col-4 col-md-3">
<div class="thumbnail">
<img class="img-fluid visited_country" src="images/malaysia.jpg" alt="germany2016">
<div class="caption">
<p class="font-weight-bold text-center">Malaysia 2013<p>
<p class="text-justify">Our first participation in the FIRA <strong>MiroSot</strong> and <strong>Simurosot</strong> League with worldwide participation.</p>
</div>
</div>
</div>
<div class="col-4 col-md-3">
<div class="thumbnail">
<img class="img-fluid visited_country" src="images/india.jpg" alt="germany2016">
<div class="caption">
<p class="font-weight-bold text-center">India 2009<p>
<p class="text-justify"><strong>Robocup Challenge</strong> at IIT Kharagpur in association with International RoboCup Federation.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Participation End -->
<!-- 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>