-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
36 lines (36 loc) · 1.71 KB
/
aboutus.html
File metadata and controls
36 lines (36 loc) · 1.71 KB
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
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Roboto:wght@300;400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="aboutus.css">
<title>Transit Track</title>
</head>
<body>
<div class="transitPageWrapper">
<div class="transitPageHeader">
<div class="logoWrapper">
<a href="/home.html">
<div class="logo"></div>
</a>
</div>
<div class="navWrapper">
<a class="nav navHome" href="/home.html">Home</a>
<a class="nav navAbout" href="/aboutus.html">
About Us<br />
</a>
<a class="nav navContact" href="/contact.html">Contact</a>
</div>
</div>
<hr>
<div class="transitPageBody"><br>
Welcome to NMAMIT's Bus Route Portal! We're a team of five first-year CSE students, passionate about simplifying campus transportation. This project is our first-year internship endeavor, aimed at providing easy access to all campus bus routes. Our user-friendly website enables students, faculty,
and staff to plan commutes, check schedules, and stay updated on route changes. Through collaboration and innovation, we're dedicated to enhancing campus life. This initiative marks our foray into software development and problem-solving. We invite you to explore our platform, share feedback, and join us on this exciting journey. Thank you for being part of our endeavor!
</div>
</div>
</body>
</html>