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 home page apply button #709

Merged
merged 3 commits into from
Sep 10, 2024
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
8 changes: 6 additions & 2 deletions _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ <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/724308900" target="_blank">Apply by July 7</a></p>
<p><a class="usa-button usa-button--inverse" href="https://www.usajobs.gov/job/808657100" 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">
<a href="{{ site.baseurl }}/apply" class="white">Apply:</a> Applications for the 2025 PIF cohort will open late summer 2024. Join our mailing list to <a href="{{ site.baseurl }}/apply" class="white" style="all: unset; text-decoration: underline;">receive alerts</a> <br/>
{% 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/>
{% 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>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apply/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2><span>Expertise</span></h2>
</ol>
</li>
</ol>
<p class="font-body-md">Please refer to the USAJOBS job announcement for more detailed information regarding Qualifications </p>
<p class="font-body-md">Please refer to the USAJOBS job announcement for more detailed information regarding Qualifications. </p>
<p class="font-body-md">In addition to the criteria indicated in the Qualifications section, you will be scored on multiple hurdles which will measure your possession of the competencies or knowledge, skills and abilities required for the position. The assessment hurdles for this position will include resume review, written assessment and structured interview. You can find more information about these hurdles in the <a href="{{site.baseurl}}/apply/#:~:text=Selection%20Timeline%20and%20Process" data-proofer-ignore>Selection Timeline section</a>.</p>
</div>
</li>
Expand Down
Loading