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 + + + + + + +
+
+

Anmelden

+
+ +
+
+ +
+ + Passwort vergessen? + Konto erstellen + +
+
+ + + + 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 + + + + + + +
+
+

Registrieren

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ + Login + +
+
+ + + + 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';
- +