Skip to content

Commit 44c8443

Browse files
authored
Merge pull request #129 from nyccto-rapicastillo/patch-1
Add deprecation note for notifying visitors
2 parents c6ac9a1 + dd1e4a3 commit 44c8443

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nyc_data/ppe/templates/base.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<section class="disclaimer">
1313
<strong>CONFIDENTIAL.</strong>&nbsp;DO NOT DISTRIBUTE WITHOUT AUTHORIZATION.
1414
</section>
15+
<section style='background: darkred; color: white; text-align: center; padding: 10px;'>
16+
<strong>⚠️ The PPE Dashboard will be shut down on October 31, 2020. Please contact the <a href="mailto:[email protected]" style="color: white; text-decoration: underline;">[email protected]</a> for more information. ⚠️</strong>
17+
</section>
18+
1519
<section class="brand-bar container">
1620
<div>
1721
<a href="/">NYC<b>PPE</b></a>
@@ -55,4 +59,4 @@
5559
</section>
5660
<script src="{% static 'script.js' %}"></script>
5761
</body>
58-
</html>
62+
</html>

0 commit comments

Comments
 (0)