-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d462d6a
commit 377d61c
Showing
3 changed files
with
23 additions
and
0 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
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,4 @@ | ||
import Route from '@ember/routing/route'; | ||
|
||
export default Route.extend({ | ||
}); |
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,18 @@ | ||
<div class="cell"> | ||
<div class="grid-container"> | ||
<div class="grid-x grid-padding-x grid-padding-y align-middle" style="justify-content: center;"> | ||
<div class="cell large-8" style="padding-top: 4rem"> | ||
<h1 class="header-xxl dcp-orange">Confirm Your ZAP Updates</h1> | ||
<p> </p> | ||
<span style="color:#008e50;">{{fa-icon icon='check-circle' prefix='far' size='2x'}}</span> | ||
<p style="font-size: 1.25rem;"><span style="color:#008e50;">Check email</span> to confirm your ZAP subscription.</p> | ||
<p>You will receive an email to confirm your CDs/Citywide subscriptions. Additionally, the email contains details on how to modify your updates.</p> | ||
<p> </p> | ||
<LinkTo @route="show-geography" class="button" style="font-size: 1.25rem; border-radius: 12px;">Go to Home</LinkTo> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{{outlet}} | ||
|