Skip to content

Commit

Permalink
Update strings and add new image.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Nov 21, 2019
1 parent 62d93ed commit c0a1c37
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ h3,
line-height: 1.14;
}

.mw-400 {
max-width: 400px;
.mw-360 {
max-width: 360px;
}

.mw-500 {
Expand Down
16 changes: 14 additions & 2 deletions public/css/scan-results.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,22 @@
margin-bottom: calc(var(--padding) * 1.25);
}

.temp-marketing-img {
max-width: 320px;
}

.temp-marketing-hl {
color: var(--purple7);
font-size: 32px;
color: #20123a;
font-size: 24px;
line-height: 1.13;
margin-bottom: 4px;
}

.temp-marketing-p {
color: var(--grey8);
line-height: 1.5;
margin: 0 auto 16px auto;
font-size: 18px;
}

.temp-marketing-alert-me-link {
Expand Down
1 change: 1 addition & 0 deletions public/img/svg/stay-alert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion views/scan.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
<section>
{{#if newScanPage}} <!-- New trial UI for testing call to actions -->
<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>
<img class="temp-marketing-img" src="img/svg/stay-alert.svg" alt="" />
<h2 class="temp-marketing-hl mw-360">{{ getString "stay-alert" }}</h2>
<p class="temp-marketing-p mw-360">{{ getString "if-your-info" }}</p>
<!--
the `data-event-category` attribute for this button is "Alert me about new breaches - Banner"
to match the "Alert me.." button on the other version of the scan results page and to make comparisons
Expand Down

0 comments on commit c0a1c37

Please sign in to comment.