mobile design until Media section

This commit is contained in:
2026-06-17 14:13:15 +02:00
parent 103d2be218
commit e4f51ed01e
43 changed files with 525 additions and 343 deletions
+38
View File
@@ -0,0 +1,38 @@
<div class="container mx-auto bg-ejc-orange px-5 py-10 flex flex-col gap-6">
<img src="/images/csarnok.jpg" alt="Hall" />
<div class="text-white font-extrabold text-2xl">Venue</div>
<div class="text-white text-[16px] leading-[160%]">
The Tatabánya Multifunctional Sports Hall is a state-of-the-art indoor
sports arena with a seating capacity of around 6,000, opened in 2022.
Designed to host international and high-level competitions, it offers
versatile facilities suitable for badminton, handball, basketball,
volleyball and other indoor sports, as well as major cultural and sporting
events.
</div>
<div class="flex flex-col gap-6">
<div class="flex gap-2.5">
<app-marker></app-marker>
<div class="text-white font-bold text-[16px]">
2800 Tatabánya, Olimpikon u.
</div>
</div>
<div class="flex gap-2.5">
<app-car></app-car>
<div class="text-white font-bold text-[16px]">
500 parkingplaces are available
</div>
</div>
<div class="flex gap-2.5">
<app-bus></app-bus>
<div class="text-white font-bold text-[16px]">
Shuttle buses from and to the official hotels
</div>
</div>
<div class="flex gap-2.5">
<app-bus></app-bus>
<div class="text-white font-bold text-[16px]">
The schedule is available on the Sportity app
</div>
</div>
</div>
</div>