From 39c0488592947ff4f260b765f8121a60755cf718 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 20 Apr 2026 21:25:53 +0200 Subject: [PATCH] home-site + navbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auslagerung des home-contents in home.html navbar und searchbar werden korrekt angezeigt login- und register-form wurden entfernt (Funktionalität kommt später) --- auth/{login.html => login.php} | 3 --- auth/{register.html => register.php} | 2 -- content/home.html | 17 ++++++++++++ includes/navbar.php | 39 +++++++++++++--------------- includes/search.php | 7 ++--- index.php | 23 +++------------- 6 files changed, 40 insertions(+), 51 deletions(-) rename auth/{login.html => login.php} (94%) rename auth/{register.html => register.php} (94%) create mode 100644 content/home.html diff --git a/auth/login.html b/auth/login.php similarity index 94% rename from auth/login.html rename to auth/login.php index a48c13d..4f009dc 100644 --- a/auth/login.html +++ b/auth/login.php @@ -2,8 +2,6 @@ Form: Login-Bereich Funktion: Benutzerauthentifizierung und Zugang zum eigenen Profil, Erstellen von Beiträgen, etc. --> -
-
@@ -27,4 +25,3 @@ Noch keinen Account? Jetzt hier registrieren!
-
diff --git a/auth/register.html b/auth/register.php similarity index 94% rename from auth/register.html rename to auth/register.php index 5490a2d..4aff5ac 100644 --- a/auth/register.html +++ b/auth/register.php @@ -2,7 +2,6 @@ Form: Registrierung Funktion: Erstellung neuer Benutzerkonten --> -
@@ -29,4 +28,3 @@
-
diff --git a/content/home.html b/content/home.html new file mode 100644 index 0000000..099883b --- /dev/null +++ b/content/home.html @@ -0,0 +1,17 @@ + +
+ +

EduForge

+

+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et + dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, + consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no + sea takimata sanctus est Lorem ipsum dolor sit amet. +

+ +
\ No newline at end of file diff --git a/includes/navbar.php b/includes/navbar.php index e1d7815..0e0a9b9 100644 --- a/includes/navbar.php +++ b/includes/navbar.php @@ -1,25 +1,22 @@ -
-
- -
+
\ No newline at end of file + Informatik + | + Mathe + | + Physik + | + Dein Profil + | + + | + Anmelden + + Registrieren + \ No newline at end of file diff --git a/includes/search.php b/includes/search.php index 382fc1e..9c48e40 100644 --- a/includes/search.php +++ b/includes/search.php @@ -1,8 +1,5 @@ -
- - - -
\ No newline at end of file + + \ No newline at end of file diff --git a/index.php b/index.php index ed0278b..c36428a 100644 --- a/index.php +++ b/index.php @@ -16,26 +16,9 @@ - - - -
- -

EduForge

-

- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et - dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet - clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, - consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, - sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no - sea takimata sanctus est Lorem ipsum dolor sit amet. -

- -
+