Files
ejc2026/src/app/venue/venue.html
T
2026-06-20 11:17:10 +02:00

57 lines
2.3 KiB
HTML

<div class="w-screen bg-ejc-orange">
<div
class="container mx-auto px-5 py-10 flex flex-col gap-6 md:flex-row lg:pb-0 md:gap-15 lg:gap-20 xl:max-w-315 md:px-0">
<div class="md:order-last flex-1 md:flex md:items-center">
<img
class="inline-block md:hidden"
src="/images/csarnok.jpg"
alt="Hall" />
<img
class="md:inline-block hidden md:w-147.5"
src="/images/csarnok.png"
alt="Hall" />
</div>
<div class="flex flex-col gap-6 flex-1 md:flex-2 lg:flex-1">
<div class="text-white font-extrabold text-2xl md:text-[40px]">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 lg:flex-row lg:flex-wrap">
<div class="flex flex-col gap-6 lg:flex-row lg:w-full lg:flex">
<div class="flex gap-2.5 lg:flex-col lg:flex-1">
<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 lg:flex-col lg:flex-1">
<app-car></app-car>
<div class="text-white font-bold text-[16px]">
500 parkingplaces are available
</div>
</div>
</div>
<div class="flex flex-col gap-6 lg:flex-row lg:w-full lg:flex">
<div class="flex gap-2.5 lg:flex-col lg:flex-1">
<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 lg:flex-col lg:flex-1">
<app-bus></app-bus>
<div class="text-white font-bold text-[16px]">
The schedule is available on the Sportity app
</div>
</div>
</div>
</div>
</div>
</div>
</div>