-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New scan results page for marketing tests.
- Loading branch information
1 parent
0475e95
commit c701e11
Showing
4 changed files
with
77 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,6 +145,10 @@ h3, | |
line-height: 1.14; | ||
} | ||
|
||
.mw-400 { | ||
max-width: 400px; | ||
} | ||
|
||
.mw-500 { | ||
max-width: 500px; | ||
} | ||
|
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 |
---|---|---|
|
@@ -14,9 +14,17 @@ | |
{{/getScanResultsHeadline}} | ||
{{else}} | ||
<h2 class="headline scan-results-headline">{{{ fluentNestedBold "scan-results-known-breaches" breachCount=foundBreaches.length }}}</h2> | ||
<button class="btn-violet-secondary open-oauth btn-small btn-transparent" {{> analytics/fxa id="fx-monitor-alert-me-btn" }} data-event-category="Alert me about new breaches"> | ||
{{ getString "alert-about-new-breaches" }} | ||
</button> | ||
|
||
<!--temp marketing "Alert me about new breaches" link--> | ||
{{#if newMarketingScanPage}} | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<button class="open-oauth blue-link temp-marketing-alert-me-link" {{> analytics/fxa id="fx-monitor-alert-me-blue-link" }} data-event-category="Alert me about new breaches - Blue link"> | ||
This comment has been minimized.
Sorry, something went wrong.
groovecoder
Member
|
||
{{ getString "alert-about-new-breaches" }} | ||
</button> | ||
{{else}} | ||
<button class="btn-violet-secondary open-oauth btn-small btn-transparent" {{> analytics/fxa id="fx-monitor-alert-me-btn" }} data-event-category="Alert me about new breaches"> | ||
{{ getString "alert-about-new-breaches" }} | ||
</button> | ||
{{/if}} | ||
{{/if}} | ||
</div> | ||
</div> | ||
|
@@ -35,12 +43,21 @@ | |
</div> | ||
</main> | ||
<section> | ||
<div class="row jst-cntr flx-col"> | ||
{{> scan-another-email addClass="stacked"}} | ||
</div> | ||
<div class="fxa-signup-gradient"> | ||
<div class="row fxa-signup-banner scan-res"> | ||
{{> sign-up-banners/scan-results-sign-up }} | ||
{{#if newMarketingScanPage}} | ||
<!--temp marketing Sign Up callout--> | ||
<div class="row txt-cntr jst-cntr flx-col temp-marketing-callout"> | ||
<h2 class="temp-marketing-hl mw-400">{{ getString "sign-up-headline-1" }}</h2> | ||
<button class="open-oauth temp-marketing-btn-blue" {{> analytics/fxa id="fx-monitor-alert-me-blue-btn" }} data-event-category="Alert me about new breaches - Blue button">{{ getString "alert-about-new-breaches" }}</button> | ||
{{> sign-up-banners/browser-not-required }} | ||
</div> | ||
</div> | ||
{{else}} | ||
<div class="row jst-cntr flx-col"> | ||
{{> scan-another-email addClass="stacked"}} | ||
</div> | ||
<div class="fxa-signup-gradient"> | ||
<div class="row fxa-signup-banner scan-res"> | ||
{{> sign-up-banners/scan-results-sign-up }} | ||
</div> | ||
</div> | ||
{{/if}} | ||
</section> |
Let's just call it
newScanPage