Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
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
7 changes: 6 additions & 1 deletion resources/static/css/data-api.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
margin-bottom: 0;
}

.sunset-notice_explanation {
.sunset-notice_explanation,
.sunset-notice_list {
margin: 1em 0;
margin-bottom: 0;
margin-top: .3125em;
Expand All @@ -103,4 +104,8 @@
}
}

.sunset-notice_list {
margin-left: 25px;
}

}
26 changes: 24 additions & 2 deletions src/qu/templates/outage-banner.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,31 @@
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1000 1200" class="cf-icon-svg">
<path d="M500 105.2c-276.1 0-500 223.9-500 500s223.9 500 500 500 500-223.9 500-500-223.9-500-500-500zm-49.7 234.6c0-27.6 22.4-50 50-50s50 22.4 50 50v328.6c0 27.6-22.4 50-50 50s-50-22.4-50-50V339.8zm50 582.5c-39.6 0-71.7-32.1-71.7-71.7s32.1-71.7 71.7-71.7S572 811 572 850.6s-32.1 71.7-71.7 71.7z" /></svg>
<div class="sunset-notice_content">
<div class="sunset-notice_message">The HMDA API will sunset in the coming months.</div>
<div class="sunset-notice_message">This tool will sunset on 9/25/2020.</div>
<p class="sunset-notice_explanation">
<a href="https://consumerfinance.gov/data-research/hmda-api-retirement/">Learn more about what to expect</a>
<a href="https://www.consumerfinance.gov/data-research/hmda/hmda-explorer/">Learn more</a>.
You can continue to analyze and download HMDA data using the following
resources:
</p>
<ul class="sunset-notice_list">
<li>
<a href="https://ffiec.cfpb.gov/data-publication/">
FFIEC Data Publication Products
</a>
(2017 &amp; later)
</li>
<li>
<a href="https://ffiec.cfpb.gov/data-browser/">
HMDA Data Browser and API
</a>
(2018 &amp; later)
</li>
<li>
<a href="https://www.consumerfinance.gov/data-research/hmda/historic-data/">
Historic HMDA Data
</a>
(2007–2017)
</li>
</ul>
</div>
</div>