From ec58993604db89cb6d8eedd6ab7415931df8065c Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Thu, 13 Jan 2022 20:41:03 +0100 Subject: [PATCH] =?UTF-8?q?Website=20f=C3=BCr=20alpha=20vorbereitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/app/app.component.css | 7 +++++++ ui/src/app/app.component.html | 11 ++++++++++- ui/src/app/home/home.component.html | 17 ++++++++++------- ui/src/app/navbar/navbar.component.html | 10 ++-------- ui/src/styles.css | 4 +--- 5 files changed, 30 insertions(+), 19 deletions(-) diff --git a/ui/src/app/app.component.css b/ui/src/app/app.component.css index e69de29..50d4640 100644 --- a/ui/src/app/app.component.css +++ b/ui/src/app/app.component.css @@ -0,0 +1,7 @@ +#router { + position: relative; + top: 100px; + flex: auto; + display: flexbox; + text-align: center; +} \ No newline at end of file diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index d67cbbc..7673d17 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -1,3 +1,12 @@ - +
+ +
+ + +
+ Damian & Annika + Dät Haartje 27A + 26683 Saterland +
\ No newline at end of file diff --git a/ui/src/app/home/home.component.html b/ui/src/app/home/home.component.html index bca0f29..5034d7f 100644 --- a/ui/src/app/home/home.component.html +++ b/ui/src/app/home/home.component.html @@ -1,10 +1,13 @@ -
-
-
-
-
-
-
+

Herzlich willkommen auf unsere Website
+Wir möchten euch hier grundlegene Informationen zur Unsere Trauung geben
+

+

+ Der unterstehende Countdown ist die Zeit bis zur Standesamtliche Trauung +

+ +

Wichtig die An und Abmeldung zur Fest steht zur Zeit noch nicht zur Verfügung.

+

Ebenso wird die website noch um weitere Content gefüllt

+
Schauen Sie zu einem Späteren Zeitpunkt nochmal vorbei
diff --git a/ui/src/app/navbar/navbar.component.html b/ui/src/app/navbar/navbar.component.html index 734531a..f62d286 100644 --- a/ui/src/app/navbar/navbar.component.html +++ b/ui/src/app/navbar/navbar.component.html @@ -4,16 +4,10 @@ Home - - \ No newline at end of file diff --git a/ui/src/styles.css b/ui/src/styles.css index ad0547d..7a49997 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -1,7 +1,5 @@ /* You can add global styles to this file, and also import other style files */ -* { - font-size: 15px; -} + html { width: 100%; }