Skip to content

Commit 44c7bd1

Browse files
Merge pull request #33 from code4policy/main
fix broken links and keep pages consistent
2 parents 3e6a843 + b92a99d commit 44c7bd1

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

2024Hazardous/2024hazardous.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
<h1 class="header-text">2024 Hazardous Parking Violations</h1>
1414

1515
<nav>
16-
<a href="../../2024parkingall/2024parking.html">2024 Parking Summons</a>
17-
<a href="../../recommendations/recommendations.html">Recommendations</a>
18-
<a href='../../our-team/index.html'>Learn more about our team</a>
16+
<a href="../index.html">Home</a>
17+
<a href="../2024parkingall/2024parking.html">2024 Parking Summonses</a>
18+
<a href="../2024Hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
19+
<a href="../recommendations/recommendations.html">Recommendations</a>
20+
<a href="../our-team/index.html">Learn more about our team</a>
1921
</nav>
2022
</header>
2123
<div class="separator-bar"></div>

2024parkingall/2024parking.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
<h1 class="header-text">2024 All Parking Violations</h1>
1414

1515
<nav>
16-
<a href="../../2024hazardous/2024hazardous.html">2024 Hazardous Parking Summonses</a>
17-
<a href="../../recommendations/recommendations.html">Recommendations</a>
18-
<a href='../../our-team/index.html'>Learn more about our team</a>
16+
<a href="../index.html">Home</a>
17+
<a href="../2024parkingall/2024parking.html">2024 Parking Summonses</a>
18+
<a href="../2024Hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
19+
<a href="../recommendations/recommendations.html">Recommendations</a>
20+
<a href="../our-team/index.html">Learn more about our team</a>
1921
</nav>
2022
</header>
2123
<div class="separator-bar"></div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="header-text">2026 Boston Parking Enforcement Plan</h1>
1414

1515
<nav>
1616
<a href="2024parkingall/2024parking.html">2024 Parking Summonses</a>
17-
<a href="2024hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
17+
<a href="2024Hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
1818
<a href="recommendations/recommendations.html">Recommendations</a>
1919
<a href='our-team/index.html'>Learn more about our team</a>
2020
</nav>

our-team/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
</head>
99
<body>
1010

11-
<div class="separator-bar"></div>
12-
<h1>Meet Our Team!</h1>
13-
<div class="separator-bar"></div>
11+
<div class="separator-bar"></div>
12+
<h1>Meet Our Team!</h1>
13+
<div class="separator-bar"></div>
14+
15+
1416

1517
<div class="team-container">
1618
<div class="team-member">

recommendations/recommendations.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
<h1 class="header-text">Recommendations</h1>
1414

1515
<nav>
16-
<a href="../../2024parkingall/2024parking.html">2024 Parking Summons</a>
17-
<a href="../../2024hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
18-
<a href='../../our-team/index.html'>Learn more about our team</a>
16+
<a href="../index.html">Home</a>
17+
<a href="../2024parkingall/2024parking.html">2024 Parking Summonses</a>
18+
<a href="../2024Hazardous/2024hazardous.html">2024 Hazardous Hot Spots</a>
19+
<a href="../recommendations/recommendations.html">Recommendations</a>
20+
<a href="../our-team/index.html">Learn more about our team</a>
1921
</nav>
2022
</header>
2123
<div class="separator-bar"></div>

0 commit comments

Comments
 (0)