Skip to content

Commit

Permalink
Style pvsa page more
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Jan 13, 2025
1 parent 237050d commit 3e47fd7
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions src/pages/pvsa.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,40 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
<div
class="flex flex-grow flex-col items-center justify-center bg-black/[.7] bg-[url('/ftb.jpg')] bg-cover bg-fixed bg-center bg-no-repeat p-3 text-center font-semibold text-white bg-blend-overlay"
>
<h1 class="m-5 text-3xl md:text-5xl">
Back on Track America is a <a
class="underline"
href="https://presidentialserviceawards.gov/eligibility#organizations"
>Certifying Organization</a
> for the <a
class="underline"
href="https://presidentialserviceawards.gov/"
>President's Volunteer Service Award Program</a
>.
</h1>
<div class="mx-10 md:mx-20">
<h1 class="m-7 text-3xl md:m-14 md:text-5xl">
Back on Track America is a <a
class="underline"
href="https://presidentialserviceawards.gov/eligibility#organizations"
>Certifying Organization</a
> for the <a
class="underline"
href="https://presidentialserviceawards.gov/"
>President's Volunteer Service Award Program</a
>.
</h1>

<h2 class="m-3 text-xl md:text-4xl">
<a
class="underline"
href="https://presidentialserviceawards.gov/eligibility#volunteers"
>Eligible volunteers</a
> can talk to their <a
class="underline"
href="https://backontrackus.org/team/">local chapter leader</a
> on how to verify their hours and receive an award.
</h2>
<h2 class="m-4 text-xl md:m-10 md:text-4xl">
<a
class="underline"
href="https://presidentialserviceawards.gov/eligibility#volunteers"
>Eligible volunteers</a
> can talk to their <a
class="underline"
href="https://backontrackus.org/team/">local chapter leader</a
> on how to verify their hours and receive an award.
</h2>

<h3 class="m-3 text-xl md:text-4xl">
More information about the program can be found <a
class="underline"
href="https://presidentialserviceawards.gov/">here</a
>. Those interested in logging their hours for a PVSA must fill out <a
class="underline"
href="https://forms.gle/FpWBc2ByqYoZNVeF7">this form</a
> after each event. Starting 2025, only hours volunteered with Back on Track
America will be certified.
</h3>
<h3 class="m-4 text-xl md:m-10 md:text-4xl">
More information about the program can be found <a
class="underline"
href="https://presidentialserviceawards.gov/">here</a
>. Those interested in logging their hours for a PVSA must fill out <a
class="underline"
href="https://forms.gle/FpWBc2ByqYoZNVeF7">this form</a
> after each event. Starting 2025, only hours volunteered with Back on Track
America will be certified.
</h3>
</div>
</div>
</BackOnTrackLayout>

0 comments on commit 3e47fd7

Please sign in to comment.