-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviewmore_robotics.html
76 lines (76 loc) · 3.5 KB
/
viewmore_robotics.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
<!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>Summer School 2021</title>
<!-- <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="css/viewmore.css" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/venobox/venobox.css" rel="stylesheet" />
<link href="lib/animate/animate.min.css" rel="stylesheet" />
</head>
<body>
<div class="con">
<!-- <h1> Summer School 2021 </h1> -->
<div class="car">
<div class="imgdiv">
<img src="img/home_page_cards/robotics.webp" />
</div>
<div class="para">
<h3>Manual Robotics Workshop 2022</h3>
<p>
Manual Robotics Workshop '22 was incredibly productive, providing participants with hands-on experience in designing a
remote controlled car. Following a two-year hiatus, this was the first offline event held. The large number of
participants and the requirement that they work in groups of five allowed them to get to know and interact with each
other, and imbibe networking and collaborative skills. The workshop's goal was to teach participants how to build a bot
from scratch and get it to function. Teams were given the opportunity to compete in an exciting race, where they handled
their cars meticulously on the convoluted race track. It was a great learning experience that also provided them with
the opportunity to test and develop their creativity.
</p>
</div>
</div>
</div>
<section id="gallery" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Gallery</h2>
</div>
</div>
<div class="owl-carousel gallery-carousel">
<a href="img/Gallery/1.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/1.jpg" alt=""
/></a>
<a href="img/Gallery/2.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/2.jpg" alt=""
/></a>
<a href="img/Gallery/3.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/3.jpg" alt=""
/></a>
<a href="img/Gallery/4.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/4.jpg" alt=""
/></a>
<a href="img/Gallery/5.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/5.jpg" alt=""
/></a>
<a href="img/Gallery/6.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/6.jpg" alt=""
/></a>
<a href="img/Gallery/7.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/7.jpg" alt=""
/></a>
<a href="img/Gallery/8.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/8.jpg" alt=""
/></a>
</div>
</section>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="js/viewmore.js"></script>
</body>
</html>