Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 5db1b6d

Browse files
committed
Adds Evidence Act disclaimer
1 parent f11afa2 commit 5db1b6d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Diff for: _includes/header.html

+8
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,11 @@
7070
</div><!--/.nav-collapse -->
7171
</div>
7272
</div>
73+
74+
<div id="disclaimer">
75+
<div class="container">
76+
77+
On January 14, 2019, the <a href="https://www.congress.gov/bill/115th-congress/house-bill/4174/text">Foundations for Evidence-Based for Policymaking Act</a> ("Evidence Act"), which includes the OPEN Government Data Act, was signed into law. The Evidence Act requires the Office of Management and Budget, the Office of Government Information Services, and the General Services Administration to develop and maintain an online repository of tools, best practices, and schema standards to facilitate the adoption of open data practices across the Federal Government. When the new repository is launched, it will replace and retire Project Open Data. Check back here for updates.
78+
79+
</div>
80+
</div>

Diff for: assets/_sass/site.scss

+9
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ ol, ul {
9292
text-decoration: none;
9393
}
9494

95+
#disclaimer {
96+
background-color : #fff1d2;
97+
border-bottom: 1px solid #BC9E5F;
98+
}
99+
100+
#disclaimer .container {
101+
padding : .5em;
102+
}
103+
95104

96105
.edit-button span {
97106
background-color : #1d5392;

0 commit comments

Comments
 (0)