From 3c184cb01578200c8c097dbe0181c1eec718f3e9 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Tue, 23 Jun 2026 20:50:19 +0200 Subject: [PATCH] changes by Miki --- src/app/app.html | 2 +- src/app/cities/cities.html | 15 +- src/app/footer/footer.html | 27 ++-- src/app/header/header.html | 218 +++++++++++++++-------------- src/app/header/header.ts | 7 + src/app/media/media.html | 6 +- src/app/two-events/two-events.html | 12 +- 7 files changed, 161 insertions(+), 126 deletions(-) diff --git a/src/app/app.html b/src/app/app.html index e1337bb..ce6099c 100644 --- a/src/app/app.html +++ b/src/app/app.html @@ -1,6 +1,6 @@ -
+
diff --git a/src/app/cities/cities.html b/src/app/cities/cities.html index fbc9d12..3b90bee 100644 --- a/src/app/cities/cities.html +++ b/src/app/cities/cities.html @@ -1,4 +1,5 @@ -
+
Discover the host cities! @@ -18,11 +19,13 @@ enthusiasts and families.
-
More info -
+
@@ -38,11 +41,13 @@ recreation and sightseeing.
-
More info -
+
diff --git a/src/app/footer/footer.html b/src/app/footer/footer.html index ad1913f..b912ac8 100644 --- a/src/app/footer/footer.html +++ b/src/app/footer/footer.html @@ -1,6 +1,6 @@
+ class="container mx-auto flex flex-col gap-6 md:flex-wrap md:justify-center xl:max-w-315 px-5 py-10 md:px-0 lg:flex-row lg:justify-between lg:gap-20 xl:gap-40">
@@ -59,19 +59,22 @@
+ class="text-white sm:text-center md:text-left font-bold text-[16px] md:text-[20px]"> Follow us!
-
- Facebook - Instagram - Youtube +
diff --git a/src/app/header/header.html b/src/app/header/header.html index 0e3c5c1..16dfd25 100644 --- a/src/app/header/header.html +++ b/src/app/header/header.html @@ -1,112 +1,126 @@ -