-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
36 lines (34 loc) · 1.63 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - IIT BHU Robotics Club</title>
<link rel="stylesheet" href="../styles/styles.css">
</head>
<body>
<header>
<img src="../images/logo.jpeg
" alt="Robotics Club Logo" class="logo">
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="camp.html">Camp</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section id="about">
<h2>About Us</h2>
<p>Welcome to the IIT BHU Robotics Club, where innovation meets creativity. Our club is dedicated to fostering a love for robotics and automation among students. We engage in various projects, competitions, and workshops to enhance our skills and knowledge in the field of robotics.</p>
<p>Our mission is to provide a platform for students to learn, build, and innovate in the field of robotics. We aim to bridge the gap between theoretical knowledge and practical application through hands-on projects and real-world challenges.</p>
<p>Join us on this exciting journey of exploration and discovery as we push the boundaries of what robots can achieve.</p>
</section>
<footer>
<p>© 2024 IIT BHU Robotics Club</p>
</footer>
</body>
</html>