Skip to content

Commit

Permalink
Disclaimer update
Browse files Browse the repository at this point in the history
  • Loading branch information
natashapl committed Oct 18, 2024
1 parent 11bc282 commit 4e1ec4a
Showing 1 changed file with 40 additions and 45 deletions.
85 changes: 40 additions & 45 deletions _includes/disclaimer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,55 +9,50 @@ <h2 class="usa-alert__heading">Disclaimer</h2>
</div>
<div class="mobile:grid-col-12 desktop:grid-col-2">
<a href="#disclaimer-modal-1" class="usa-button disclaimer-button padding-y-2 bg-primary-darker"
aria-controls="disclaimer-modal-1" data-open-modal role="button">
View full disclaimer
</a>
<div class="usa-modal radius-md" id="disclaimer-modal-1" aria-labelledby="modal-1-heading"
aria-describedby="modal-1-description">
<div class="usa-modal__content">
<div class="usa-modal__main">
<h2 class="usa-modal__heading font-family-sans" id="modal-1-heading">
Disclaimer
</h2>
<div class="usa-prose">
<div id="modal-1-description">
<p>This information is provided with the understanding that FEMA is not engaged in rendering legal or
other professional services through this website. The laws and regulations discussed and cited
herein
are based upon best available public records and sources at the time of research.</p>
aria-controls="disclaimer-modal-1" data-open-modal>View full disclaimer</a>
</div>
</div>
</div>
</div>
<div class="usa-modal" id="disclaimer-modal-1" aria-labelledby="modal-1-heading" aria-describedby="modal-1-description">
<div class="usa-modal__content">
<div class="usa-modal__main">
<h2 class="usa-modal__heading font-family-sans" id="modal-1-heading">
Disclaimer
</h2>
<div class="usa-prose">
<div id="modal-1-description">
<p>This information is provided with the understanding that FEMA is not engaged in rendering legal or
other professional services through this website. The laws and regulations discussed and cited
herein
are based upon best available public records and sources at the time of research.</p>

<p>This website provides only a summary of the referenced laws and regulations; those laws and
regulations may contain additional criteria, restrictions, or other qualifiers which are absent from
the summary provided in this website. This website also may or may not be up-to-date as these laws
and
regulations can at any time be subsequently changed, updated, or repealed by the corresponding state
legislatures and agencies.</p>
<p>This website provides only a summary of the referenced laws and regulations; those laws and
regulations may contain additional criteria, restrictions, or other qualifiers which are absent from
the summary provided in this website. This website also may or may not be up-to-date as these laws
and
regulations can at any time be subsequently changed, updated, or repealed by the corresponding state
legislatures and agencies.</p>

<p>Consult the current, official law or regulation and consult with relevant state or territory
authorities or a licensed attorney in the relevant state or territory to determine which laws and
regulations currently will apply to your situation. Do not rely solely on this website.</p>
</div>
</div>
<div class="usa-modal__footer">
<ul class="usa-button-group flex-column flex-align-end">
<li class="usa-button-group__item">
<button type="button" class="usa-button" data-close-modal>
Close
</button>
</li>
</ul>
</div>
</div>
<button type="button" class="usa-button usa-modal__close" aria-label="Close this window" data-close-modal>
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img">
<use xlink:href="{{ '/assets/uswds/img/sprite.svg#close' | url }}"></use>
</svg>
</button>
</div>
<p>Consult the current, official law or regulation and consult with relevant state or territory
authorities or a licensed attorney in the relevant state or territory to determine which laws and
regulations currently will apply to your situation. Do not rely solely on this website.</p>
</div>
</div>

<div class="usa-modal__footer">
<ul class="usa-button-group flex-column flex-align-end">
<li class="usa-button-group__item">
<button type="button" class="usa-button" data-close-modal>
Close
</button>
</li>
</ul>
</div>
</div>
<button type="button" class="usa-button usa-modal__close" aria-label="Close this window" data-close-modal>
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img">
<use xlink:href="{{ '/assets/uswds/img/sprite.svg#close' | url }}"></use>
</svg>
</button>
</div>
</div>
</div>

0 comments on commit 4e1ec4a

Please sign in to comment.