Skip to content

Commit

Permalink
fixed events
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs committed Apr 9, 2024
1 parent bec8461 commit ba9d55e
Showing 1 changed file with 26 additions and 22 deletions.
48 changes: 26 additions & 22 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const announcement = [{
>
<div class="p-4 col-span-2 h-fit">
<img
class="m-0 aspect-video"
class="m-0"
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
Expand All @@ -121,27 +121,31 @@ const announcement = [{
</p>
<Button radius="none" className="bg-vatsca2 mt-4 text-white">Read More</Button>
</div>
<div class="w-full grid grid-cols-2 md:grid-cols-4">
<img
class="w-full md:w-64 p-2"
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
<img
class="w-full md:w-64 p-2"
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
<img
class="w-full md:w-64 p-2"
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
<img
class="w-full md:w-64 p-2"
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
<div class="w-full grid col-span-2 md:col-span-4 gap-4 px-4">
<a href="" class="w-full max-w-64">
<img
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
</a>
<a href="" class="w-full max-w-64">
<img
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
</a>
<a href="" class="w-full max-w-64">
<img
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
</a>
<a href="" class="w-full max-w-64">
<img
src="https://vatsim-scandinavia.org/uploads/monthly_2024_02/image.thumb.png.feedb461ebb532c3d652d9a6f4c11829.png"
alt=""
/>
</a>
<a href="/events" class="p-2 text-lg col-span-2 md:col-span-4 font-semibold dark:text-vatsca1">See more event here</a>
</div>

Expand Down

0 comments on commit ba9d55e

Please sign in to comment.