forked from chaharnishant11/TeamARES-Website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
549 lines (459 loc) · 27.3 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
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
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sponsorship | ARES Robotics</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ARES Robotics's family of sponsors.">
<link rel="stylesheet" type="text/css" href="home.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Open+Sans:300,400,600,700|Raleway:400,500,600,700,800,900|Merriweather:400,700,900" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body style="background: #1287ab;">
<div id="menu" class="menu">
<h3>ARES Robotics</h3>
<a href="index.html">Home</a>
<a href="team.html">About Us</a>
<a href="urc.html">URC</a>
<a href="urc18.html">URC 18</a>
<a href="research.html">Research</a>
<a>Our Sponsors</a>
<a href="whysponsorus.html">Sponsor Us</a>
<a href="gallery.html">Gallery</a>
<div id="menucontacts">
<li>
<img src='envelope.png' alt='email logo'>
<div>
<h5>teamaresnsit<br>@gmail.com</h5>
</div>
</li>
<li>
<img src='phone.png' alt='mobile phone logo'>
<div>
<h5>Sanuj Kulshrestha</h5>
<h5>+91 - 8076709903</h5>
</div>
</li>
<li>
<img src='phone.png' alt='mobile phone logo'>
<div>
<h5>Kritika Bansal</h5>
<h5>+91 - 9910724287</h5>
</div>
</li>
<li>
<img src='house.png' alt='address logo'>
<div>
<h5>ARES Robotics,
Netaji Subhas University of Technology,
Dwarka Sector-3, Dwarka, Delhi, 110078</h5>
</div>
</li>
</div>
<p id="close">×</p>
</div>
<div id="main">
<nav class="navbar" id="navb"><a class="navbar-left"><img src="logo.png"></a>
<div id="links">
<ul>
<li style="width: 8%;"><a href='index.html'>Home</a></li>
<li style="width: 16%;"><a href="team.html">About Us</a></li>
<li style="width: 25%;"><a id="urclink">Our Journey ▼</a>
<div class="hoverbox" style="margin-left: -20px;" id="hovertwo" style="background-color: #ccc; width: 80px;">
<a href="urc.html" class="hoverlink">About URC</a> <a href="urc18.html" class="hoverlink">URC 2018</a> <a href="urc19.html" class="hoverlink">URC 2019 (ATOM)</a> </div>
</li>
<li style="width: 12%;">
<a href="gallery.html">Gallery</a>
</li>
<li style="width: 25%;">
<a id="sponsorshiplink">Sponsorship ▼</a>
<div class="hoverbox" style="margin-left: 20px;" id="hoverone" style="background-color: #ccc;">
<a class="hoverlink">Sponsors</a>
<a href="whysponsorus.html" class="hoverlink">Sponsor Us</a>
</div>
</li>
</ul>
</div>
<div id="menubutton">
<img src="menubuttonwhite.png">
</div>
</nav>
<div id='sponsorus'>
<h4>Sponsors have played a vital role in the emergence of ARES Robotics as one of the leading teams of the world. It is the constant and indomitable support of our sponsors in term of financial and technical resources which kept us going to pursue our goals.</h4>
<h4>We are grateful to all our sponsors for their support and hope to augment our relation.</h4>
</div>
<div class="container" id="sponsorsmain">
<h1>Our Family of Sponsors</h1>
<div id='sponsorswrapper'>
<div id="titlesponsordiv">
<div class="sponsor" name="sponsortext" style='margin: 10px auto; display: block;'>
<img src="sponsors\mahe.jpeg" style="width: 70%;">
<h4 class='sponsorh4'><a href="https://manipal.edu/mu.html">MAHE</a></h4>
</div>
<!-- new sponsors addition -->
<div class="sponsor" name="sponsortext">
<img src="sponsors\Echjay.jpeg" style="width: 75%;">
<h4 class='sponsorh4'><a href="http://echjayindustries.com/">Echjay Industries</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Echjay Industries Private Limited is a pioneer and global leader in manufacturing a variety of Quality Forgings meeting to the requirement of International Standards and specification.
<span> Offering a complete range of Hot, Cold and Ring Rolling forging technologies alongwith machining capabilities and a complete engineering infrastructure under one roof</span></p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\mouser.jpeg" style="width: 70%; position: relative; top: 30px;">
<h4 class='sponsorh4'><a href="http://www.mouser.in/">Mouser Electronics</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Mouser Electronics is a worldwide leading authorised distributor of semiconductors and electronic components for over 600 industry-leading manufacturers. Now a part of the Warren Buffett Berkshire Hathaway family of companies, this Texas based firm has been providing quality products since 1964.</p>
</div>
</div>
</div>
<br>
<div class="sponsor" name="sponsortext">
<img src="sponsors\vex-color.png" style="width: 40%;" id="vex-img">
<h4 class='sponsorh4'><a href="https://www.vexrobotics.com/versaplanetary-ftc.html">VEX Robotics</a></h4>
<div class="sponsortext" name="textsponsor">
<p>VEX Robotics creates tools for today's educators, mentors,and parents to inspire tomorrow's problem solvers</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\nvidia.jpeg" style="width: 50%; position: relative; top: 20px;">
<h4 class='sponsorh4'><a href="http://www.nvidia.in/page/home.html">NVIDIA</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Nvidia Corporation is an American technology company incorporated in Delaware and based in Santa Clara, California. It designs graphics processing units (GPUs) for the gaming, cryptocurrency, and professional markets, as well as system on a chip units (SoCs) for the mobile computing and automotive market.</p>
</div>
</div>
<div class="sponsor sponsorshort" name="sponsortext">
<img src="sponsors\regner.jpeg" style="width: 40%;" id="vex-img">
<h4 class='sponsorh4'><a href="http://www.regner.es">Regner</a></h4>
<div class="sponsortext" name="textsponsor">
<p>REGNER® is a leading global brand in the field of linear motion control technology. They create advanced electric devices able to provide safe and clean movement with accurate and smooth motion control.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\JSW.png" style="width: 40%;" id="vex-img">
<h4 class='sponsorh4'><a href="https://www.jindalsteelpower.com/">Jindal Steel and Power</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Jindal Steel and Power Limited is an industrial powerhouse with a dominant presence in steel, power, mining and infrastructure sectors.</p>
</div>
</div>
<div class="sponsor sponsorshort" name="sponsortext">
<img src="sponsors\pcbpower2.jpeg" style="width: 40%" id="vex-img">
<h4 class='sponsorh4'><a href="http://www.pcbpower.com/">PCB Power</a></h4>
<div class="sponsortext" name="textsponsor">
<p>PCBPOWER began to manufacture PCBs in 1996 and is now one of India’s leading PCB manufacturers today. The company’s high quality and cost effective printed circuit boards with its unmatched consistency and customer-centricity has earned it respect and appreciation on a global level.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\stevens.png" style="width: 50%;">
<h4 class='sponsorh4'><a href="http://www.stevenswater.com">Stevens Water</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Stevens Water Monitoring Systems, Inc. is a manufacturer and marketer of integrated hydrological, meteorological and oceanographic monitoring instrumentation, accessories and information systems that help optimize water resource management and enhance forecasting.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\atul.jpeg" style="width: 40%;" id="vex-img">
<h4 class='sponsorh4'><a href="www.atul.co.in">Atul Limited</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Atul Limited is a chemical conglomerate serving thousands of customers in about thirty countries. Founded in 1947, by Mr. Kasturbhai Lalbhai, today the company has established subsidiary companies in the USA (1994), the UK (1996), China (2004), Brazil (2012) and the UAE (2015) to serve its customers and thus enhance breadth and depth of its business.</p>
</div>
</div>
<div class="sponsor sponsorshort" name="sponsortext">
<img src="sponsors\vactech.png" style="width: 40%;" id="vex-img">
<h4 class='sponsorh4'><a href="https://www.vactechcomposites.com/">VacTech</a></h4>
<div class="sponsortext" name="textsponsor">
<p>VACTECH, an Indian based production & sourcing house engaged in supplying of Vacuum Bagging consumables items & Re-engineering solutions to the composites industry from the Western part of India (i.e. Vapi-Gujarat) with the prime intention to serve advanced composite industries in India & Abroad.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\magodlaser.png" style="width: 40%;">
<h4 class='sponsorh4'><a href="http://magodlaser.in/">Magod Laser</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Magod Laser has been consistently building recognized expertise and helping customers to adopt laser based manufacturing processes and applications for numerous industries, ever since its inception since 1997.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\craigs.jpeg" style="width: 40%;">
<h4 class='sponsorh4'><a href="http://www.craigsdesigns.com/index.html">Craigs Designs,Inc.</a></h4>
<div class="sponsortext" name="textsponsor">
<p>In business since 1977, based in the Sailfish capital of the world, Stuart, Florida,Craig’s Designs, Inc has become many companies resource for promotional, embroidery, and screen printing solutions.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\urja.png" style="width: 50%;">
<h4 class='sponsorh4'><a href="https://urjafabrics.com/">Urja Products Pvt Ltd</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Established in 1989, Urja Products pvt ltd is a fibreglass fabrics manufacturer and supplier.Specailizes in developing fabrics for demanding industry needs</p>
</div>
</div>
<!-- new sponsors updated -->
<h3>Past Sponsors</h3>
<div id="titlesponsordiv">
<!-- <div class="sponsor" name="sponsortext">
<img src="sponsors\mouser.jpeg" style="width: 60%; position: relative; top: 30px;">
<h4 class='sponsorh4'><a href="http://www.mouser.in/">Mouser Electronics</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Mouser Electronics is a worldwide leading authorised distributor of semiconductors and electronic components for over 600 industry-leading manufacturers. Now a part of the Warren Buffett Berkshire Hathaway family of companies, this Texas based firm has been providing quality products since 1964.</p>
</div>
</div> -->
<div class="sponsor" name="sponsortext">
<img src="sponsors\apsl.jpeg" style="width: 60%;">
<h4 class='sponsorh4'><a href="https://www.wheeleez.com/">Wheeleez</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Wheeleez is a Hong Kong based firm, which has been in the wheel business for around eleven years. They provide wheels that assist in mobility issues, carrying boats, jet skis and kayaks.</p>
</div>
</div>
</div>
<!-- <div class="sponsor" name="sponsortext">
<img src="sponsors\stevens.png" style="width: 50%;">
<h4 class='sponsorh4'><a href="http://www.stevenswater.com">Stevens Water</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Stevens Water Monitoring Systems, Inc. is a manufacturer and marketer of integrated hydrological, meteorological and oceanographic monitoring instrumentation, accessories and information systems that help optimize water resource management and enhance forecasting.</p>
</div>
</div> -->
<div class="sponsor sponsorsmall" name="sponsortext">
<img src="sponsors\lpsbossard.jpeg" style="width: 60%; position: relative;">
<h4 class='sponsorh4'><a href="http://www.lpsindia.com/">LPS Bossard</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Bossard Group is an internationally active Swiss fastener technology and logistics company with its headquarters in Zug. Their activities include worldwide sales, technical advice and inventory management. Founded in 1831, Bossard has collaborated with Haryana based Lakshmi Precision Screws Ltd. which is a high tensile manufacturing unit. Together they are inolved in software publishing, consultancy & supply and supply and manufacture of fasteners, stainless steel fasteners, washers, nuts, rivets, and pins.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\hindoostan.jpeg" style="width: 80%;">
<h4 class='sponsorh4'><a href="http://www.hindoostantech.com/">Hindoostan Composite Solutions</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Hindoostan Composite Solutions is a specialized composites company, based in Mumbai. It is engaged in the manufacture of high performance Carbon, Glass, Aramid composite reinforcements, specialty chemicals and composite end products</p>
</div>
</div>
<div class="sponsor sponsorsmall" name="sponsortext">
<img src="sponsors\wcp.jpeg" style="width: 70%; position: relative;">
<h4 class='sponsorh4'><a href="http://www.wcproducts.net/">West Coast Products</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Founded in 2011, WestCoast Products and Design LLC aims to provide FIRST Teams, Hobbyists, and educators top notch quality products and designs for their projects.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\engineeringbazar.jpeg" style="width: 30%; position: relative;">
<h4 class='sponsorh4'><a href="https://www.instagram.com/engineeringbazar/">Engineering Bazar</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Engineering Bazar is a Pune based online machining center which creates custom parts from a variety of materials.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\adata.jpeg" style="width: 50%;">
<h4 class='sponsorh4'><a href="http://www.adata.com/">ADATA Technology</a></h4>
<div class="sponsortext" name="textsponsor">
<p>ADATA Technology offers complete memory solutions including DRAM modules, USB flash drives, memory cards, solid state drives and portable hard drives. Since its inception in 2001, ADATA has become the leading memory breand with most awards winning designs.</p>
</div>
</div>
<!-- <div class="sponsor sponsorshort" name="sponsortext">
<img src="sponsors\regner.jpeg" style="width: 40%;">
<h4 class='sponsorh4'><a href="http://www.regner.es">Regner</a></h4>
<div class="sponsortext" name="textsponsor">
<p>REGNER® is a leading global brand in the field of linear motion control technology. They create advanced electric devices able to provide safe and clean movement with accurate and smooth motion control.</p>
</div>
</div> -->
<!-- <div class="sponsor sponsorshort" name="sponsortext">
<img src="sponsors\pcbpower2.jpeg" style="width: 40%">
<h4 class='sponsorh4'><a href="http://www.pcbpower.com/">PCB Power</a></h4>
<div class="sponsortext" name="textsponsor">
<p>PCBPOWER began to manufacture PCBs in 1996 and is now one of India’s leading PCB manufacturers today. The company’s high quality and cost effective printed circuit boards with its unmatched consistency and customer-centricity has earned it respect and appreciation on a global level.</p>
</div>
</div> -->
<!-- <div class="sponsor" name="sponsortext">
<img src="sponsors\magodlaser.png" style="width: 40%;">
<h4 class='sponsorh4'><a href="http://magodlaser.in/">Magod Laser</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Magod Laser has been consistently building recognized expertise and helping customers to adopt laser based manufacturing processes and applications for numerous industries, ever since its inception since 1997.</p>
</div>
</div> -->
<div class="sponsor sponsorsmall" name="sponsortext">
<img src="sponsors\robocraze.png" style="width: 60%; position: relative;">
<h4 class='sponsorh4'><a href="https://www.robocraze.com/">Robocraze</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Robocraze is a Bangalore based company whose vision is to bring about a Robotic Revolution in India by creating a generation of 'makers and hackers' and launching smart IOT products. </p>
</div>
</div>
<div class="sponsor sponsorsmall" name="sponsortext">
<img src="sponsors\robu.jpeg" style="width: 60%; position: relative;">
<h4 class='sponsorh4'><a href="https://robu.in/">Robu.in</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Robu.in is a company that develops as well as distributes mechanical and electronic tools and services across the globe. The Pune based firm develops and distributes commercial off the shelf technology tools and innovations with a well organized support structure enabling optimum utilization of solutions.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\admadyne.png" style="width: 80%;">
<h4 class='sponsorh4'><a href="http://www.admadyne.com/">Admadyne</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Admadyne PVT LTD is an Indian start up which specializes in advanced manufacturing with expertise in 3D printing. Their philosophy of 'Method, Material and Machine' drives them to bring a revolution in the field of manufacture.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\makein3d.jpeg">
<h4 class='sponsorh4'><a href="http://www.makein3d.xyz/">Make in 3D</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Make in 3D is an award winning Bangalore based manufacturers of 3D printers and providers of 3D printing services.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\cytron.png" style="width: 90%;">
<h4 class='sponsorh4'><a href="https://www.cytron.com.my/">Cytron Technologies</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Cytron is Malaysia's largest marketplace offering series of reliable off-the-shelf development boards, electronic modules, mechanical parts, tools and accessories to assist makers, inventors and engineers in experimenting with their ideas.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\coolermaster2.jpeg">
<h4 class='sponsorh4'><a href="http://www.coolermaster.com/">Cooler Master</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Cooler Master is a computer hardware manufacturer based int Taiwan. The company produces components for personal computers such as the computer chassis, PSU, coolers, cooling pads, and other accessories. Cooler Master is also a cooling solution OEM vendor.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\beehive.jpeg" style="width: 40%; position: relative;">
<h4 class='sponsorh4'><a href="http://www.beehivesoftech.co.in/">Beehive Systems</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Beehive Softech Systems is a Bangalore based firm. It provides a variety of services such as Custom software development, Embedded Systems design and implementation, IOT/DIY Devices and more.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\gigabyte.jpeg" style="width: 70%; position: relative;">
<h4 class='sponsorh4'><a href="https://www.gigabyte.com">Gigabyte Technology</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Gigabyte Technology is an international manufacturer and distributor of computer hardware products. Established in 1986, this Taiwan based company provides quality components used in high performace devices like Alienware, Falcon Northwest, CybertronPC and Origin PC.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\pranit.jpeg" style="width: 60%;">
<h4 class='sponsorh4'><a href="http://pranitenggworks.com/">Pranit Engineering Works</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Pranit Engineering Works is a leading manufacturer of aluminium and zinc pressure die casting components and dies. This Pune based firm provides a wide range of solutions starting from die manufacturer, casting, fettling, buffing, finishing and special surface treatment process like shot blasting and vibro deburing.</p>
</div>
</div>
<!-- <div class="sponsor" name="sponsortext">
<img src="sponsors\atul.jpeg" style="width: 50%;">
<h4 class='sponsorh4'><a href="www.atul.co.in">Atul Limited</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Atul Limited is a chemical conglomerate serving thousands of customers in about thirty countries. Founded in 1947, by Mr. Kasturbhai Lalbhai, today the company has established subsidiary companies in the USA (1994), the UK (1996), China (2004), Brazil (2012) and the UAE (2015) to serve its customers and thus enhance breadth and depth of its business.</p>
</div>
</div> -->
<div class="sponsor" name="sponsortext">
<img src="sponsors\wasp.jpeg" style="width: 50%;">
<h4 class='sponsorh4'><a href="http://www.wasp3d.com/index.html">WASP 3D</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Wasp 3D is a software and technology firm focused in news storytelling using real-time broadcast graphics. WASP3D offers end-to-end real time graphic production workflows like augmented and virtual reality, social media integration and elections. The company has a number of leading news channels as their customers.</p>
</div>
</div>
<!--<div class="sponsor" name="sponsortext">
<img src="sponsors/hindoostan.jpg" style="width: 80%;">
<h4 class='sponsorh4'><a href="http://www.hindoostantech.com/">Hindoostan Composite Solutions</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Hindoostan Composite Solutions is a specialized composites company, based in Mumbai. It is engaged in the manufacture of high performance Carbon, Glass, Aramid composite reinforcements, specialty chemicals and composite end products</p>
</div>
</div> -->
<div class="sponsor" name="sponsortext">
<img src="sponsors\mgsuperlab.jpeg" style="width: 50%;">
<h4 class='sponsorh4'><a href="http://www.mgsuperlabs.com/">MG Super Labs</a></h4>
<div class="sponsortext" name="textsponsor">
<p>MG Super Labs is an Electronics Research & Development Lab based in Nagpur city, India. It is an authorised distributor of Arduino, Pololu and SparkFun Electronics Inc. USA.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\hitech.jpeg" style="width: 30%;">
<h4 class='sponsorh4'><a href="http://www.thingbits.net/">HiTech Glass Fibres</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Make in 3D is an award winning Bangalore based manufacturers of 3D printers and providers of 3D printing services.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\protocase.jpeg" style="position: relative;">
<h4 class='sponsorh4'><a href="http://www.protocase.com/">Protocase</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Protocase manufactures custom sheet metal electronic enclosures, mounting hardware, and miscellaneous components. They start from the customer's design, and build them in 2-3 days, with no minimum order requirements.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\thingbits.jpeg" style="position: relative;">
<h4 class='sponsorh4'><a href="http://www.thingbits.net/">Thingbits Electronics</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Thingbits Electronics is a Mumbai based firm which provides with 3D printed products. Their online store provides a wide range of products from prototyping boards to latest testing equipments from wide range of manufacturers. </p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\tanotis.jpeg" style="position: relative;">
<h4 class='sponsorh4'><a href="https://www.tanotis.com/">Tanotis</a></h4>
<div class="sponsortext" name="textsponsor">
<p>Tanotis.com is an online shop with unique products sold at Wholesale Prices. Tanotis deals with wide range of Imported products for Business and Home needs.</p>
</div>
</div>
<div class="sponsor" name="sponsortext">
<img src="sponsors\iam.jpeg" style="width: 60%; position: relative;">
<h4 class='sponsorh4'><a href="http://iaminterviewed.com/Login.aspx">IamInterviewed</a></h4>
<div class="sponsortext" name="textsponsor">
<p>IamInterviewed is a platform that helps candidate's standout with validated credibility to catch employer attention. The firm provides a unique database of job seekers rated for their proficiency and technical knowledge by qualified industry professionals. To an employer the platform provides access to a large pool of rated candidates.</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<div id="upperfooter" style="text-align: left; position: relative;">
<div id="upperfooter-one">
<div class="quicklinks">
<h5><a href="index.html">Home</a></h5>
<h5><a href="team.html">About Us</a></h5>
<h5><a href="urc.html">About URC</a></h5>
<h5></h5>
<h5></h5>
</div>
<div class="quicklinks">
<h5></h5>
<h5><a href="gallery.html">Gallery</a></h5>
<h5><a>Our Sponsors</a></h5>
<h5><a href="whysponsorus.html">Sponsor Us</a></h5>
</div>
<div id="medialinks">
<a href="https://www.facebook.com/aresmarsrover/" class=''><img src='facebooklogo.png'></a>
<a href="https://www.youtube.com/channel/UCLKSVL4HznfNCShrEWSyu7A" class=''><img src='youtubelogo.png'></a>
<a href="https://www.linkedin.com/company/team-ares-robotics/" class=''><img src='linkedinlogo.png'></a>
</div>
</div>
<div id="upperfooter-middle">
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Faresmarsrover%2F&tabs=timeline&width=340&height=200&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=false&appId" width="100%" height="200" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" id="fbplugin"></iframe>
</div>
<div id='upperfooter-two'>
<div>
<li>
<img src='envelope.png' alt='email logo'>
<div>
<h5>[email protected]</h5>
</div>
</li>
<li>
<img src='phone.png' alt='mobile phone logo'>
<div>
<h5>Sanuj Kulshrestha</h5>
<h5>+91 - 8076709903</h5>
</div>
</li>
<li>
<img src='phone.png' alt='mobile phone logo'>
<div>
<h5>Kritika Bansal</h5>
<h5>+91 - 9910724287</h5>
</div>
</li>
<li>
<img src='house.png' alt='address logo'>
<div>
<h5>ARES Robotics,
Netaji Subhas University of Technology,
Dwarka Sector-3, Dwarka, Delhi, 110078 - 576104</h5>
</div>
</li>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="script2.js"></script>
</body>
</html>