Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions 2024Hazardous/2024hazardous.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
<h1 class="header-text">2024 Hazardous Parking Violations</h1>

<nav>
<a href="../../2024parkingall/2024parking.html">2024 Parking Summons</a>
<a href="../../recommendations/recommendations.html">Recommendations</a>
<a href='../../our-team/index.html'>Learn more about our team</a>
<a href="../index.html">Home</a>
<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>
Expand Down
8 changes: 5 additions & 3 deletions 2024parkingall/2024parking.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
<h1 class="header-text">2024 All Parking Violations</h1>

<nav>
<a href="../../2024hazardous/2024hazardous.html">2024 Hazardous Parking Summonses</a>
<a href="../../recommendations/recommendations.html">Recommendations</a>
<a href='../../our-team/index.html'>Learn more about our team</a>
<a href="../index.html">Home</a>
<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>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <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="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>
Expand Down
8 changes: 5 additions & 3 deletions our-team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
</head>
<body>

<div class="separator-bar"></div>
<h1>Meet Our Team!</h1>
<div class="separator-bar"></div>
<div class="separator-bar"></div>
<h1>Meet Our Team!</h1>
<div class="separator-bar"></div>



<div class="team-container">
<div class="team-member">
Expand Down
8 changes: 5 additions & 3 deletions recommendations/recommendations.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
<h1 class="header-text">Recommendations</h1>

<nav>
<a href="../../2024parkingall/2024parking.html">2024 Parking Summons</a>
<a href="../../2024hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
<a href='../../our-team/index.html'>Learn more about our team</a>
<a href="../index.html">Home</a>
<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>
Expand Down