Skip to content

Commit

Permalink
added vax and logos
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs committed Sep 6, 2024
1 parent d8287ff commit 6ad0a54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/va.astro
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import '../globals.css'
</div>
<div class="flex flex-col justify-center items-center basis-1/1 2xl:basis-1/4 p-4 w-full xl:min-w-[400px] h-full">
<div class="bg-[#05164d] w-full p-4 rounded flex justify-center">
<img src="https://lh-virtual.com/wp-content/uploads/2022/12/full-hd_transparent_logo_white-300x71.png" class="h-32 p-4" />
<img src="https://www.dlhvirtual.de/lib/skins/DLH/img/dlh.png" class="h-32 p-4" />
</div>
<div class="bg-[#f0f2f2] w-full p-4 rounded flex justify-center h-full min-h-[50vh]">
<div class="flex gap-4 flex-col">
Expand Down Expand Up @@ -185,7 +185,7 @@ import '../globals.css'
</div>
</div>
<p class="text-center">Visit their website here for more information</p>
<a href="https://lh-virtual.com/" target="_blank" class="text-center text-blue-700 font-medium hover:underline -mt-4 p-0">lh-virtual.com</a>
<a href="https://www.dlhvirtual.de/" target="_blank" class="text-center text-blue-700 font-medium hover:underline -mt-4 p-0">dlhvirtual.de</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -288,13 +288,13 @@ import '../globals.css'
</div>
</div>
<div class="flex flex-col justify-center items-center basis-1/1 2xl:basis-1/4 p-4 w-full xl:min-w-[400px] h-full">
<div class="bg-[#3168e1] w-full p-4 rounded flex justify-center">
<img src="/vRYR-White.png" class="h-32 p-4" />
<div class="bg-[#e42e3c] w-full p-4 rounded flex justify-center">
<img src="https://www.virtualnorwegian.net/lib/skins/vnorwegian/img/logo2.png" class="h-32 p-4" />
</div>
<div class="bg-[#f0f2f2] p-2 rounded flex justify-around gap-8 w-full h-full min-h-[50vh]">
<div class="flex gap-4 flex-col h-full w-full ">
<h2 class="text-2xl text-center font-medium">vNAX is hosting multiple fly-in events!</h2>
<p class="text-center">Some common routes for Raynair:</p>
<h2 class="text-2xl text-center font-medium">vNAX has announced their arrival!</h2>
<p class="text-center">Some common routes for Norwegian:</p>
<div class="flex justify-between gap-6 flex-col ">
<div class="flex justify-center flex-row gap-2 w-full flex-wrap">
<Flight departureAirport="CPH" flightNumber="" duration="" arrivalAirport="AAL" aircraftType="B738" />
Expand Down

0 comments on commit 6ad0a54

Please sign in to comment.