diff --git a/_includes/landing_top.html b/_includes/landing_top.html index 2d65983..a793a31 100644 --- a/_includes/landing_top.html +++ b/_includes/landing_top.html @@ -19,6 +19,20 @@
Learn what Personally Identifiable information (PII) is through understanding its definition and viewing examples that illustrate the many forms of PII.
\ No newline at end of file diff --git a/_pages/learn-about-federal-privacy.html b/_pages/learn-about-federal-privacy.html index 5274fea..958c894 100644 --- a/_pages/learn-about-federal-privacy.html +++ b/_pages/learn-about-federal-privacy.html @@ -5,8 +5,14 @@ sub-title: Learn about Federal Privacy description: Learn about Federal Privacy excerpt: Executive Branch agencies necessarily collect, maintain, use, disclose, and dispose of large amounts of personally identifiable information (PII) to carry out missions mandated by Federal statute. By watching these short videos, learn more about how the Executive Branch of the Federal Government protects your privacy. -number_of_icons: 4 +number_of_icons: 5 priority_icons: + - name: What is Personally Identifiable Information (PII)? + logo: /assets/img/pii-photo.png + alt-text: Text reading 'Privacy Considerations' above illustration of people working around a desk and the word 'PII' next two them with two information icons + url: /what-is-pii/ + filler: Learn what Personally Identifiable information (PII) is through understanding its definition and viewing examples that illustrate the many forms of PII. + time: 6 minutes 5 seconds - name: Roles in Federal Privacy logo: /assets/img/logos/Video_1.png alt-text: Text reading 'Privacy Considerations' above illustration of people working around a desk and the word 'PII' next two them with two information icons diff --git a/assets/css/main-page.scss b/assets/css/main-page.scss index 7116171..43d7e38 100644 --- a/assets/css/main-page.scss +++ b/assets/css/main-page.scss @@ -521,6 +521,13 @@ abbr{ } } +.abstract-background11 { + background-color: #172636; + background-image: url(../img/pii-photo.png); + background-repeat: no-repeat; + background-position: top center; +} + .abstract-background4 { background-color: #172636; background-image: url(../img/desk-contract-signing-hero.png); diff --git a/assets/img/pii-photo.png b/assets/img/pii-photo.png new file mode 100644 index 0000000..cc2ef4e Binary files /dev/null and b/assets/img/pii-photo.png differ