Skip to content

Commit

Permalink
updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs committed Jul 3, 2024
1 parent eeae3d0 commit 6535a68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Map.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Map() {
return (
<div className="w-full h-full flex items-center justify-center">
<img src="/ATC.svg" className="w-2/5"/>
<img src="https://raw.githubusercontent.com/Vatsim-Scandinavia/controlcenter/38bd8ae87f4e343732719ad227116a795579eb79/public/images/undraw_speech_to_text_vatsim.svg" className="w-full"/>
</div>
)
}
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allAnnouncements.sort((a, b) => new Date(b.data.date).getTime() - new Date(a.dat

<Layout SiteTitle="VATSIM Scandinavia">
<div class="overflow-hidden w-full h-full flex flex-col items-center dark:bg-vatsca3/75 -mt-20">
<div class="w-full h-[calc(100vh)] flex justify-center backdrop-blur-sm dark:bg-vatsca3/75 bg-topography-light dark:bg-topography-dark bg-repeat" >
<div class="w-full h-[calc(75vh)] flex justify-center backdrop-blur-sm dark:bg-vatsca3/75 bg-topography-light dark:bg-topography-dark bg-repeat" >
<div class="max-w-5/6 w-full h-full flex">
<div
class="w-full flex flex-col items-center justify-center p-12 font-bold"
Expand Down Expand Up @@ -73,13 +73,13 @@ allAnnouncements.sort((a, b) => new Date(b.data.date).getTime() - new Date(a.dat
Community
</div>
<div class="w-full h-full bg-white dark:bg-vatsca3 flex flex-col p-4 gap-4">
<a href="https://members.vateud.net/" class="w-full bg-[#488e78] h-16 text-xl font-semibold text-center flex items-center justify-center text-white">
<a href="https://wiki.vatsim-scandinavia.org/books/getting-started-AVr/chapter/joining-vatsim-scandinavia" target="_blank" class="w-full bg-[#488e78] h-16 text-xl font-semibold text-center flex items-center justify-center text-white">
Join VATSIM Scandinavia
</a>
<a href="http://discord.vatsim-scandinavia.org" class="w-full bg-[#8397ee] h-16 text-xl font-semibold text-center flex items-center justify-center text-white">
<a href="http://discord.vatsim-scandinavia.org" target="_blank" class="w-full bg-[#8397ee] h-16 text-xl font-semibold text-center flex items-center justify-center text-white">
Join our Discord
</a>
<a href="" class="w-full bg-[#274f68] h-16 text-xl font-semibold text-center flex items-center justify-center text-white">
<a href="https://forum.vatsim-scandinavia.org" target="_blank" class="w-full bg-[#274f68] h-16 text-xl font-semibold text-center flex items-center justify-center text-white">
Read the Forum
</a>
</div>
Expand Down

0 comments on commit 6535a68

Please sign in to comment.