+ 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.
+
+
+
+
+
+ 2800 Tatabánya, Olimpikon u.
+
+
+
+
+
+ 500 parkingplaces are available
+
+
+
+
+
+ Shuttle buses from and to the official hotels
+
+
+
+
+
+ The schedule is available on the Sportity app
+
+
+
+
diff --git a/src/app/venue/venue.spec.ts b/src/app/venue/venue.spec.ts
new file mode 100644
index 0000000..5c61c50
--- /dev/null
+++ b/src/app/venue/venue.spec.ts
@@ -0,0 +1,22 @@
+import { ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { Venue } from './venue';
+
+describe('Venue', () => {
+ let component: Venue;
+ let fixture: ComponentFixture;
+
+ beforeEach(async () => {
+ await TestBed.configureTestingModule({
+ imports: [Venue],
+ }).compileComponents();
+
+ fixture = TestBed.createComponent(Venue);
+ component = fixture.componentInstance;
+ await fixture.whenStable();
+ });
+
+ it('should create', () => {
+ expect(component).toBeTruthy();
+ });
+});
diff --git a/src/app/venue/venue.ts b/src/app/venue/venue.ts
new file mode 100644
index 0000000..8707ba0
--- /dev/null
+++ b/src/app/venue/venue.ts
@@ -0,0 +1,12 @@
+import { Component } from '@angular/core';
+import { Marker } from '../marker/marker';
+import { Car } from "../car/car";
+import { Bus } from "../bus/bus";
+
+@Component({
+ selector: 'app-venue',
+ imports: [Marker, Car, Bus],
+ templateUrl: './venue.html',
+ styleUrl: './venue.css',
+})
+export class Venue {}
diff --git a/src/app/welcome/welcome.css b/src/app/welcome/welcome.css
new file mode 100644
index 0000000..e69de29
diff --git a/src/app/welcome/welcome.html b/src/app/welcome/welcome.html
new file mode 100644
index 0000000..e3d0619
--- /dev/null
+++ b/src/app/welcome/welcome.html
@@ -0,0 +1,4 @@
+
+ Welcome to the 2026 Europen Junior Championships in Tatabánya, Hungary!
+