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

Update Apply Button Link on Home page #721

Merged
merged 2 commits into from
Sep 23, 2024
Merged
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
4 changes: 2 additions & 2 deletions _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ <h1 class="usa-hero__heading display">
</h1>
<h2>to improve government for every person in our country</h2>
{% if site.apply_now %}
<p><a class="usa-button usa-button--inverse" href="https://www.usajobs.gov/job/808657100" target="_blank">Apply by September 30</a></p>
<p><a class="usa-button usa-button--inverse" href="{{ site.baseurl }}/apply" target="_blank">Apply by September 30</a></p>
{% else %}
<a class="usa-button usa-button--inverse" target="_blank" href="https://public.govdelivery.com/accounts/USGSATTS/subscriber/new?qsp=USGSATTS_1" rel="noopener"> Sign up for PIF Updates</a>
{% endif %}
<p class="usa-hero__textlink">
{% if site.apply_now %}
<a href="{{ site.baseurl }}/apply" class="white">Apply:</a> Applications for the 2025 PIF cohort are now open. <br/>
{% else %}
<a href="{{ site.baseurl }}/apply" class="white">Apply:</a> Applications for the 2025 PIF cohort are now open. Join our mailing list to <a href="{{ site.baseurl }}/apply" class="white" style="all: unset; text-decoration: underline;">receive alerts</a> <br/>
<a href="{{ site.baseurl }}/apply" class="white">Apply:</a> Applications for the 2025 PIF cohort are now closed. Join our mailing list to <a href="{{ site.baseurl }}/apply" class="white" style="all: unset; text-decoration: underline;">receive alerts</a> <br/>
{% endif %}
<a href="{{ site.baseurl }}/agencies" class="white">Agencies:</a> <a href="https://touchpoints.app.cloud.gov/touchpoints/a86e0543/submit" class="white" style="all: unset; text-decoration: underline;"> Submit a proposal </a>for our next cohort starting June 2025 now! </br>
</p>
Expand Down
Loading