diff --git a/app/assets/images/product/couple-looking-at-phone.png b/app/assets/images/product/couple-looking-at-phone.png new file mode 100644 index 000000000..f2419acd9 Binary files /dev/null and b/app/assets/images/product/couple-looking-at-phone.png differ diff --git a/app/assets/images/product/person-with-phone.png b/app/assets/images/product/person-with-phone.png new file mode 100644 index 000000000..3094ffb07 Binary files /dev/null and b/app/assets/images/product/person-with-phone.png differ diff --git a/app/assets/sass/uswds/_home.scss b/app/assets/sass/uswds/_home.scss index e31a9807f..3ab6d811b 100644 --- a/app/assets/sass/uswds/_home.scss +++ b/app/assets/sass/uswds/_home.scss @@ -14,21 +14,37 @@ } .usa-hero > .grid-container { - @media (max-width: units('desktop')) { + @media (max-width: units('tablet')) { padding-top: 1rem; padding-bottom: 1rem; } } .usa-section { + &.key-features { + background-color: color('gray-cool-2'); + } + &.security-and-privacy { + img { + filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(1829%) hue-rotate(187deg) brightness(88%) contrast(101%); + } + } &__home { h2 { font-size: units(6); line-height: 1.2; + @media (max-width: units('desktop')) { + font-size: units(4); + } } p { font-size: 20px; } + img { + @media (max-width: units('tablet')) { + max-width: 60%; + } + } } } @@ -39,6 +55,7 @@ text-align: center; overflow: hidden; border: 0; + background-color: transparent; .img-container { width: units('card'); height: units('card'); diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 1252421c2..c9dfe0d62 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -35,10 +35,12 @@ import usaButton %} {% block meta %}
-
- A couple smiling and looking at a cell phone together +
+ A couple smiling and looking at a cell phone together
-
+

Government texting made easy

@@ -52,9 +54,9 @@ import usaButton %} {% block meta %}
-
+

Key features

-
+
  • @@ -106,7 +108,7 @@ import usaButton %} {% block meta %}
    -
  • +
  • -
  • -
    -
    - -
    -
    -

    Security and privacy

    -
    -
    -

    - Limited data retention, encryption, and multi-factor - authentication protect user data and manage risk with
    our security efforts -

    -
    -
    -
  • @@ -166,9 +149,35 @@ import usaButton %} {% block meta %}
-
+
+
+
+
+

+ Security and privacy +

+

+ Limited data retention, encryption, and multi-factor authentication protect user data and manage risk. +

+ Our security efforts +
+
+ +
+
+
+
+ +
-
+
+ Woman smiling behind two computer screens +
+

Who can use Notify.gov?

@@ -185,9 +194,6 @@ import usaButton %} {% block meta %}

Become a Notify.gov partner
-
- Woman smiling behind two computer screens -
{% endblock %}