-
Notifications
You must be signed in to change notification settings - Fork 0
/
web.html
49 lines (46 loc) · 2.52 KB
/
web.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robotics club iitk</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<img class="robotics-club-image" src="images/robotics club iitk.jpg" alt="Robotics Club IITK">
<h1 class="team">INTRODUCING OUR TEAM</h1>
<h1 class="parts">SECRETARY</h1>
<img class="profile" src="images/profile picture.jpeg" alt="Profile Picture">
<h2 class="intro">I am B Tanisha Rao, Y23, secretary of robotics club at IIT Kanpur. I am passionate about robots and technology and I have had the opportunity to work with various projects in the club.</h2>
<h1 class="red">SUMMER PROJECTS</h1>
<div class="gyrobot-container">
<img class="gyrobot" src="images/gyrobot.jpeg" alt="Gyrobot">
<div class="gyrobot-text">
<h2>GYROBOT: SELF-BALANCING ROBOT</h2>
<p>A two-wheeled self-balancing robot that achieves perfect equlibrium, using technology and precision engineering.The robot has locomotion capabilities while maintaining its balance similar to humans.
</p>
</div>
</div>
<div class="space-station-container">
<img class="space-station" src="images/space station.jpeg" alt="">
<div class="space-station-text">
<h2>SPACE STATION: CONTROLS AND COMMUNICATION</h2>
<P>To develop and validate the communication and control system for remotely operating the rover over extensive distances with precise movements and efficient data tranfer. </P>
</div>
</div>
<div class="mars-rover-container">
<img class="mars-rover" src="images/mars rover.jpeg" alt="">
<div class="mars-rover-text">
<h2>SPACE STATION: CONTROLS AND COMMUNICATION</h2>
<P>To develop and validate the communication and control system for remotely operating the rover over extensive distances with precise movements and efficient data tranfer. </P>
</div>
</div>
<div class="robotic-arm-container">
<img class="robotic-arm" src="images/robotic-arm.jpeg" alt="">
<div class="robotic-arm-text">
<h2>SPACE STATION: CONTROLS AND COMMUNICATION</h2>
<P>To develop and validate the communication and control system for remotely operating the rover over extensive distances with precise movements and efficient data tranfer. </P>
</div>
</div>
</body>
</html>