generated from cloud-gov/pages-uswds-11ty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the results and contact pages
- Loading branch information
Showing
15 changed files
with
330 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: layouts/default | ||
--- | ||
|
||
<div class="usa-section {{ className }}"> | ||
<div class="grid-container"> | ||
<div class="grid-row grid-gap"> | ||
<main class="grid-col-12 usa-prose" id="main-content"> | ||
<h1 class="title">Contact</h1> | ||
<div class="usa-alert usa-alert--error" role="alert"> | ||
<div class="usa-alert__body"> | ||
<h2 class="usa-alert__heading">Emergency help</h2> | ||
<p>If you need emergency help with an active disaster event, please dial 9-1-1.</p> | ||
<p>Visit FEMA's <a class="usa-link usa-link--external" href="https://www.fema.gov/disaster/current" target="_blank">Current Disasters page</a> for information about recent disasters.</p> | ||
</div> | ||
</div> | ||
<div class="contentRow"> | ||
<h class="margin-top-3">Please contact us regarding:</h3> | ||
<ul class="usa-list"> | ||
<li>Feedback or comments based on your experience using this website</li> | ||
<li>Questions about having an organization added to the site’s mutual aid resource results</li> | ||
<li>Issues, problems, or concerns you have using this website</li> | ||
</ul> | ||
<p>Contact the web support team for the Mutual Aid Second Responder Community portal by emailing us at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
</div> | ||
<div class="contentRow"> | ||
<h4>Other disaster recovery needs</h4> | ||
<p>If you are interested in other disaster recovery resources outside of mutual aid for building departments, FEMA offers a variety of tools and programs to assist in the recovery process. </p> | ||
<p>Whether you need financial assistance, legal aid, or guidance on managing long-term recovery, FEMA provides comprehensive support to help you rebuild and recover. Below are some key resources and contact points to get you started:</p> | ||
<ul class="usa-list"> | ||
<li><a class="usa-link usa-link--external" href="https://www.disasterassistance.gov/" target="_blank">DisasterAssistance.gov:</a> Apply for individual disaster assistance and track your application status.</li> | ||
<li><a class="usa-link" href="tel:%208006213362">FEMA Helpline:</a> Call <a href="tel:%208006213362">1-800-621-3362</a> for general questions about disaster assistance.</li> | ||
<li><a class="usa-link usa-link--external" href="https://www.fema.gov/emergency-managers/practitioners/recovery-resources/community-toolkit" target="_blank">Community Recovery Management Toolkit:</a> Access resources to help manage long-term recovery.</li> | ||
<li><a class="usa-link usa-link--external" href="https://www.fema.gov/emergency-managers/practitioners/recovery-resilience-resource-library" target="_blank">Recovery and Resilience Resource Library:</a> Find and research federal disaster recovery resources.</li> | ||
</ul> | ||
</div> | ||
|
||
</main> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.