-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (41 loc) · 1.94 KB
/
index.html
File metadata and controls
50 lines (41 loc) · 1.94 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>2026 Parking Plan-Boston</title>
<link rel="stylesheet" type="text/css" href="styles/stylehome.css">
</head>
<body>
<div class="top-bar"></div>
<header class ="site-header">
<img src="images/bostonlogo.jpg" alt="bostonlogo" width="80" class="logo">
<h1 class="header-text">2026 Boston Parking Enforcement Plan</h1>
<nav>
<a href="2024parkingall/2024parking.html">2024 Parking Summonses</a>
<a href="2024Hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
<a href="recommendations/recommendations.html">Recommendations</a>
<a href='our-team/index.html'>Learn more about our team</a>
</nav>
</header>
<div class="separator-bar"></div>
<!-- Body Section -->
<main class="page-body">
<section class="content-section and goals for 2026">
<!-- Text on the left -->
<div class="text">
<h2>GOALS OF PARKING PLAN 2026:</h2>
<p>
The 2026 Boston Parking Enforcement Plan is designed to conduct an analysis of 2024 parking enforcement data and 2025 pedestrian and bicycle accident data to better inform the deployment of traffic officers throughout Boston. Our approach focuses on targeted enforcement, hazard mitigation, and clear recommendations for future parking policies.
</p>
</div>
<!-- Image on the right -->
<div class="image-container">
<img src="images/vz.jpg" alt="Vision Zero Image">
</div>
</section>
</main>
<div class="separator-bar"></div>
<div class="disclaimer-container">
<h3>This website is a Harvard Kennedy School student project created for educational purposes and is not an official City of Boston website.</h3>
</div>
</body>
</html>