-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
37 lines (33 loc) · 1.93 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
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class = "topnav">
<a href="homepage.html">Home</a>
<a href="status.html">Status</a>
<a href="transportation.html">Transportation</a>
<a href="map.html">Map</a>
<a href="contacts.html">Contact</a>
</div>
<section class="about-us">
<div class="about-content">
<!-- Circular Image -->
<div class="about-image">
<img src="https://s3-alpha-sig.figma.com/img/87ac/c8ef/10144e81144591e08d40950bdf579807?Expires=1732492800&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=EglZfXDZJRpgGliNgI4YzwSYK5qaYnac7Mss5MS9PUGHSTkKIxags3lSHsSYB7eo3RX5N7czTNvixLurr9thTfdTjEdKAgJID8b2vSFSq65RpIqSxzWO3O-QVHTtk-xhoIVyvg9fOZMiq1FvDLnqt0MlQaO40AJR1-2qB22u4jQWufdDPaUIWJdvzl0SeK8LnH67LE4otOrY7xNRfHnr~k4l4zq~DpwNhQ950aUfV3gFPqbPnDNHxKX65~Xio9wJMHllQYgslNqmC9BqzgTQn0cF3HffB-rPTgmop3IjU7eTKJkMB1NMCagZvvFjxqi~~~RjGthasCeTRb4CrNFudg__" alt="About Us Image">
</div>
<div class="about-text">
<h2>About Us</h2>
<p>Our project aims to optimize public transportation routes using readily available public data and advanced analytics to provide tailored route recommendations.
Our solution will incorporate real-time data, socio-economic factors, and advanced optimization algorithms to generate customized routes that address specific user needs and improve
accessibility for under served areas. Our website will allow users to explore different scenarios and view detailed reports, offering insights that are directly actionable for city
planners and transportation authorities.</p>
</div>
</div>
</section>
</body>
</html>