diff --git a/404.php b/404.php deleted file mode 100644 index af4fea4..0000000 --- a/404.php +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - EduForge - - - - - - -
- -

404 - Seite nicht vorhanden

-

- Später im Projekt sollen über index.php?pfad= ... der Inhalt der index.php dynamisch gesetzt werden. - Alle Content-Links der Navbar führen zunächst hier her. Exemplarisch wurden für die Fächer Informatik, Physik, Mathematik der Content als Seite erstellt und kann über die Navbar ausgekundschaftet werden. -

-
- - - - - \ No newline at end of file diff --git a/content/404.php b/content/404.php new file mode 100644 index 0000000..6bb7201 --- /dev/null +++ b/content/404.php @@ -0,0 +1,12 @@ + +
+ +

404 - Seite nicht vorhanden

+

+ Später im Projekt sollen über index.php?pfad= ... der Inhalt der index.php dynamisch gesetzt werden. + Alle Content-Links der Navbar führen zunächst hier her. Exemplarisch wurden für die Fächer Informatik, Physik, Mathematik der Content als Seite erstellt und kann über die Navbar ausgekundschaftet werden. +

+
\ No newline at end of file diff --git a/datenschutz.php b/content/datenschutz.php similarity index 57% rename from datenschutz.php rename to content/datenschutz.php index f56bbe4..2301440 100644 --- a/datenschutz.php +++ b/content/datenschutz.php @@ -2,28 +2,6 @@ Seite: Datenschutzerklärung Inhalt: Informationen zur Datenverarbeitung gemäß DSGVO --> - - - - - - - - - - - - - EduForge - - - - - - -

Datenschutz

@@ -38,10 +16,3 @@ include_once 'includes/navbar.php';

- - - - - \ No newline at end of file diff --git a/content/home.php b/content/home.php index 8aed881..29caa39 100644 --- a/content/home.php +++ b/content/home.php @@ -17,21 +17,21 @@
- Informatik + Informatik
Datenschutz vs. Datensicherheit
- Mathe + Mathe
Satz des Pythagoras
- Physik + Physik
Der Tunneleffekt
diff --git a/impressum.php b/content/impressum.php similarity index 56% rename from impressum.php rename to content/impressum.php index ac9efe1..490f44a 100644 --- a/impressum.php +++ b/content/impressum.php @@ -2,27 +2,6 @@ Seite: Impressum Inhalt: wer wie was auf der Webseite --> - - - - - - - - - - - - - EduForge - - - - - -
@@ -38,10 +17,3 @@ include_once 'includes/navbar.php';

- - - - - \ No newline at end of file diff --git a/informatik.php b/content/informatik.php similarity index 59% rename from informatik.php rename to content/informatik.php index 804be88..cfb61ee 100644 --- a/informatik.php +++ b/content/informatik.php @@ -2,26 +2,6 @@ Seite: Informatik Inhalt: Eine Übersicht über alle Beiträge zum Fach --> - - - - - - - - - - - - - EduForge - - - - -

Informatik

@@ -39,10 +19,3 @@ include_once 'includes/navbar.php'; Datenschutz vs. Datensicherheit
- - - - - \ No newline at end of file diff --git a/login.php b/content/login.php similarity index 65% rename from login.php rename to content/login.php index 6b206ec..9cdac36 100644 --- a/login.php +++ b/content/login.php @@ -2,27 +2,6 @@ Form: Login-Bereich Funktion: Benutzerauthentifizierung und Zugang zum eigenen Profil, Erstellen von Beiträgen, etc. --> - - - - - - - - - - - - - EduForge - - - - - -
- - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/mathe.php b/content/mathe.php similarity index 58% rename from mathe.php rename to content/mathe.php index 5749f87..9c17638 100644 --- a/mathe.php +++ b/content/mathe.php @@ -2,27 +2,6 @@ Seite: Mathe Inhalt: Eine Übersicht über alle Beiträge zum Fach --> - - - - - - - - - - - - - EduForge - - - - - -

Mathe

@@ -40,11 +19,4 @@ include_once 'includes/navbar.php';
Satz des Pythagoras
-
- - - - - \ No newline at end of file + \ No newline at end of file diff --git a/physik.php b/content/physik.php similarity index 58% rename from physik.php rename to content/physik.php index b0dcb25..15a16ec 100644 --- a/physik.php +++ b/content/physik.php @@ -2,27 +2,6 @@ Seite: Physik Inhalt: Eine Übersicht über alle Beiträge zum Fach --> - - - - - - - - - - - - - EduForge - - - - - -

Physik

@@ -41,11 +20,4 @@ include_once 'includes/navbar.php'; Der Tunneleffekt -
- - - - - \ No newline at end of file + \ No newline at end of file diff --git a/profile.php b/content/profile.php similarity index 67% rename from profile.php rename to content/profile.php index 48b47b5..769b4fb 100644 --- a/profile.php +++ b/content/profile.php @@ -1,27 +1,7 @@ - - - - - - - - - - - - - EduForge - - - - -
@@ -63,11 +43,4 @@ include_once 'includes/navbar.php'; -
- - - - - \ No newline at end of file + \ No newline at end of file diff --git a/register.php b/content/register.php similarity index 64% rename from register.php rename to content/register.php index 117adff..c64ca53 100644 --- a/register.php +++ b/content/register.php @@ -2,27 +2,6 @@ Form: Registrierung Funktion: Erstellung neuer Benutzerkonten --> - - - - - - - - - - - - - EduForge - - - - - -
@@ -50,10 +29,4 @@ include_once 'includes/navbar.php';
-
- - - - \ No newline at end of file + \ No newline at end of file diff --git a/includes/navbar.php b/includes/navbar.php index a046557..564e929 100644 --- a/includes/navbar.php +++ b/includes/navbar.php @@ -15,56 +15,56 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden @@ -74,59 +74,59 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden \ No newline at end of file diff --git a/index.php b/index.php index bf06359..4642d2f 100644 --- a/index.php +++ b/index.php @@ -23,10 +23,15 @@ - - diff --git a/webhook.php b/webhook.php deleted file mode 100644 index 529878a..0000000 --- a/webhook.php +++ /dev/null @@ -1,56 +0,0 @@ -