From 3be7e1ecfdee4a2c6d59301f217abf2107aea667 Mon Sep 17 00:00:00 2001 From: Viktor Sergeev Date: Fri, 27 Jun 2025 11:09:14 +0200 Subject: [PATCH] Dies und das --- CSS/style.css | 20 ++++++- Controller/LoginController.php | 10 ++++ Controller/RegisterController.php | 10 ++++ Views/Login/showLoginPage.phtml | 37 ++++++++++++ Views/Register/showRegisterPage.phtml | 81 +++++++++++++++++++++++++++ Views/Welcome/showWelcome.phtml | 2 +- 6 files changed, 157 insertions(+), 3 deletions(-) create mode 100644 Controller/LoginController.php create mode 100644 Controller/RegisterController.php create mode 100644 Views/Login/showLoginPage.phtml create mode 100644 Views/Register/showRegisterPage.phtml diff --git a/CSS/style.css b/CSS/style.css index 100bdb0..300bf3e 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -61,8 +61,8 @@ a { } .inhalt { - display: grid; - height: 40em; + display: flex; + height: 10px; justify-content: center; align-items: center; width: 100%; @@ -117,4 +117,20 @@ a { background-size: contain; justify-self: right; border-radius: 10px; +} +.beispiel-austellung2-img { + background-image: url("../images/beispiel-austellung2.png"); + background-position: center; + background-size: contain; + justify-self: right; + border-radius: 10px; +} + +.login-container { + position: absolute; + top: 200px; + background-color: #BAC8D4; + width: 900px; + height: 450px; + border-radius: 10px; } \ No newline at end of file diff --git a/Controller/LoginController.php b/Controller/LoginController.php new file mode 100644 index 0000000..7cd4e0a --- /dev/null +++ b/Controller/LoginController.php @@ -0,0 +1,10 @@ + + + + VR Contact + + + + + + +
+ +
+ + + + diff --git a/Views/Register/showRegisterPage.phtml b/Views/Register/showRegisterPage.phtml new file mode 100644 index 0000000..1142e46 --- /dev/null +++ b/Views/Register/showRegisterPage.phtml @@ -0,0 +1,81 @@ + + + + VR Contact + + + + + + +
+ +
+ + + + diff --git a/Views/Welcome/showWelcome.phtml b/Views/Welcome/showWelcome.phtml index 878c06b..6abfab1 100644 --- a/Views/Welcome/showWelcome.phtml +++ b/Views/Welcome/showWelcome.phtml @@ -6,7 +6,7 @@ include dirname(__DIR__).'/header.phtml';
- +