Skip to content

Commit

Permalink
close applications on 11/17 (#393)
Browse files Browse the repository at this point in the history
* close applications

* update process page

* remove alert banner

* Update apply.html

* Update process.html

* Update process.html

---------

Co-authored-by: JaredBain <[email protected]>
Co-authored-by: Chris Kuang <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 5d3f945 commit 4307459
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ url: "https://digitalcorps.gsa.gov" # the base hostname & protocol for your site
# global application features on/off
# remove individual track page.apply_url to disable individual tracks
# add "- pages/track-*" to exclude section below when set to false to prevent track page indexing
apply_now: true
apply_now: false

# Social media handles (not URL)
social:
Expand Down Expand Up @@ -160,7 +160,7 @@ exclude:
- package-lock.json
- README.md
- vendor
#- pages/track-* # toggled off
- pages/track-* # toggled off

# exclude until search is implemented
# - pages/search
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: base
---
<!-- ALERT -->
{% include alert.html %}
<!-- {% include alert.html %} -->
<main id="main-content">
{{ content }}
</main>
15 changes: 2 additions & 13 deletions pages/apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,12 @@ <h1 class="usa-hero__heading">Apply</h1>
</p>
{% else %}
<p>
<strong>Applications for the U.S. Digital Corps will open on Monday, November 6 and close on Friday, November 17.</strong><br/>
<strong>Applications for the 2024 U.S. Digital Corps are now closed.</strong><br/>
</p>
<p class="margin-bottom-0">
We strongly encourage applicants to prepare to apply early as there will be an application limit that may cause applications to close before the deadline. Subscribe to our newsletter below to stay informed about the Digital Corps and to receive a reminder to apply.
Subscribe to our newsletter below to stay informed about future opportunitites to apply to the Digital Corps as well as for upcoming news, updates, and events. <br>
</p>
<p class="margin-bottom-0">
<strong class="margin-bottom-0">Join one of our upcoming info sessions.</strong>
<ul style="margin-top: 0; padding: 0; list-style-type: none;">
<li><a target="_blank" href="https://gsa.zoomgov.com/webinar/register/WN_SWEdbvjKTxK8ETpmPeGQZg#/registration">General Info Session: </a>Monday, November 6, 2023 at 3pm ET</li>
<li><a target="_blank" href="https://gsa.zoomgov.com/webinar/register/WN_nbCA_3JjSd2YbdcxHLHWUQ">General Info Session: </a>Wednesday, November 8, 2023 at 12pm ET</li>
</ul>
</p>
<div class="text-left">
<a class="usa-button usa-button--primary"
href="../process/">
Application process
</a>
<a class="usa-button usa-button--primary"
href="https://public.govdelivery.com/accounts/USGSATTS/subscriber/new?topic_id=USGSATTS_108">
Subscribe
Expand Down
9 changes: 6 additions & 3 deletions pages/process.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ <h1 class="usa-hero__heading">Application Process</h1>

{% else %}
<p>
<strong>Applications for the U.S. Digital Corps will open on Monday, November 6 and close on Friday, November 17.</strong><br/> <a href="https://public.govdelivery.com/accounts/USGSATTS/subscriber/new?topic_id=USGSATTS_108" target="_blank">Subscribe to our newsletter</a> to stay informed about the Digital Corps and to receive a reminder to apply.
</p>
<strong>Applications for the U.S. Digital Corps are now closed.</strong> </p>
<p><a href="https://public.govdelivery.com/accounts/USGSATTS/subscriber/new?topic_id=USGSATTS_108" target="_blank">Subscribe to our newsletter</a> to stay informed about future opportunities to apply as well as for upcoming news, updates, and events.
</p>
{% endif %}
</div>
</div>
Expand Down Expand Up @@ -101,7 +102,9 @@ <h3 class="usa-process-list__heading">Understand your eligibility</h3>
<li>An advanced degree (e.g. Master’s, PhD) in a {% include_cached modal-technology-field.html words="technology field" %}</li>
</ul>
</li>
{% if site.apply_now %}
<li><strong>Applicants to the data science & analytics track</strong> <a target="_blank" href="{{site.baseurl}}/apply/data-science/" rel="noopener">have additional education criteria.</a></li>
{% endif %}
</ul>
</li>
<li class="usa-process-list__item" id="preparing">
Expand Down Expand Up @@ -150,7 +153,7 @@ <h2 class="usa-accordion__heading">
</button>
</h2>
<div id="a1" class="usa-accordion__content usa-prose">
<p>Applications for all are now open through Friday, November 17 2023 at 11:59pm ET.</strong> Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline. Late applications will not be accepted and all applications submitted before applications will be considered equally. </p>
<p><strong>Applications for the 2024 U.S. Digital Corps cohort are now closed.</strong> Interested candidates are strongly encouraged to apply early as there is an application limit in each track that may cause applications to close before the deadline. Late applications will not be accepted and all applications submitted before applications closed will be considered equally. </p>

<p>If there are substantially more applicants than Digital Corps openings, applications that are not in the top category may be held at each stage of the process detailed below. </p>
</div>
Expand Down

0 comments on commit 4307459

Please sign in to comment.