Skip to content

Commit 53aec9d

Browse files
authored
Adjusted background images on forms (#20)
1 parent 05c53a2 commit 53aec9d

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

public/backontrack-group.jpg

6.37 MB
Loading

public/ftb-group.jpg

7.38 MB
Loading

public/moving-boxes.jpg

6.64 MB
Loading

src/pages/apply.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
44

55
<BackOnTrackLayout title="Apply">
66
<div
7-
class="h-full flex-grow bg-black/[.6] bg-[url('/nameless-portrait.jpg')] bg-cover bg-fixed bg-right bg-no-repeat bg-blend-overlay"
7+
class="h-full flex-grow bg-black/[.6] bg-[url('/ftb-group.jpg')] bg-cover bg-fixed bg-right bg-no-repeat bg-blend-overlay"
88
>
99
<div class="flex flex-col items-center px-4 py-10">
1010
<h1 class="text-center text-3xl font-bold text-white md:text-4xl mb-2">

src/pages/contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
44

55
<BackOnTrackLayout title="Contact">
66
<div
7-
class="h-full flex-grow bg-black/[.6] bg-[url('/hope.jpg')] bg-cover bg-fixed bg-center bg-no-repeat bg-blend-overlay"
7+
class="h-full flex-grow bg-black/[.6] bg-[url('/moving-boxes.jpg')] bg-cover bg-fixed bg-center bg-no-repeat bg-blend-overlay"
88
>
99
<div class="flex flex-col items-center px-4 py-10">
1010
<h1 class="text-center text-3xl font-bold text-white md:text-4xl mb-2">

src/pages/shirts.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ try {
1818

1919
<BackOnTrackLayout title="Shirts">
2020
<div
21-
class="h-full flex-grow bg-black/[.6] bg-[url('/ftb.jpg')] bg-cover bg-fixed bg-center bg-no-repeat bg-blend-overlay"
21+
class="h-full flex-grow bg-black/[.6] bg-[url('/backontrack-group.jpg')] bg-cover bg-fixed bg-center bg-no-repeat bg-blend-overlay"
2222
>
2323
<div class="flex flex-col items-center px-4 py-10">
2424
<h1 class="text-center text-3xl font-bold text-white md:text-4xl mb-2">
@@ -30,7 +30,7 @@ try {
3030

3131
<div class="w-full max-w-6xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-8">
3232
<div id="shirtPreview" class="order-2 lg:order-1">
33-
<div class="bg-white rounded-lg shadow-lg p-6 h-fit sticky top-4">
33+
<div class="bg-white rounded-lg shadow-lg p-6 h-fit sticky top-20">
3434
<h3 class="text-center text-lg font-semibold text-gray-700 mb-4">Shirt Preview</h3>
3535
<img
3636
src="/shirt.jpg"

0 commit comments

Comments
 (0)