Skip to content

Commit

Permalink
Add pvsa page
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Jan 3, 2025
1 parent aedff83 commit 1057eef
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Binary file added public/ftb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const pages = [
"Home",
"Volunteer",
"Team",
"PVSA",
"Apply",
"Calendar",
"Shop",
Expand Down
39 changes: 39 additions & 0 deletions src/pages/pvsa.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
---

<BackOnTrackLayout title="PVSA">
<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 text-center font-semibold text-white bg-blend-overlay"
>
<p class="p-5 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
>.
</p>

<p class="p-1 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.
</p>

<p class="p-1 text-4xl">
More information about the program can be found <a
class="underline"
href="https://presidentialserviceawards.gov/">here</a
>.
</p>
</div>
</BackOnTrackLayout>

0 comments on commit 1057eef

Please sign in to comment.