Skip to content

Commit

Permalink
Add volunteer background image
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Aug 25, 2024
1 parent 49e5543 commit 596d6cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added public/volunteer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/pages/volunteer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
---

<BackOnTrackLayout title="Volunteer">
<div class="h-full"></div>
<div
class="h-full bg-[url('/volunteer.png')] bg-cover bg-center bg-no-repeat brightness-50"
>
</div>
</BackOnTrackLayout>

0 comments on commit 596d6cd

Please sign in to comment.