From 8d1e7ce3205cf0a37fffa3e7d8a0861b0d3b01dc Mon Sep 17 00:00:00 2001 From: Jon Maxwell Diebold Date: Mon, 22 Apr 2024 21:31:05 -0400 Subject: [PATCH 1/3] Updated the EPA template --- app/app/public/400.html | 440 ++++++++------- app/app/public/500.html | 439 ++++++++------- app/app/public/api-docs/index.html | 308 +++++++---- app/app/public/api_key_signup.html | 504 ++++++++++-------- app/app/public/css/main.css | 89 ++-- .../{ => epa-template-files}/css/epa.css | 0 .../Latin-Merriweather-Bold.woff2 | Bin .../Latin-Merriweather-BoldItalic.woff2 | Bin .../Latin-Merriweather-Italic.woff2 | Bin .../Latin-Merriweather-Light.woff2 | Bin .../Latin-Merriweather-LightItalic.woff2 | Bin .../Latin-Merriweather-Regular.woff2 | Bin .../roboto-mono-v5-latin-regular.woff2 | Bin .../sourcesanspro-bold-webfont.woff2 | Bin .../sourcesanspro-bolditalic-webfont.woff2 | Bin 0 -> 16416 bytes .../sourcesanspro-italic-webfont.woff2 | Bin .../sourcesanspro-light-webfont.woff2 | Bin .../sourcesanspro-lightitalic-webfont.woff2 | Bin 0 -> 16316 bytes .../sourcesanspro-regular-webfont.woff2 | Bin .../{ => epa-template-files}/ieconfig.xml | 0 .../images/android-chrome-192x192.png | Bin 0 -> 3051 bytes .../images/android-chrome-384x384.png | Bin 0 -> 5607 bytes .../images/epa-seal.svg | 0 .../images/epa-standard-og.jpg | Bin .../images/epa-standard-twitter.jpg | Bin .../images/favicon-114.png | Bin .../images/favicon-120.png | Bin .../images/favicon-144.png | Bin .../images/favicon-152.png | Bin .../images/favicon-180.png | Bin .../images/favicon-196.png | Bin .../images/favicon-32.png | Bin .../images/favicon-72.png | Bin .../images/favicon.ico | Bin .../images/icon-dot-gov.svg | 0 .../images/icon-https.svg | 0 .../{ => epa-template-files}/images/minus.svg | 0 .../images/mstile-150x150.png | Bin 0 -> 2717 bytes .../{ => epa-template-files}/images/plus.svg | 0 .../images/safari-pinned-tab.svg | 31 ++ .../images/sprite.artifact.svg | 2 +- .../images/sprite.svg | 0 .../images/us_flag_small.png | Bin .../images/usa-icons/close.svg | 1 + .../images/usa-icons/expand_less.svg | 0 .../images/usa-icons/expand_more.svg | 0 .../images/usa-icons/search.svg | 0 .../js/common.min.js} | 0 .../{ => epa-template-files}/js/once.min.js | 0 .../js/scripts.min.js} | 0 app/app/public/images/usa-icons/close.svg | 1 - app/app/public/index.html | 304 +++++++---- app/package-lock.json | 4 +- 53 files changed, 1239 insertions(+), 884 deletions(-) rename app/app/public/{ => epa-template-files}/css/epa.css (100%) rename app/app/public/{ => epa-template-files}/fonts/merriweather/Latin-Merriweather-Bold.woff2 (100%) rename app/app/public/{ => epa-template-files}/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2 (100%) rename app/app/public/{ => epa-template-files}/fonts/merriweather/Latin-Merriweather-Italic.woff2 (100%) rename app/app/public/{ => epa-template-files}/fonts/merriweather/Latin-Merriweather-Light.woff2 (100%) rename app/app/public/{ => epa-template-files}/fonts/merriweather/Latin-Merriweather-LightItalic.woff2 (100%) rename app/app/public/{ => epa-template-files}/fonts/merriweather/Latin-Merriweather-Regular.woff2 (100%) rename app/app/public/{ => epa-template-files}/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2 (100%) rename app/app/public/{ => epa-template-files}/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2 (100%) create mode 100644 app/app/public/epa-template-files/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2 rename app/app/public/{ => epa-template-files}/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2 (100%) rename app/app/public/{ => epa-template-files}/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2 (100%) create mode 100644 app/app/public/epa-template-files/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2 rename app/app/public/{ => epa-template-files}/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2 (100%) rename app/app/public/{ => epa-template-files}/ieconfig.xml (100%) create mode 100644 app/app/public/epa-template-files/images/android-chrome-192x192.png create mode 100644 app/app/public/epa-template-files/images/android-chrome-384x384.png rename app/app/public/{ => epa-template-files}/images/epa-seal.svg (100%) rename app/app/public/{ => epa-template-files}/images/epa-standard-og.jpg (100%) rename app/app/public/{ => epa-template-files}/images/epa-standard-twitter.jpg (100%) rename app/app/public/{ => epa-template-files}/images/favicon-114.png (100%) rename app/app/public/{ => epa-template-files}/images/favicon-120.png (100%) rename app/app/public/{ => epa-template-files}/images/favicon-144.png (100%) rename app/app/public/{ => epa-template-files}/images/favicon-152.png (100%) rename app/app/public/{ => epa-template-files}/images/favicon-180.png (100%) rename app/app/public/{ => epa-template-files}/images/favicon-196.png (100%) rename app/app/public/{ => epa-template-files}/images/favicon-32.png (100%) rename app/app/public/{ => epa-template-files}/images/favicon-72.png (100%) rename app/app/public/{ => epa-template-files}/images/favicon.ico (100%) rename app/app/public/{ => epa-template-files}/images/icon-dot-gov.svg (100%) rename app/app/public/{ => epa-template-files}/images/icon-https.svg (100%) rename app/app/public/{ => epa-template-files}/images/minus.svg (100%) create mode 100644 app/app/public/epa-template-files/images/mstile-150x150.png rename app/app/public/{ => epa-template-files}/images/plus.svg (100%) create mode 100644 app/app/public/epa-template-files/images/safari-pinned-tab.svg rename app/app/public/{ => epa-template-files}/images/sprite.artifact.svg (68%) rename app/app/public/{ => epa-template-files}/images/sprite.svg (100%) rename app/app/public/{ => epa-template-files}/images/us_flag_small.png (100%) create mode 100644 app/app/public/epa-template-files/images/usa-icons/close.svg rename app/app/public/{ => epa-template-files}/images/usa-icons/expand_less.svg (100%) rename app/app/public/{ => epa-template-files}/images/usa-icons/expand_more.svg (100%) rename app/app/public/{ => epa-template-files}/images/usa-icons/search.svg (100%) rename app/app/public/{js/epa-common.min.js => epa-template-files/js/common.min.js} (100%) rename app/app/public/{ => epa-template-files}/js/once.min.js (100%) rename app/app/public/{js/epa-scripts.min.js => epa-template-files/js/scripts.min.js} (100%) delete mode 100644 app/app/public/images/usa-icons/close.svg diff --git a/app/app/public/400.html b/app/app/public/400.html index 45d94fd..52ecc9e 100644 --- a/app/app/public/400.html +++ b/app/app/public/400.html @@ -7,42 +7,29 @@ - Rainfall Erosivity Factor Calculator | US EPA + Rainfall Erosivity Factor Calculator | US EPA | US EPA - - - - - - - + + + + - + - + - - + + - @@ -63,105 +50,168 @@ /> - - + + + + + + - + - + + + + - - - - - - + + + + + + + -
HTTPS

Secure .gov websites use HTTPS
- A lock (lock + () or https:// means you’ve safely connected - to the .gov website. Share sensitive information only on - official, secure websites. + >) or + https:// + means you’ve safely connected to the .gov website. Share + sensitive information only on official, secure websites.

@@ -255,7 +308,7 @@ -