Skip to content

Commit

Permalink
Merge pull request #1796 from KyleKayfish/EMBCESSMOD-4659
Browse files Browse the repository at this point in the history
EMBCESSMOD-4659 - updated as requested
  • Loading branch information
KyleKayfish authored Jul 26, 2023
2 parents 314be37 + 5a79c57 commit 86188d6
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions landing-page/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}
@media (min-width: 1024px) {
.lead {
font-size: 19px;
font-size: 16px;
line-height: 29px;
max-width: 940px;
margin-bottom: 20px;
Expand Down Expand Up @@ -210,7 +210,7 @@
@media (min-width: 1024px) {
.hero-content {
padding: 54px 0;
height: 620px;
height: 540px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
Expand All @@ -234,9 +234,10 @@

/** Are Evacuated Section **/
.are-evacuated {
width: 100%;
background-color: #FCBA19;
padding: 40px 0;
width: 100%;
height: 200px;
background-color: #FCBA19;
padding: 40px 0;
}

.--are-evacuated-cols {
Expand Down Expand Up @@ -563,11 +564,11 @@
<section class="are-evacuated">
<div class="container --are-evacuated-cols">
<div class="are-evacuated-description">
<h1>Are You Evacuated?</h1>
<p>If you are under an Evacuation Order, follow instructions from your First Nation or localgovernment. Visit your First Nation or local government's website or social media, or <a class="--link-light-blue --link-strong" href="https://www.emergencyinfobc.gov.bc.ca/" target="_blank">EmergencyInfoBC.ca</a> for evacuation information and next steps</p>
<h1>Are you evacuated?</h1>
<p>If you are under an Evacuation Order, follow instructions from your First Nation or local government. Visit your First Nation or local government's website or social media, or <a class="--link-light-blue --link-strong" style="text-decoration: underline;" href="https://www.emergencyinfobc.gov.bc.ca/" target="_blank">EmergencyInfoBC.ca</a> for evacuation information and next steps.</p>
</div>
<div class="are-evacuated-registration center">
<a class="btn btn--dark-blue btn--strong" style="width: 300px;" href="https://www.emergencyinfobc.gov.bc.ca/"> Emergency Info BC </a>
<a class="btn btn--dark-blue btn--strong" style="width: 300px;" href="https://www.emergencyinfobc.gov.bc.ca/">EmergencyInfoBC</a>
</div>
</div>
</section>
Expand All @@ -577,16 +578,13 @@ <h1>Are You Evacuated?</h1>
<img class="emergency-support-logo" src="img/ess-logo.png" alt="Emergency Support Services">
<div>
<h1>Do you need Emergency Support Services?</h1>
<p class="lead">Your First Nation or local government will instruct you to register for Emergency SupportServices in one of two ways:</p>
<br />
<ul class="lead">
<p class="lead">Your First Nation or local government will instruct you to register for Emergency Support Services in one of two ways:</p>
<ul class="lead" style="margin-left: 25px;">
<li>In person at a designated evacuee Reception Centre. This information is often included in Evacuation Order documents.</li>
<br />
<li>Online using the Evacuee Registration and Assistance (ERA) tool. This can help streamlinethe process for when you arrive at the Reception Centre.</li>
<li>Online using the Evacuee Registration and Assistance (ERA) tool. This can help streamline the process for when you arrive at the Reception Centre.</li>
</ul>
<br />
<p class="lead">To receive supports you need to go to the Reception Centre that is designated by your FirstNation or local government. Supports will not be available if you travel to a non-designatedlocation.</p>
<p class="lead"><a class="--link-light-blue --link-strong" href="https://www2.gov.bc.ca/gov/content/safety/emergency-management/preparedbc/evacuation-recovery/ess-how" target="_blank">Learn more about Emergency Support Services</a></p>
<p class="lead">To receive supports you need to go to the Reception Centre that is designated by your First Nation or local government. Supports will not be available if you travel to a non-designated location.</p>
<p class="lead"><a class="--link-light-blue --link-strong" style="text-decoration: underline;" href="https://www2.gov.bc.ca/gov/content/safety/emergency-management/preparedbc/evacuation-recovery/ess-how" target="_blank">Learn more about Emergency Support Services</a></p>
</div>
<div class="are-evacuated-registration center">
<a class="btn btn--dark-blue btn--strong" href="https://era-evacuees.embc.gov.bc.ca">Self-Register Now</a>
Expand Down Expand Up @@ -619,7 +617,7 @@ <h3>Responders</h3>
<img class="user" src="img/suppliers.svg" alt="Suppliers Illustration">
</div>
<h3>Suppliers</h3>
<p>EMBC Suppliers who are registered to provide goods or services to evacuees during an emergency can submit their invoices and receipts online by clicking the link below.</p>
<p>EMCR Suppliers who are registered to provide goods or services to evacuees during an emergency can submit their invoices and receipts online by clicking the link below.</p>
<a class="--link-orange" href="https://era-suppliers.embc.gov.bc.ca/" target="_blank">Visit the ERA Supplier Portal ></a></br></br>
<a class="--link-light-blue" href="https://youtu.be/OX-ldnlBpJ4" target="_blank">Watch Training Video ></a>
</div>
Expand Down

0 comments on commit 86188d6

Please sign in to comment.