Skip to content

Commit 5036734

Browse files
committed
attribution, github
1 parent 52da01a commit 5036734

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/where_the_plow/static/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,22 @@
131131
font-size: 12px;
132132
display: none;
133133
}
134+
#panel-footer {
135+
margin-top: 10px;
136+
padding-top: 10px;
137+
border-top: 1px solid rgba(255,255,255,0.12);
138+
font-size: 11px;
139+
color: #6b7280;
140+
line-height: 1.6;
141+
}
142+
#panel-footer a {
143+
color: #9ca3af;
144+
text-decoration: none;
145+
}
146+
#panel-footer a:hover {
147+
color: #e5e7eb;
148+
text-decoration: underline;
149+
}
134150
#coverage-view-toggle {
135151
display: flex;
136152
margin: 6px 0;
@@ -187,6 +203,10 @@ <h3>Where the Plow</h3>
187203
<input type="range" id="time-slider" min="0" max="1000" value="1000" />
188204
<div id="coverage-loading">Loading coverage data...</div>
189205
</div>
206+
<div id="panel-footer">
207+
Data from <a href="https://map.stjohns.ca/avl/" target="_blank" rel="noopener">City of St. John's AVL</a><br>
208+
<a href="https://github.com/jackharrhy/where-the-plow" target="_blank" rel="noopener">View on GitHub</a>
209+
</div>
190210
</div>
191211
<script>
192212
const map = new maplibregl.Map({

0 commit comments

Comments
 (0)