-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathresources.html
303 lines (286 loc) · 12.2 KB
/
resources.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/resources.css">
<link rel="stylesheet" href="navbar.css">
<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>Resources | Robotics Club IIT Guwahati</title>
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="script.js"></script>
<script src="https://kit.fontawesome.com/53e3f996b3.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
<style>
.nav div.main_list ul li{
padding-right: 48px !important;
}
</style>
</head>
<body>
<nav class="nav fixed-top affix">
<div class="container-fluid">
<div class="logo">
<a href="#">
<img src="img/full_logo.png" class="robotics-logo" />
</a>
</div>
<div id="mainListDiv" class="main_list">
<ul class="navlinks" >
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="alumni.html">Alumni</a></li>
</ul>
</div>
<span class="navTrigger">
<i></i>
<i></i>
<i></i>
</span>
</div>
</nav>
<!--Resources-->
<div class="resources-banner-section-bg-container d-flex flex-column justify-content-center top" id="mainPage">
<div class="text-center bg-text">
<h1 class="resources-banner-heading mb-3">Resources For You</h1>
<h3 class="resources-banner-sub-heading mb-3">Want to learn something new? <br>Here are all the resources you might need.</h3>
</div>
</div>
<!--cards-->
<div class="all_grid">
<div class="topics" style="text-align: center;">
<h1 style="color: rgb(252, 248, 248);font-size: 50px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;"><br>TOPICS</h1>
</div>
<div class="container">
<div class="grid">
<!--ARDUINO-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/arduino.jpg" alt="Arduino"/>
<div class="card_content">
<h1 class="card_header">ARDUINO</h1>
<p class="card_text">
It is an open-source electronic prototyping platform enabling users to create interactive electronic objects.
</p>
<a href="https://drive.google.com/drive/u/0/folders/0B32MLT2oE3VuLXJWODJaQUZidjg?tid=0B32MLT2oE3VuTE1ZYUFhNnRLUkU">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--INDUINO-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/induino.jpg" alt="Induino"/>
<div class="card_content">
<h1 class="card_header">INDUINO</h1>
<p class="card_text">
It is an electronics prototyping board, developed by Simple Labs, based on the open-source Arduino platform.
</p>
<a href="https://drive.google.com/drive/u/0/folders/0B32MLT2oE3VuTFdGRmNaYTFBTEU?tid=0B32MLT2oE3VuTE1ZYUFhNnRLUkU">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--PID Line Following-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/line_following_bot.jpg" alt="PID Line Following"/>
<div class="card_content">
<h1 class="card_header">PID Line Following</h1>
<p class="card_text">
It is a method consisting of Proportional, Integral & Derivative functions to improve the movement of the robot.
</p>
<a href="https://drive.google.com/drive/u/0/folders/0B32MLT2oE3VuT3FnVDhIbXN2OTg?tid=0B32MLT2oE3VuTE1ZYUFhNnRLUkU">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--Datasheets-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/datsheets.jpg" alt="Datasheets"/>
<div class="card_content">
<h1 class="card_header">Datasheets</h1>
<p class="card_text">
It is a document that summarizes the performance and other characteristics of a product, machine, component, or software in sufficient detail.
</p>
<a href="https://drive.google.com/drive/u/0/folders/0B32MLT2oE3VuRHpOUTJVOXA3U0E?tid=0B32MLT2oE3VuTE1ZYUFhNnRLUkU">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--GPS-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/GPS.jpg" alt="GPS"/>
<div class="card_content">
<h1 class="card_header">GPS</h1>
<p class="card_text">
It is a navigation system using satellites, a receiver and algorithms to synchronize location, velocity and time data for air, sea and land travel.
</p>
<a href="https://drive.google.com/drive/u/0/folders/0B32MLT2oE3VuUVhOVjZTWWJPMk0?tid=0B32MLT2oE3VuTE1ZYUFhNnRLUkU">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--Image Processing-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/Image-Processing.jpg" alt="Image Processing"/>
<div class="card_content">
<h1 class="card_header">Image Processing</h1>
<p class="card_text">
It is a method to perform some operations on an image, in order to get an enhanced image or to extract some useful information from it.
</p>
<a href="https://drive.google.com/drive/u/0/folders/0B32MLT2oE3VuX05kWkFNd2xzLUE?tid=0B32MLT2oE3VuTE1ZYUFhNnRLUkU">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--Control System-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/lecture.jpg" alt="Control System"/>
<div class="card_content">
<h1 class="card_header">Control System</h1>
<p class="card_text">
It monitors or controls the behavior of systems like these and may consist of humans controlling them directly, or of only machines.
</p>
<a href="https://drive.google.com/drive/u/0/folders/0B32MLT2oE3VuaU4yUlJsbHNZa1E?tid=0B32MLT2oE3VuTE1ZYUFhNnRLUkU">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--Voice Recognition-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/voice.jpg" alt="Voice Recognition"/>
<div class="card_content">
<h1 class="card_header">Voice Recognition</h1>
<p class="card_text">
It is a technique in computing technology by which software and systems are created to identify and authenticate the voice of an individual speaker.
</p>
<a href="https://drive.google.com/drive/u/0/folders/0B32MLT2oE3VuZTRaSGxLRUg5OFU?tid=0B32MLT2oE3VuTE1ZYUFhNnRLUkU">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--CAD (3-D Modelling)-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/CAD.jpg" alt="CAD"/>
<div class="card_content">
<h1 class="card_header">CAD</h1>
<p class="card_text">
Computer-aided design is a way to digitally create 2D drawings and 3D models of real-world products—before they’re ever manufactured.
</p>
<a href="https://drive.google.com/drive/folders/1TbcODJbZZ2YfUsC8Yg04ioVb9QXqbyen?fbclid=IwAR0JXc5G03PJrwqg7AFb9XyXCFMmNOfccVN70gE1AkTPRUeFQHFjuT0mrqQ">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
<!--UNITY-->
<div class="grid-item">
<div class="card">
<img class="card_image" src="img/unitylogo.png" alt="UNITY"/>
<div class="card_content">
<h1 class="card_header">UNITY</h1>
<p class="card_text">
It Creates and models highly customizable real- world situations for robot design and simulations.
</p>
<a href="https://drive.google.com/drive/folders/1DvcLHC8-vApKrBOiyb5cz1mRwPoDIiKM">
<button class="card_button">Read More <span>→</span></button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="project.html">
<!-- Eva animation-->
<div class="e_background">
<div class="e_eve">
<div class="e_head">
<div class="e_face">
<div class="e_eye e_eye-left">
</div>
<div class="e_eye e_eye-right">
</div>
</div>
</div>
<div class="e_body">
<div class="e_arm e_arm-left">
</div>
<div class="e_arm e_arm-right">
</div>
</div>
</div>
<div class="e_shadow">
</div>
</div>
</a>
<!--Footer-->
<div class='scrolltop'>
<a href="#">
<div class='scroll icon'><i class="fa fa-angle-double-up" aria-hidden="true"></i></div>
</a>
</div>
<div class="wrap" id="Contact">
<h2 class="text-white">Connect with us</h2>
<a class="hover-fx" href="https://www.facebook.com/robotics.iitg">
<i class="fa fa-facebook"></i>
</a>
<a class="hover-fx" href="https://www.instagram.com/roboclubiitg/">
<i class="fa fa-instagram"></i>
</a>
<a class="hover-fx" href="https://www.linkedin.com/company/robotics-club-iitg/mycompany/">
<i class="fa fa-linkedin"></i>
</a>
<a class="hover-fx" href="mailto:[email protected]">
<i class="fa fa-envelope"></i>
</a>
<a class="hover-fx" href="https://www.youtube.com/user/RCIITG">
<i class="fab fa-youtube footer-icon"></i>
</a>
<a class="hover-fx" href="tel:6397641853">
<i class="fas fa-phone-alt footer-icon"></i>
</a>
</div>
<!--go to top-->
<script>
$(window).scroll(function() {
if ($(document).scrollTop() > 50) {
$('.nav').addClass('affix');
} else {
$('.nav').removeClass('affix');
}
});
$(window).scroll(function() {
if ($(this).scrollTop() > 50 ) {
$('.scrolltop:hidden').stop(true, true).fadeIn();
} else {
$('.scrolltop').stop(true, true).fadeOut();
}
});
$(function(){$(".scroll").click(function(){$("html,body").animate({scrollTop:$(".top").offset().top},"1000");return false})})
</script>
</body>
</html>