Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
polypixeldev committed Dec 31, 2024
1 parent 2932533 commit aaca079
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/layouts/BackOnTrackLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const { title } = Astro.props;
</style>
</head>
<body class="w-screen font-paragraph">
<div class="relative flex h-screen w-screen flex-col">
<div class="relative flex min-h-screen w-screen flex-col">
<Navigation />
<slot />
<Footer />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
Fighting homelessness and food insecurity since <i>2020</i>.
</p>
</div>
<div class="grid h-full grid-cols-2">
<div class="grid h-full flex-grow grid-cols-2">
<div
class="flex h-full w-full flex-col items-center justify-center bg-black/[.6] bg-[url('/habitat.jpg')] bg-cover bg-no-repeat bg-blend-overlay"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/apply.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
<BackOnTrackLayout title="Apply">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSfQnlA1lSR-RkUw7od9-8qdaBTr6mojxGDzkNzMy0ySLVYhrw/viewform?embedded=true"
class="h-full w-screen"
class="h-full w-screen flex-grow"
title="New Chapter Application"></iframe>
</BackOnTrackLayout>
2 changes: 1 addition & 1 deletion src/pages/calendar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
<BackOnTrackLayout title="Calendar">
<iframe
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=America%2FNew_York&bgcolor=%23ffffff&title=Back%20on%20Track%20America&src=Ym9zdG9uQGJhY2tvbnRyYWNrdXMub3Jn&src=Y29sdW1iaWFAYmFja29udHJhY2t1cy5vcmc&src=Y3VtbWluZ0BiYWNrb250cmFja3VzLm9yZw&src=Z2FpbmVzdmlsbGVAYmFja29udHJhY2t1cy5vcmc&src=Z2xlbi5hbGxlbkBiYWNrb250cmFja3VzLm9yZw&src=aGlsbHNib3JvdWdoQGJhY2tvbnRyYWNrdXMub3Jn&src=bG9uZ21vbnRAYmFja29udHJhY2t1cy5vcmc&src=bG9zLmFuZ2VsZXNAYmFja29udHJhY2t1cy5vcmc&src=b3JsYW5kb0BiYWNrb250cmFja3VzLm9yZw&src=cGhpbGFkZWxwaGlhQGJhY2tvbnRyYWNrdXMub3Jn&src=cnV0aGVyZm9yZEBiYWNrb250cmFja3VzLm9yZw&src=dGFtcGFAYmFja29udHJhY2t1cy5vcmc&color=%23A79B8E&color=%23D50000&color=%23616161&color=%23F6BF26&color=%23A79B8E&color=%23D50000&color=%23C0CA33&color=%23D81B60&color=%23AD1457&color=%23F4511E&color=%23F4511E&color=%23F09300"
class="h-full w-screen"
class="h-full w-screen flex-grow"
title="Google Calendar"></iframe>
</BackOnTrackLayout>
2 changes: 1 addition & 1 deletion src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
<BackOnTrackLayout title="Contact">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScQIwFb8fm2ciRcECZIQBomITGNjcnTUb00P9UHq3n8CJ8qdg/viewform?embedded=true"
class="h-full w-screen"
class="h-full w-screen flex-grow"
title="Contact Us"></iframe>
</BackOnTrackLayout>
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
---

<BackOnTrackLayout title="Home">
<div class="flex flex-col p-5">
<div class="flex h-full flex-grow flex-col p-5">
<p
class="p-2 text-center text-3xl font-extrabold text-bot-blue md:text-6xl"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/mission.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
---

<BackOnTrackLayout title="Mission">
<div class="h-full"></div>
<div class="h-full flex-grow"></div>
</BackOnTrackLayout>
2 changes: 1 addition & 1 deletion src/pages/shop.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
<BackOnTrackLayout title="Shop">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSd3_UvMI3t9Alc6v20-60KgoCborCr9WpuffL5KXi4zsLadrQ/viewform?embedded=true"
class="h-full w-screen"
class="h-full w-screen flex-grow"
title="T-Shirt Order Form"></iframe>
</BackOnTrackLayout>
2 changes: 1 addition & 1 deletion src/pages/team.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const records = await pb.collection("team").getFullList({
</h2>
</div>
<div
class="grid content-center justify-center sm:grid-cols-1 sm:px-20 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5"
class="grid h-full flex-grow content-center justify-center sm:grid-cols-1 sm:px-20 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5"
>
{
records.map((record) => (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/volunteer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const records = await pb.collection("locations").getFullList({

<BackOnTrackLayout title="Volunteer">
<div
class="bg-black/[.6] bg-[url('/volunteer.png')] bg-cover bg-fixed bg-center bg-no-repeat bg-blend-overlay"
class="h-full flex-grow bg-black/[.6] bg-[url('/volunteer.png')] bg-cover bg-fixed bg-center bg-no-repeat bg-blend-overlay"
>
<div class="flex flex-col items-center">
<h1 class="pt-10 text-center text-3xl font-bold text-white md:text-4xl">
Expand Down

0 comments on commit aaca079

Please sign in to comment.