Skip to content

Commit

Permalink
Merge pull request #745 from GSA-TTS/join/usdc-remove
Browse files Browse the repository at this point in the history
Join/usdc remove
  • Loading branch information
ximekilgsa authored Jan 13, 2025
2 parents f572ee2 + 0ff67ac commit 462f6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions _includes/layouts/jointts/jobs.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!-- Open Jobs -->
<section class="open-jobs">
<h2 id="open-positions">Open positions</h2>
<p><b>Applications are now open for the 2025 U.S. Digital Corps cohort!</b></p>
<p>The <a href="https://digitalcorps.gsa.gov/">U.S. Digital Corps (USDC)</a> is a full-time, two-year technology opportunity for recent graduates, career changers, Veterans, and more. <i>Interested applicants are encouraged to apply early due to the 400 application limit per track.</i></p>
<p>Please review the <a href="https://digitalcorps.gsa.gov/process/" target="_blank">application process</a> and <a href="https://digitalcorps.gsa.gov/apply/" target="_blank">apply today</a>!</p>
<p>We are hiring and will be sharing upcoming jobs and open positions as they are available.</p>
</section>

<section class="upcoming-jobs">
Expand Down
2 changes: 1 addition & 1 deletion js/positions.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function addOpenJobsToDOM(openJobs) {
noJobsText.innerHTML =
'No open positions at this time. <a href="/join/newsletter/">Sign up for job alerts!</a>';

// openJobsSection.appendChild(noJobsText);
openJobsSection.appendChild(noJobsText);
}
}

Expand Down

0 comments on commit 462f6c1

Please sign in to comment.