-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
314 lines (290 loc) · 14.9 KB
/
sponsors.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<!-- SEO -->
<title>Sponsors | Team Automatons - PCCOE Official Robotics Team</title>
<meta name="description" content="Sponsors | Team Automatons - PCCOE Official Robotics Team">
<meta name=”robots” content="index, follow">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="icon" href="./assets/img/favicon.ico" type="image/icon" sizes="16x16">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/fonts/ionicons.min.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Bitter:400,700"
/>
<link href="https://fonts.googleapis.com/css?family=Baloo+Chettan+2|Montserrat|Sen&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/hover/hover.css">
<link rel="stylesheet" href="assets/css/Footer-Basic.css" />
<link rel="stylesheet" href="assets/css/sponsors.css" />
<link rel="stylesheet" href="assets/css/Header-Dark.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<style>
</style>
</head>
<body>
<!-- Copied Navbar -->
<nav class="navbar navbar-light navbar-expand-md">
<div class="container-fluid">
<a class="navbar-brand d-flex justify-content-center align-items-center" href="/">
<img src="./assets/img/brand-icon.png"/>
<h4>Team Automatons</h4></a
><button
data-toggle="collapse"
class="navbar-toggler"
data-target="#navcol-1"
>
<span class="sr-only">Toggle navigation</span
><span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navcol-1"
>
<ul class="nav navbar-nav">
<li class="nav-item" role="presentation">
<a class="nav-link active" href="/">Home</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="./robocon.html">Robocon</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="./robots.html">Robots</a>
</li>
<div class="dropdown show">
<a class="nav-item nav-link dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Activities
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="./workshops.html">Workshops</a>
<a class="dropdown-item" href="./recruitment.html">Recruitment</a>
<a class="dropdown-item" href="./gallery.html">Gallery</a>
</div>
</div>
<li class="nav-item" role="presentation">
<a class="nav-link" href="./sponsors.html">Sponsors</a>
<hr class="dot">
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="./contact-us.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Sponsors Box -->
<div class="container">
<div class="bcard m-3 border">
<div class="row justify-content-center">
<div class="col-md-5 d-flex justify-content-center icon-div text-center align-items-center">
<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>
</ol>
<div class="carousel-inner m-auto">
<div class="carousel-item active">
<img class="d-block w-100" src="./assets/img/sponsors/expo/expo (1).jpg" alt="Team Automatons at automation expo">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./assets/img/sponsors/expo/expo (2).jpg" alt="Team Automatons at automation expo">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./assets/img/sponsors/expo/expo (3).jpg" alt="Team Automatons at automation expo">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./assets/img/sponsors/expo/expo (4).jpg" alt="Team Automatons at automation expo">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./assets/img/sponsors/expo/expo (5).jpg" alt="Team Automatons at automation expo">
</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 class="col-md-7">
<div class="card-body">
<p class="card-title"> <a href="https://www.automationindiaexpo.com/">Automation Expo</a></p>
<p class="">We were given the opportunity to join the <a href="http://spektrum-fp.com/">Spektrum Fluid Power</a> on their way to the Automation Expo Mumbai 2019 along with our autonomous quadruped robot. We demonstrated the complete working of our robot and shared experiences with the visitors at the stall. These experiences included errors involved in making the robot and how these errors were solved by innovative yet cost efficient ideas. <br>We also learned, how to interact with various people from different practices, insights about what the industry is looking for, experts also gave suggestions to help us in further development of quadruped robot. We thank our sponsor for providing us this platform.<br><br>
</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<h4 class="para-heading">Platinum Sponsors</h4>
</div>
<hr class="my-4 m-3"/>
<div class="row justify-content-center">
<div class="card m-3" style="width: 19rem;">
<div class="rcard-img"> <img
class="card-img-top"
src="./assets/img/sponsors/PCCOE_LOGO.jpg"
alt="Card image cap"
/></div>
<div class="card-body text-center">
<p class="card-title">Pimpri Chinchwad College of Engineering</p>
<p class="card-text">Pimpri Chinchwad College of Engineering is an engineering college in Akurdi, Pune. Established in year 1999.</p>
<a href="http://www.pccoepune.com/" target="_blank" class="btn btn-success btn-sm w-75"">Visit us</a>
</div>
</div>
<div class="card m-3" style="width: 19rem;">
<div class="rcard-img">
<img
class="card-img-top"
src="./assets/img/sponsors/Spectrum Power.png"
alt="Card image cap"
/>
</div>
<div class="card-body text-center">
<p class="card-title">Spectrum Power</p>
<p class="card-text">Spektrum Fluid Power provides best class Fluid Power Technology Products and Control Solutions to meet the demands of industrial automation and fluid control process needs of the demanding Indian market.</p>
<a href="http://spektrum-fp.com/" target="_blank" class="btn btn-success btn-sm w-75">Visit us</a>
</div>
</div>
</div>
<hr />
<div class="row justify-content-center">
<h4 class="para-heading">Software Sponsors</h4>
</div>
<hr class="my-4 m-3"/>
<div class="row justify-content-center">
<div class="card m-3" style="width: 19rem;">
<div class="rcard-img">
<img
class="card-img-top"
src="./assets/img/sponsors/mathworks-logo.jpg"
alt="Card image cap"
/>
</div>
<div class="card-body text-center">
<p class="card-title">Mathworks Software</p>
<p class="card-text">MathWorks is an American privately held corporation that specializes in mathematical computing software. Its major products include MATLAB and Simulink, which support data analysis and simulation.</p>
<a href="https://in.mathworks.com/" target="_blank" class="btn btn-success btn-sm w-75"">Visit us</a>
</div>
</div>
<div class="card m-3" style="width: 19rem;">
<div class="rcard-img"> <img
class="card-img-top"
src="./assets/img/sponsors/New-Dassault.jpg"
alt="Card image cap"
/></div>
<div class="card-body text-center">
<p class="card-title">Dassault Systems</p>
<p class="card-text">Dassault systems, the 3D experience company, provides business and people with virtual universe to imagine sustainable innovations.</p>
<a href="https://www.3ds.com/" target="_blank" class="btn btn-success btn-sm w-75">Visit us</a>
</div>
</div>
</div>
<hr />
<div class="row justify-content-center">
<h4 class="para-heading">Other Sponsors</h4>
</div>
<hr class="my-4 m-3"/>
<div class="row justify-content-center">
<div class="card m-3" style="width: 19rem;">
<div class="rcard-img">
<img
class="card-img-top"
src="./assets/img/sponsors/sick-sensors.png"
alt="Card image cap"
/>
</div>
<div class="card-body text-center">
<p class="card-title">SICK Sensor Intelligence</p>
<p class="card-text">SICK- one of the world’s largest producers of sensors solution for industrial applications. SICK is a technology and market leader in Faculty and Logistics Automation as well as Process Automation.</p>
<a href="https://www.sick.com/in/en/" target="_blank" class="btn btn-success btn-sm w-75">Visit us</a>
</div>
</div>
<div class="card m-3" style="width: 19rem;">
<div class="rcard-img">
<img
class="card-img-top"
src="./assets/img/sponsors/Jayashree-Encoders-logo.png"
alt="Card image cap"
/>
</div>
<div class="card-body text-center">
<p class="card-title">Jencoders Shaft Encoders</p>
<p class="card-text">JENCODER produce world-class incremental shaft Encoders under the trade name JENCODER. They established as a proven brand in numerous markets. Inkjet printing and servo motor feedback are just a few examples of the numerous applications served by JENCODERS. </p>
<a href="https://jencoder.com/" target="_blank" class="btn btn-success btn-sm w-75">Visit us</a>
</div>
</div>
<div class="card m-3" style="width: 19rem;">
<div class="rcard-img"><img
class="card-img-top"
src="./assets/img/sponsors/igus-plastics.png"
alt="Card image cap"
/></div>
<div class="card-body text-center">
<p class="card-title">IGUS Plastics</p>
<p class="card-text">The worldwide motion plastics expert for plastic solutions in motion. Hidden champion in German mechanical engineering. Leading manufacturer of energy chain systems and polymer plain bearings. IGUS operates the largest test in laboratories and factories in its sector.</p>
<a href="https://www.igus.in/" target="_blank" class="btn btn-success btn-sm w-75"">Visit us</a>
</div>
</div>
<div class="card m-3" style="width: 19rem;">
<div class="rcard-img"><img
class="card-img-top"
src="./assets/img/sponsors/htf nuts and hex.png"
alt="Card image cap"
/></div>
<div class="card-body text-center">
<p class="card-title">HTF India</p>
<p class="card-text">HTF India is committed to Total Customer Satisfaction by providing consistent quality and timely delivery of High Tensile Cold Forger Nuts, Bolts, Sockets, Screws, Rivets, Studs, Machines Screws and Special Fasteners at the most competitive prices.</p>
<a href="http://www.htfindia.in/" target="_blank" class="btn btn-success btn-sm w-75">Visit us</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-basic">
<footer>
<div class="social">
<a href="https://www.instagram.com/team_automatons/"
><i class="icon ion-social-instagram"></i></a
><a href="https://www.youtube.com/channel/UCxDPOCP4wB6IVLC5mSLCi5g"
><i class="icon ion-social-youtube"></i></a
></a><a href="mailto:automatons.robotics@gmail.com"
><i class="icon ion-ios-email-outline"></i
></a><a
href="https://www.linkedin.com/in/team-automatons-337151169/?originalSubdomain=in"
><i class="icon ion-social-linkedin"></i></a
><a href="https://www.facebook.com/teamautomatons/"
><i class="icon ion-social-facebook"></i
>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="/">Home</a></li>
<li class="list-inline-item">
<a href="./robocon.html">Robocon</a>
</li>
<li class="list-inline-item">
<a href="./robots.html">Robots</a>
</li>
<li class="list-inline-item"><a href="./sponsors.html">Sponsors</a></li>
<li class="list-inline-item">
<a href="./contact-us.html">Contact</a>
</li>
</ul>
<p class="copyright">All rights Reserved Team Automatons<br>Designed with ❤️ by <a href="https://github.com/Mayank-MP05/">@Mayank_MP5</a></p>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>