-
Notifications
You must be signed in to change notification settings - Fork 1
/
comp.html
244 lines (223 loc) · 13.4 KB
/
comp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MRT-IITB</title>
<link rel="icon" type="image/x-icon" href="./src/img/logo_mrt.png">
<link rel="stylesheet" href="./src/css/other/font-awesome.min.css">
<link rel="stylesheet" href="./src/css/other/bootstrap.min.css">
<link rel="stylesheet" href="./src/css/other/aos.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@100;300;400;800;900&family=Ubuntu:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="src/css/styles.css">
<!-- <link rel="stylesheet" href="src/css/home.css"> -->
<link rel="stylesheet" href="src/css/comp.css">
<script src="./src/js/jquery.min.js"></script>
</head>
<body>
<nav id="transparent-navbar" class="navbar navbar-expand-lg red-hat-font">
<a class="navbar-brand" href="index.html">
<img src="./src/img/logo_mrt.png" width="75px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger-animated"><span></span><span></span><span></span></div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./rovers.html">Rovers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" href="#">Subdivisions</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./subdivisions/mech.html">Mechanical</a></li>
<li><a class="dropdown-item" href="./subdivisions/elec.html">Electronics & Software</a></li>
<li><a class="dropdown-item" href="./subdivisions/bio.html">Bioscience</a></li>
<li><a class="dropdown-item" href="./subdivisions/mdm.html">Design and Logistics</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="team2023.html">Teams</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./comp.html">Competitions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact-us.html">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- <div class="empty-div"></div> -->
<section class="hero">
<h1>COMPETITION</h1>
</section>
<div class="container-fluid py-5">
<div class="container">
<div class="section-title-1">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">University Rover Challenge</h4>
<!-- <h1 class="display-4">Serving Since 1950</h1> -->
</div>
<div class="row">
<div class="col-lg-4 py-0 py-lg-5">
<h1 class="mb-3">About Competition</h1>
<h5 class="mb-3">The world's best robotics tournament for college students is called the University Rover Challenge (URC)</h5>
<p>The yearly URC competition pits student teams against each other to design and construct the upcoming Mars rovers that will one day assist humans in exploring the Red Planet. The competition takes place in the American desert of southern Utah. A competition is held every summer as part of the URC, which was established in 2006</p>
<!-- <a href="" class="btn btn-secondary font-weight-bold py-2 px-4 mt-2">Learn More</a> -->
</div>
<div class="col-lg-4 py-5 py-lg-0" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100" src="./src/images/compi/URC_Logo.png" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-4 py-0 py-lg-5">
<h1 class="mb-3">Our Achievement</h1>
<!-- <p> In recent years, the URC has developed into a magnet for the brightest and most brilliant students from all over the world</p> -->
<h5 class="mb-3"><i class="fa fa-check text-primary mr-3"></i>Finished among the top teams in University Rover Challenge (2019)</h5>
<h5 class="mb-3"><i class="fa fa-check text-primary mr-3"></i>Also took part in an Australian rover tournament in Arkaroola</h5>
<h5 class="mb-3"><i class="fa fa-check text-primary mr-3"></i>The industry recognises the team's accomplishments, and we have previously received proposals to construct rovers for industrial uses (autonomous thermal imaging rover for power plant)</h5>
<!-- <a href="" class="btn btn-primary font-weight-bold py-2 px-4 mt-2">Learn More</a> -->
</div>
</div>
</div>
</div>
<div class="container-fluid py-5">
<div class="container">
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">EUROPEAN ROVER CHALLENGE</h4>
<!-- <h1 class="display-4">Serving Since 1950</h1> -->
</div>
<div class="row">
<div class="col-lg-4 py-0 py-lg-5">
<h1 class="mb-3">About Competition</h1>
<h5 class="mb-3">The European Rover Challenge is an international space and robotics competition that combines martian rover competition with technological and scientific displays. Since 2014, ERC has been bringing the cosmos to the general public and raising awareness of the expanding importance of contemporary technologies in our lives under the motto "we inspire a new generation."</h5>
<p>ERC serves as a gathering place for individuals from the European scientific and commercial communities who are interested in the application of robotic and space technologies</p>
<!-- <a href="" class="btn btn-secondary font-weight-bold py-2 px-4 mt-2">Learn More</a> -->
</div>
<div class="col-lg-4 py-5 py-lg-0" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-200 h-102" src="./src/images/compi/erclogo.png" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-4 py-0 py-lg-5">
<h1 class="mb-3">Our Achievement</h1>
<h5 class="mb-3"><i class="fa fa-check text-primary mr-3"></i>Best navigation award among 28+ teams in European Rover Challenge</h5>
<!-- <h5 class="mb-3"><i class="fa fa-check text-primary mr-3"></i>Lorem ipsum dolor sit amet</h5>
<h5 class="mb-3"><i class="fa fa-check text-primary mr-3"></i>Lorem ipsum dolor sit amet</h5>
<a href="" class="btn btn-primary font-weight-bold py-2 px-4 mt-2">Learn More</a> -->
<img src="src/images/rovers/erc_1.jpeg" alt="" class="irc-comp-img" height="">
</div>
</div>
</div>
</div>
<div class="container-fluid py-5">
<div class="container">
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">
INTERNATIONAL
ROVER CHALLENGE</h4>
<!-- <h1 class="display-4">Serving Since 1950</h1> -->
</div>
<div class="row">
<div class="col-lg-4 py-0 py-lg-5">
<h1 class="mb-3">About Competition</h1>
<h5 class="mb-3">IRC is a Space Robotics Society engineering contest for space robots</h5>
<p>It presents a challenge for college students to envision, build, create, and operate a next-generation astronaut-assistive Mars Rover and carry out particular missions under simulated Martian circumstances. The competition's goal is to give students a hands-on, multidisciplinary engineering experience that combines hard skills like business planning and project management with technical engineering knowledge</p>
<!-- <a href="" class="btn btn-secondary font-weight-bold py-2 px-4 mt-2">Learn More</a> -->
</div>
<div class="col-lg-4 py-5 py-lg-0" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-101" src="./src/images/compi/IRCLogo.png" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-4 py-0 py-lg-5">
<h1 class="mb-3">Our Achievement</h1>
<h5 class="mb-3"><i class="fa fa-check text-primary mr-3"></i>Qualified for SDDR stage in IRC 2023 finals</h5>
<!-- <a href="" class="btn btn-primary font-weight-bold py-2 px-4 mt-2">Learn More</a> -->
<img src="src/images/rovers/irc_2022.jpg" alt="" class="irc-comp-img">
</div>
</div>
</div>
</div>
<div id="contact_home1" class="row no-margin">
<div class="col-md-4 contact-div">
<p class="p_ta">MARS ROVER TEAM</p>
<button type="button" class="p_ta_b btn btn-sm btn-outline-light"> <a style="text-decoration: none;" href="./contact-us.html">CONTACT US</a></button>
<button type="button" class="p_ta_b btn btn-sm btn-outline-light"> <a style="text-decoration: none;" href="./index.html">ABOUT US</a></button>
</div>
<div class="col-md-4 contact-div">
<a class="navbar-brand" href="index.html">
<img class="brand-img" src="./src/img/logo_mrt.png" width="75px">
</a>
</div>
<div class="col-md-4 contact-div">
<div class="row">
<div class="col">
<h2>FOLLOW US</h2>
<div class="mrt-socials1">
<a href="https://www.instagram.com/iitb.marsroverteam/">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://www.facebook.com/iitb.mrt/">
<i class="fa fa-facebook-official" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/company/mrtiitb">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
</a>
<a href="https://www.youtube.com/channel/UCcQsEZqhnt94Ep6VNRZDs9Q">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col">
<h2>CALL US</h2>
<div class="mrt-socials1">
<a href="">
<i class="fa fa-phone" aria-hidden="true"></i>
</a>
<a href="">
<p>9409475801</p>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<!-- footer -->
<!-- scripts -->
<!-- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
<script src="./src/js/script.js"></script>
<script>
AOS.init({
disable: false,
offset: 80,
duration: 1000,
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162930243-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-162930243-1');
</script>
</body>
</html>