Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add USDC open #739

Merged
merged 12 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions _data/assetPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion _includes/layouts/jointts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>{{ title }}</h1>
</p>
<p>
We are accepting applications for the positions listed below. We also post upcoming positions. <a href="{{ '/join/newsletter/' | url }}" class="usa-link">Join our mailing list</a> to be notified when we post new jobs.
</p>
</p>
</div>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion _includes/layouts/jointts/jobs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- Open Jobs -->
<section class="open-jobs">
<h2 id="open-positions">Open positions</h2>
<p>We are hiring and will be sharing upcoming jobs and open positions as they are available.</p>
<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>
</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
Loading