-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patholdi.html
233 lines (221 loc) · 12.8 KB
/
oldi.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="G4gClB66Jr2h0XiecdD1OyTE0HCHwwS707_GIuEMCfU" />
<meta name="description" content="The DRISHTI-Rover is a student initiative at SVNIT to build a prototype of Mars rover capable of extra-terrestrial robotics.">
<meta name="keywords" content="Drishti, Rover,WE,ME,technical, DRISHTI, ROVER">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
DRISHTI-Rover
</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="index.css">
<link href="css/all.min.css" rel="stylesheet">
<link href="css/fontawesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="css/font.css">
<link rel="stylesheet" type="text/css" media="screen" href="footer.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"></script>
</head>
<body>
<!----------------------------------------->
<!--navbar-->
<nav class="navbar navbar-expand-md navbar-light" style="background-color: rgb(220,220,220);">
<a href ="https://drishti-svnit.github.io/drishti/" class="navbar-brand">
<img src="images/drishti_3.png" class="svnit_photo" style="padding-top: 0; padding-bottom: 0;">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto">
<!-------------------------------------------------------------------------------->
<!--DROPDOWN-->
<li class="nav-item"style="font-weight: bold;"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item dropdown "style="font-weight: bold;">
<a href="#" class="nav-link dropdown-toogle" data-toggle="dropdown">Subsystem</a>
<div class="dropdown-menu"style="background-color: rgb(220,220,220);">
<a href="electronics.html" class="dropdown-item">
ELECTRONICS AND SOFTWARE
</a>
<a href="mechanical.html" class="dropdown-item">
MECHANICAL SUBSYSTEM
</a>
<a href="bioscience.html" class="dropdown-item">
BIOSCIENCE
</a>
</div>
</li>
<li class="nav-item dropdown"style="font-weight: bold;">
<a href="gallery.html" class="nav-link">Gallery</a>
</li>
<li class="nav-item"style="font-weight: bold;"><a href="https://docs.google.com/document/d/1h-xd_8QDOgz58PQw7iZVhm_-3nVZVRTl69o0Dmo1EVg/edit" class="nav-link">Documentation</a></li>
<li class="nav-item"style="font-weight: bold;"><a href="#down" class="nav-link">Contact</a>
</li>
</ul>
</div>
</nav>
<!--adding carousel-->
<div id="myslideshow" class="carousel slide carousel-fade" data-ride="carousel">
<indicators>
<ol class="carousel-indicators">
<li class="active" data-target="#myslideshow" data-slide-to="0"style="height:10px; width: 10px; background-color: white; border-radius: 50%; display: inline-block;"></li>
<li class="active" data-target="#myslideshow" data-slide-to="1"style="height:10px; width: 10px; background-color: white; border-radius: 50%; display: inline-block;"></li>
<li class="active" data-target="#myslideshow" data-slide-to="2"style="height:10px; width: 10px; background-color: white; border-radius: 50%; display: inline-block;"></li>
</ol>
</indicators>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="img-fluid hello1 justify-content-center" src="images/irc2020_1.jpg">
<!--adding caption-->
<div class="carousel-caption d-none d-md-block">
<h1> IRC-2020 </h1>
</div>
</div>
<div class="carousel-item justify-content-center">
<img class="img-fluid hello2" src="images/irc2019final_2.jpg">
<!--adding caption-->
<div class="carousel-caption d-none d-md-block">
<h1> IRC-2019 </h1>
</div>
</div>
<div class="carousel-item ">
<img class="img-fluid hello3 justify-content-center" src="images/irc2018final.jpg">
<!--adding caption-->
<div class="carousel-caption d-none d-md-block">
<h1>IRC-2018</h1>
</div>
</div>
</div>
<!--controls-->
<a href="#myslideshow" class="carousel-control-prev" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
<span class="sr-only">Previous</span>
</a>
<a href="#myslideshow" class="carousel-control-next" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--------------------------------------------------------------------------->
<br><br>
<!--ABOUT US-->
<div class="con">
<!--------------------------------------------------------->
<div class="row about">
<div class="col-md-12 col-lg-9">
<h2 class="about-heading">ABOUT US</h2>
<p class="about-content">
DRISHTI is a technical club of SVNIT and is comprised of a bunch of inquisitive members from various branches aims at
encouraging curious minds to build up their technical aspect in a constructive manner and enhancing their
social quotient by providing a real-time opportunity to work as a team in a healthy competitive environment where everyone is free to frame his viewpoint in reality.
DRISHTI is a constant representative in various National
and International competitions like ABU Robocon, Indian Rover Challenge and Boeing Aeromodelling.</p>
</div>
<div class="col-md-12 col-lg-3 text-center">
<img src="images/drishti_image.png" alt="main image" style="padding-top: 10px;border: 1px solid black" height="200" width="300">
</div>
</div>
<br><br><br>
<!---------------------------------------------------------->
<!--PRESENT STATUS-->
<div class="row">
<div class="col-lg-4 col-md-12 order-lg-1 order-2 text-center" style="padding-bottom: 30px;">
<iframe width="300" height="250"
src="https://www.youtube.com/embed/EFN9qkRg_rM"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<div class="col-md-12 col-lg-8 order-lg-2 order-1">
<h2 style="text-align: left;">PRESENT STATUS</h2>
<p class="present-content">
The 2020 Rover is the third entry of Team Drishti in the Indian Rover Challenge series. Our IRC journey has given us an opportunity to learn and
develop our knowledge in the field of interplanetary vehicles.
The 2020 Rover team approached the project with the goal of revising the 2019 design to make it more versatile and application specific.
The main feature of this year's rover is modified SCARA Robotic Arm which provide 6-Degree of freedom and 6-wheel, 3-rocker combination
is used for all-terrain traversing capability.
</p>
</div>
</div>
</div>
<br>
<div class="drishti-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3720.6327874201347!2d72.78366581502787!3d21.16700718592359!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be04db12023ce37%3A0xb167851a625ee547!2sDRISHTI%20-%20A%20REVOLUTIONARY%20CONCEPT!5e0!3m2!1sen!2sin!4v1618395974891!5m2!1sen!2sin" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy">
</iframe>
</div>
<div class="new-footer">
<div class="drishti-copyright">
<span>
© Drishti-SVNIT. All Rights Reserved
</span>
</div>
<div class="drishti-home">
<a href = "https://drishti-svnit.github.io/drishti/" target="_blank">
<i class="fas fa-home"></i>
</a>
</div>
<div class="drishti-social">
<div class = "contact-icons">
<a class="social-button facebook" href="https://www.facebook.com/drishti.nitsurat/" target="_blank">
<i class="fab fa-facebook-square " style="vertical-align:0;"></i>
</a>
<a class="social-button insta" href="https://www.instagram.com/drishti.svnit/" target="_blank">
<i class="fab fa-instagram " style="vertical-align:0;"></i>
</a>
<a class="social-button linkedin" href="https://www.linkedin.com/company/drishti-nitsurat/" target="_blank">
<i class="fab fa-linkedin " style="vertical-align:-0.125rem;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button github" href="https://www.github.com/DRISHTI-SVNIT" target="_blank">
<i class="fab fa-github " style="vertical-align:0;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button mail" href="mailto:[email protected]" target="_blank">
<i class="fas fa-envelope-open " style="vertical-align:0;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button youtube" href="https://www.youtube.com/channel/UClAi8qJnq9VckAPOMzcPpLQ" target="_blank">
<i class="fab fa-youtube " style="vertical-align:-0.125rem;margin-bottom:0.125rem;"></i>
</a>
</div>
</div>
</div>
<!--contact-->
<!-- <div style="background-color: rgba(0,0,0,0.9);padding-top: 10px; height:auto;width: auto;" id="down">
<div class="row dob">
<div class="col-lg-4 col-sm-12" style="text-align: center;">
<h2 style="color:white">
DRISHTI
</h2>
<h3 class="x">
Technical Club, NIT SURAT
</h3>
</div>
<div class="col-lg-4 col-sm-12 hello" >
<h2 style="text-align: center; color:white">
Follow Us
</h2>
<div class="rounded-social-buttons">
<a class="social-button facebook" href="https://www.facebook.com/drishti.nitsurat/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="social-button linkedin" href="https://www.linkedin.com/company/drishti-nitsurat/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a class="social-button insta" href="https://www.instagram.com/drishti.svnit/" target="_blank"><i class="fab fa-instagram"></i></a>
<a style="font-size:45px;"class="social-button " href="https://github.com/DRISHTI-SVNIT" target="_blank"><i class="fab fa-github"></i></a>
<a class="social-button " href="mailto:[email protected]" ><i style="font-size:170%;" class="fas fa-envelope"></i></a>
<a class="social-button youtube" href="https://www.youtube.com/channel/UCylC06rhz-lE3jPmOqmTnag" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="col-lg-4 col-sm-12 ifr" style="text-align: center;">
<iframe src="https://www.google.com/maps/embed?pb=!1m19!1m8!1m3!1d8597.359048151518!2d72.78725578473826!3d21.165749109477762!3m2!1i1024!2i768!4f13.1!4m8!3e6!4m0!4m5!1s0x3be04db12023ce37%3A0xb167851a625ee547!2sDRISHTI(REVOLUTIONARY%20CONCEPT)%2C%20SVNIT%20Campus%2C%20Athwa%2C%20Surat%2C%20Gujarat%20395007!3m2!1d21.1670072!2d72.7858545!5e0!3m2!1sen!2sin!4v1577283642286!5m2!1sen!2sin" width="280" height="250" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
</div>
<div class="row justify-content-center" style="text-align: center; padding-top:30px;color: white ;">
<h5 class="col-md-12 col-sm-12" style="text-align: center; padding-bottom: 20px;">
© Drishti-SVNIT. All Rights Reserved
</h5>
</div>
</div> -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>