Skip to content

Commit

Permalink
Add more info to pvsa page
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Jan 12, 2025
1 parent 30ac679 commit 748f782
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/pages/pvsa.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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="p-3 text-3xl md:text-5xl">
<h1 class="m-5 text-3xl md:text-5xl">
Back on Track America is a <a
class="underline"
href="https://presidentialserviceawards.gov/eligibility#organizations"
Expand All @@ -18,7 +18,7 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
>.
</h1>

<h2 class="p-1 text-xl md:text-4xl">
<h2 class="m-3 text-xl md:text-4xl">
<a
class="underline"
href="https://presidentialserviceawards.gov/eligibility#volunteers"
Expand All @@ -29,11 +29,15 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
> on how to verify their hours and receive an award.
</h2>

<h3 class="p-1 text-xl md:text-4xl">
<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>
</div>
</BackOnTrackLayout>

0 comments on commit 748f782

Please sign in to comment.