diff --git a/_data/assetPaths.json b/_data/assetPaths.json index 5bf0e11..bdcb059 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -3,11 +3,10 @@ "admin.map": "/assets/js/admin-77FHK54G.js.map", "app.js": "/assets/js/app-LOZVWXOU.js", "app.map": "/assets/js/app-LOZVWXOU.js.map", - "positions.js": "/assets/js/positions-JSZISVTK.js", - "positions.map": "/assets/js/positions-JSZISVTK.js.map", + "positions.js": "/assets/js/positions-V7LC7MW2.js", + "positions.map": "/assets/js/positions-V7LC7MW2.js.map", "subnav.js": "/assets/js/subnav-3QHQ2EX4.js", "subnav.map": "/assets/js/subnav-3QHQ2EX4.js.map", - "uswds.js": "/assets/js/uswds-init.js", "styles.css": "/assets/styles/styles-35NFSXL6.css", "styles.map": "/assets/styles/styles-35NFSXL6.css.map" } diff --git a/_includes/layouts/jointts/home.html b/_includes/layouts/jointts/home.html index 9b45b28..b0e9f01 100644 --- a/_includes/layouts/jointts/home.html +++ b/_includes/layouts/jointts/home.html @@ -30,7 +30,7 @@

{{ title }}

We are accepting applications for the positions listed below. We also post upcoming positions. Join our mailing list to be notified when we post new jobs. -

+

diff --git a/_includes/layouts/jointts/jobs.html b/_includes/layouts/jointts/jobs.html index 6b15e2c..e93901a 100644 --- a/_includes/layouts/jointts/jobs.html +++ b/_includes/layouts/jointts/jobs.html @@ -1,7 +1,9 @@

Open positions

-

We are hiring and will be sharing upcoming jobs and open positions as they are available.

+

Applications are now open for the 2025 U.S. Digital Corps cohort!

+

The U.S. Digital Corps (USDC) is a full-time, two-year technology opportunity for recent graduates, career changers, Veterans, and more. Interested applicants are encouraged to apply early due to the 400 application limit per track.

+

Please review the application process and apply today!

diff --git a/js/positions.js b/js/positions.js index ab1a6d4..6b25610 100644 --- a/js/positions.js +++ b/js/positions.js @@ -122,7 +122,7 @@ function addOpenJobsToDOM(openJobs) { noJobsText.innerHTML = 'No open positions at this time. Sign up for job alerts!'; - openJobsSection.appendChild(noJobsText); + // openJobsSection.appendChild(noJobsText); } }