From ee6bfa5923f14443b0a028d63d8a674345246ece Mon Sep 17 00:00:00 2001 From: Drew Bollinger Date: Wed, 13 Mar 2024 14:45:45 -0700 Subject: [PATCH] Add USWDS identifier, edit footer (#2475) * add uswds identifier, edit footer * update no fear act link * fix footer/include image paths * fix link checker * reconfigure footer to coordinate with new identifier --------- Co-authored-by: Sarah Rudder --- .lycheeignore | 3 + _assets/images/content/cloud-gov-logo.svg | 58 ++++++++++- _includes/footer.html | 93 ++++++++++++------ _includes/identifier.html | 111 ++++++++++++++++++++++ _layouts/default.html | 4 +- 5 files changed, 238 insertions(+), 31 deletions(-) create mode 100644 _includes/identifier.html diff --git a/.lycheeignore b/.lycheeignore index 4a3bd88fc..7c076ab5e 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -55,3 +55,6 @@ https://public.cyber.mil/dccs/ https://dl.dod.cyber.mil/wp-content/uploads/cloud/zip/U_Cloud_Computing_SRG_V1R4.zip https://www.microsoft.com/en-us/security/mobile-authenticator-app https://csrc.nist.gov/projects/risk-management/fisma-background + +# example urls in docs +https://cfpyapi.app.cloud.gov/get_table diff --git a/_assets/images/content/cloud-gov-logo.svg b/_assets/images/content/cloud-gov-logo.svg index da647e73b..623f26b85 100644 --- a/_assets/images/content/cloud-gov-logo.svg +++ b/_assets/images/content/cloud-gov-logo.svg @@ -1 +1,57 @@ - \ No newline at end of file + + + diff --git a/_includes/footer.html b/_includes/footer.html index 9dfcb75a3..991eafb9b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,35 +1,72 @@ - \ No newline at end of file diff --git a/_includes/identifier.html b/_includes/identifier.html new file mode 100644 index 000000000..a1e4edf66 --- /dev/null +++ b/_includes/identifier.html @@ -0,0 +1,111 @@ +
+
+
+
+ +
+
+

cloud.gov

+

+ An official website of the + U.S. General Services Administration +

+
+
+
+ +
+
+
+ Looking for U.S. government information and services? +
+ Visit USA.gov +
+
+
diff --git a/_layouts/default.html b/_layouts/default.html index 96ccecaea..06293e3de 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -24,8 +24,8 @@ {% include footer.html %} - + {% include identifier.html %} {% include scripts.html %} - \ No newline at end of file +