Skip to content

Commit

Permalink
Update apply page (#362)
Browse files Browse the repository at this point in the history
* Update apply banner language
* add subscribe button and video to apply page

---------

Co-authored-by: Dahianna Salazar Foreman <[email protected]>
Co-authored-by: Jared Bain <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2023
1 parent f3a70bf commit af66c2c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
9 changes: 9 additions & 0 deletions _assets/css/pages/_apply.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
a {
@include white-url();
}

.usa-button {
@include u-text ("primary");
@include u-bg ("white");
&:hover{
@include u-text("white");
@include u-bg("primary-vivid");
}
}
}
}
}
Expand Down
30 changes: 14 additions & 16 deletions pages/apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,21 @@ <h1 class="usa-hero__heading">Apply</h1>
</p>
{% else %}
<p>
<strong>Applications for the U.S. Digital Corps are now closed.</strong><br/>
We are currently reviewing applications for our 2023 cohort that were received by our November 30, 2022 deadline.
<strong>Applications for the U.S. Digital Corps will open soon.</strong><br/>
</p>
<p class="margin-bottom-0">
Applications for our 2024 cohort will open in Summer/Fall 2023.
Subscribe to our newsletter below to stay informed about the Digital Corps and future application opportunities.
Applications for our 2024 cohort will open in Fall 2023. Subscribe to our newsletter below to stay informed about the Digital Corps and future application opportunities.
</p>
<p>
<strong>Join one of our upcoming info sessions.</strong><br/>
<a href="https://gsa.zoomgov.com/webinar/register/6316978147299/WN_wqnj5No0R9qymQaRLrhMRw">Resume Best Practices</a>: Tuesday, October 24, 2023 at 4pm ET
</p>
<div class="text-left">
<a class="usa-button usa-button--primary"
href="https://public.govdelivery.com/accounts/USGSATTS/subscriber/new?topic_id=USGSATTS_108">
Subscribe
</a>
</div>
{% endif %}
</div>
</div>
Expand Down Expand Up @@ -146,18 +154,8 @@ <h2 class="text-primary-light margin-bottom-0">Watch a recent info session!</h2>
<!-- SIGN-UP -->
<section class="usa-section bg-base-lighter">
<div class="grid-container highlight">
<div class="grid-col-10 grid-offset-1 tablet:grid-col-12,grid-offset-0">
<p class="text-center">
Interested in staying in touch with the U.S. Digital Corps?
<br class="display-none tablet:display-inline" />
Join our mailing list for news, updates, and events.
</p>
<div class="text-center">
<a class="usa-button usa-button--primary"
href="https://public.govdelivery.com/accounts/USGSATTS/subscriber/new?topic_id=USGSATTS_108">
Subscribe
</a>
</div>
<div style="text-align: center;" class="grid-col-10 grid-offset-1 tablet:grid-col-12,grid-offset-0">
<iframe width="560" height="315" src="https://www.youtube.com/embed/uZNHUy6zGso?si=H47TcRGNrcFIXgDQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</section>

0 comments on commit af66c2c

Please sign in to comment.