Skip to content

Commit

Permalink
updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs committed Sep 16, 2024
1 parent 84fdb24 commit b0f8f82
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 8 deletions.
4 changes: 4 additions & 0 deletions public/clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 38 additions & 1 deletion src/pages/competitions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,43 @@ import '../globals.css'
<ViewTransitions />
</head>
<body class="bg-[#f3f1ed] bg-[url('/skies.svg')] bg-cover flex justify-center items-center h-full min-h-screen text-[#1a4860]">

<div class="flex justify-center items-center basis-1/1 2xl:basis-1/2 p-4 w-full xl:min-w-[250px] h-full gap-4">
<div class="bg-[#e6e8ee] w-full h-full rounded p-4">
<h1 class="text-2xl font-medium">Morning Rush</h1>
<p class="text-gray-800 italic">
04-05 UTC
</p>
<br />
<p class="text-lg">
Are you an early bird? Join us for the morning rush and experience the thrill of the early morning departures and arrivals.
</p>
<h2 class="text-xl font-medium my-4">How to participate?</h2>
<p class="text-lg">
Book a flight via our booking site to participate: <a href="https://booking.vatsim-scandinavia.org/copenhagen-live-2024" target="_blank" class="underline hover:font-medium">VATSCA Booking</a>
</p>
<h2 class="text-xl font-medium my-4">Prize</h2>
<p class="text-lg">
The winner will receive a scenery from SimNord.
</p>
</div>
<div class="bg-[#e6e8ee] w-full h-full rounded p-4">
<h1 class="text-2xl font-medium">Night owl</h1>
<p class="text-gray-800 italic">
21-22 UTC
</p>
<br />
<p class="text-lg">
Are you an early bird? Join us for the morning rush and experience the thrill of the early morning departures and arrivals.
</p>
<h2 class="text-xl font-medium my-4">How to participate?</h2>
<p class="text-lg">
Book a flight via our booking site to participate: <a href="https://booking.vatsim-scandinavia.org/copenhagen-live-2024" target="_blank" class="underline hover:font-medium">VATSCA Booking</a>
</p>
<h2 class="text-xl font-medium my-4">Prize</h2>
<p class="text-lg">
The winner will receive a scenery from SimNord.
</p>
</div>
</div>
</body>
</html>
16 changes: 9 additions & 7 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,27 @@ import Accordion from "../components/Accordion.astro";
>
<a
href="/Copenhagen Airport Pilot Briefing 2024.pdf"
class="aspect-video flex flex-col items-center justify-center p-4 hover:bg-[#d6d8ddea] rounded"
class="aspect-square flex flex-col items-center justify-center p-4 hover:bg-[#d6d8ddea] rounded w-48 h-full"
>
<span class="text-4xl"><img src="/captain.svg" class="w-8" /></span>
<span class="text-xl font-medium">Pilot Briefing</span>
</a>
<a
href="https://booking.vatsim-scandinavia.org/"
target="_blank"
class="aspect-video flex flex-col items-center justify-center p-4 rounded hover:bg-[#d6d8ddea]"
class="aspect-square flex flex-col items-center justify-center p-4 rounded hover:bg-[#d6d8ddea] w-48 h-full"
>
<span class="text-4xl"><img src="/aircraft.svg" class="w-8" /></span>
<span class="text-xl font-medium">Book a slot</span>
</a>
<div
class="aspect-video flex flex-col items-center justify-center p-4 rounded hover:bg-[#d6d8ddea]"
<a
class="aspect-square flex flex-col items-center justify-center p-4 rounded hover:bg-[#d6d8ddea] w-48 h-full"
href="https://cdm.vatsim-scandinavia.org"
target="_blank"
>
<span class="text-4xl"><img src="/document.svg" class="w-8" /></span>
<span class="text-xl font-medium">Learn more</span>
</div>
<span class="text-4xl"><img src="/clock.svg" class="w-8" /></span>
<span class="text-xl font-medium">vACDM</span>
</a>
</div>
</div>
<a
Expand Down

0 comments on commit b0f8f82

Please sign in to comment.