From 75ca941bea0bc01d11d4c1325c36e25248ff34a1 Mon Sep 17 00:00:00 2001 From: Wes Dean Date: Mon, 26 Aug 2024 12:58:18 -0400 Subject: [PATCH 1/2] Replace the fancyness with HTML dumped right into the hero.html file --- _data/assetPaths.json | 14 +++++++------- _data/heroAlert.json | 2 +- _includes/hero.html | 12 +++++++++++- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/_data/assetPaths.json b/_data/assetPaths.json index 78fe7682..bdb1c3cf 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -1,9 +1,9 @@ { - "admin.js": "/assets/js/admin-FRDUYGSL.js", - "admin.map": "/assets/js/admin-FRDUYGSL.js.map", - "app.js": "/assets/js/app-SDZ4ULFW.js", - "app.map": "/assets/js/app-SDZ4ULFW.js.map", + "admin.js": "/assets/js/admin-RJYP54EU.js", + "admin.map": "/assets/js/admin-RJYP54EU.js.map", + "app.js": "/assets/js/app-XFKDNIAK.js", + "app.map": "/assets/js/app-XFKDNIAK.js.map", "uswds.js": "/assets/js/uswds-init.js", - "styles.css": "/assets/styles/styles-J5DQM6RN.css", - "styles.map": "/assets/styles/styles-J5DQM6RN.css.map" -} + "styles.css": "/assets/styles/styles-ZVXT7TJI.css", + "styles.map": "/assets/styles/styles-ZVXT7TJI.css.map" +} \ No newline at end of file diff --git a/_data/heroAlert.json b/_data/heroAlert.json index 913a93ce..e7a06bde 100644 --- a/_data/heroAlert.json +++ b/_data/heroAlert.json @@ -1,3 +1,3 @@ { - "message": "TTS is hiring, Join us!" + "message": "TTS is hiring, Join us!!" } diff --git a/_includes/hero.html b/_includes/hero.html index 34a33770..a1d95635 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -3,7 +3,17 @@ {% endcomment %} {% if site.show_site_alert %} - {% render "hero-alert.html", alert: heroAlert['message'] %} + +
+
+
+

+ TTS is hiring, Join us! +

+
+
+
+ {% endif %}
From ccb86f13f13dc9187587f29f89caa321161119d5 Mon Sep 17 00:00:00 2001 From: wesley-dean-gsa Date: Mon, 26 Aug 2024 17:06:06 +0000 Subject: [PATCH 2/2] [MegaLinter] Apply linters fixes --- _data/assetPaths.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/assetPaths.json b/_data/assetPaths.json index bdb1c3cf..9fb6d1c4 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -6,4 +6,4 @@ "uswds.js": "/assets/js/uswds-init.js", "styles.css": "/assets/styles/styles-ZVXT7TJI.css", "styles.map": "/assets/styles/styles-ZVXT7TJI.css.map" -} \ No newline at end of file +}