From bc44f261ac5b156265284546f045c1378606286b Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:08:55 +0200 Subject: [PATCH] register + content-sites + profile + searchbar +navbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit register-Formular erstellt content-sites angelegt (unvollständig) prifile-site angelegt (unvollständig) navbar vollständig und searchbar integriert. -> Test auf dev --- auth/register.html | 70 +++++++++++++++-------------------------- content/informatik.html | 14 +++++++++ content/mathe.html | 14 +++++++++ content/physik.html | 14 +++++++++ content/profile.html | 14 +++++++++ includes/navbar.html | 22 +++++++------ includes/search.html | 8 +++++ index.html | 3 -- 8 files changed, 101 insertions(+), 58 deletions(-) create mode 100644 content/informatik.html create mode 100644 content/mathe.html create mode 100644 content/physik.html create mode 100644 content/profile.html create mode 100644 includes/search.html diff --git a/auth/register.html b/auth/register.html index dc4a9c2..5490a2d 100644 --- a/auth/register.html +++ b/auth/register.html @@ -1,52 +1,32 @@ - - +
- - - - - - Gästebuch - +
+
+ +
- +

Jetzt Registrieren!


- - -
- -

Registrierung

- -

- 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/content/informatik.html b/content/informatik.html new file mode 100644 index 0000000..4bb8cb4 --- /dev/null +++ b/content/informatik.html @@ -0,0 +1,14 @@ + + + + + + Title + + + + + \ No newline at end of file diff --git a/content/mathe.html b/content/mathe.html new file mode 100644 index 0000000..a3d5462 --- /dev/null +++ b/content/mathe.html @@ -0,0 +1,14 @@ + + + + + + Title + + + + + \ No newline at end of file diff --git a/content/physik.html b/content/physik.html new file mode 100644 index 0000000..fbf8069 --- /dev/null +++ b/content/physik.html @@ -0,0 +1,14 @@ + + + + + + Title + + + + + \ No newline at end of file diff --git a/content/profile.html b/content/profile.html new file mode 100644 index 0000000..c6b1e3b --- /dev/null +++ b/content/profile.html @@ -0,0 +1,14 @@ + + + + + + Title + + + + + \ No newline at end of file diff --git a/includes/navbar.html b/includes/navbar.html index 19dfe85..e1d7815 100644 --- a/includes/navbar.html +++ b/includes/navbar.html @@ -1,23 +1,25 @@ -