2019-05-08 02:08:49 +03:00
|
|
|
<main class="container bg-dark clear-header">
|
2019-05-07 02:18:38 +03:00
|
|
|
<div class="row jst-cntr flx-col scan-results">
|
2019-04-05 22:52:05 +03:00
|
|
|
|
2019-05-07 02:18:38 +03:00
|
|
|
<div class="col-9 headline-col no-vertical-padding">
|
2019-04-05 22:52:05 +03:00
|
|
|
{{#if scannedEmailId }} <!-- show the email address that was scanned -->
|
2019-05-07 02:18:38 +03:00
|
|
|
<p id="scanned-email-address" class="scanned-email-address">Results for <span id="scannedEmail" data-scanned-email-id={{ scannedEmailId }} class="bold"></span></p>
|
|
|
|
{{/if}}
|
|
|
|
{{#if specificBreach}}
|
|
|
|
{{#getScanResultsHeadline }}
|
|
|
|
<h2 class="skinny-headline scan-results-headline fb-res-headline">{{{ this.headline }}}</h2>
|
|
|
|
{{#if this.subhead }}
|
|
|
|
<h3 class="subhead scan-res-subhead">{{{ this.subhead }}}</h2>
|
|
|
|
{{/if}}
|
|
|
|
{{/getScanResultsHeadline}}
|
|
|
|
{{else}}
|
|
|
|
<h2 class="skinny-headline scan-results-headline">{{{ fluentNestedBold "guest-scan-results-headline" breachCount=foundBreaches.length }}}</h2>
|
2019-03-28 19:14:45 +03:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
2019-04-03 21:30:19 +03:00
|
|
|
</div>
|
2019-03-29 22:17:02 +03:00
|
|
|
|
2019-05-07 02:18:38 +03:00
|
|
|
<div class="row jst-cntr user-found-breaches">
|
|
|
|
<div class="col-9 found-breaches">
|
2019-04-23 01:52:43 +03:00
|
|
|
<!-- foundBreaches 1-4 -->
|
2019-05-07 02:18:38 +03:00
|
|
|
{{#getFoundBreaches}}
|
|
|
|
{{> breach-groups cardType="two-up drop-shadow scan-res"}}
|
|
|
|
{{/getFoundBreaches}}
|
2019-04-23 01:52:43 +03:00
|
|
|
</div>
|
2019-03-28 19:14:45 +03:00
|
|
|
</div>
|
2019-03-29 22:17:02 +03:00
|
|
|
</main>
|
|
|
|
|
2019-04-03 21:30:19 +03:00
|
|
|
{{> sign-up-banners/scan-results-sign-up }}
|
2019-03-29 22:17:02 +03:00
|
|
|
|
2019-04-03 21:30:19 +03:00
|
|
|
{{> scan-another-email addClass="stacked"}}
|