Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2258bf05eb | |||
| af1a7d8e16 | |||
| 0131f50d3a | |||
| 31af70a296 | |||
| d497ea4fc3 | |||
| 80316e080a | |||
| 503df76d6b | |||
| 829d532518 | |||
| 33b0283758 | |||
| 6abc244be7 | |||
| 012e3b8b9b | |||
| 9375ab90b0 | |||
| 6198d7b9ae | |||
| 52bede8277 | |||
| b81216cef1 | |||
| 43f0c78b3d |
@@ -1,41 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: 404 Seite nicht gefunden
|
|
||||||
Funktion: Wenn eine Seite nicht gefunden wurde oder noch fehlt,dann wird hierauf verwiesen.
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" type="image/x-icon" href="images/logos/logo_icon.ico">
|
|
||||||
<link rel="stylesheet" href="css/main.css">
|
|
||||||
<link rel="stylesheet" href="css/navbar.css">
|
|
||||||
<link rel="stylesheet" href="css/footer.css">
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
?>
|
|
||||||
|
|
||||||
<h1>404 - Seite nicht vorhanden</h1>
|
|
||||||
<p>
|
|
||||||
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.
|
|
||||||
</p>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -8,6 +8,3 @@ Abgabe zu Aufgabenblatt 1
|
|||||||
Hinweise:
|
Hinweise:
|
||||||
index.html wurde zu einer index.php umbenannt.
|
index.html wurde zu einer index.php umbenannt.
|
||||||
webhook.php bitte ignorieren. Diese dient nur als zukünftige Automatisierung des Repo-Pulls (s. https://docs.gitea.com/usage/webhooks)
|
webhook.php bitte ignorieren. Diese dient nur als zukünftige Automatisierung des Repo-Pulls (s. https://docs.gitea.com/usage/webhooks)
|
||||||
|
|
||||||
Beim Verwenden der Navbar-Links bitte Folgendes beachten: nur die Links Physik, Mathe, Informatik fürhen auf eine andere Seite.
|
|
||||||
Die anderen Links sind erstmal Platzhalter, dessen dynamischer Inhalt später mit PHP in die index.php eingefügt wird.
|
|
||||||
|
|||||||
@@ -18,16 +18,16 @@
|
|||||||
<nav style="background:#808080; height: 60px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right; text-align: center;">
|
<div style="float:right; text-align: center;">
|
||||||
|
|||||||
@@ -18,16 +18,16 @@
|
|||||||
<nav style="background:#808080; height: 60px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right; text-align: center;">
|
<div style="float:right; text-align: center;">
|
||||||
|
|||||||
@@ -18,16 +18,16 @@
|
|||||||
<nav style="background:#808080; height: 60px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right; text-align: center;">
|
<div style="float:right; text-align: center;">
|
||||||
|
|||||||
+27
-19
@@ -18,16 +18,16 @@
|
|||||||
<nav style="background:#808080; height: 60px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right; text-align: center;">
|
<div style="float:right; text-align: center;">
|
||||||
@@ -41,30 +41,38 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main class="login-page">
|
||||||
<div style="width: 50%">
|
<div class="login-container">
|
||||||
<div style="width: 130px;">
|
<div class="logo-wrapper">
|
||||||
<img src="../images/logos/logo.png" alt="" width="120" height="72">
|
<img src="../images/logo.png" alt="Logo" class="login-logo">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 style="width: 60%; text-align: center">Bitte anmelden</h1><br>
|
<h1>Bitte anmelden</h1>
|
||||||
|
|
||||||
<label id="inputEmail" >E-Mail-Adresse / </label>
|
<form>
|
||||||
<p style="width: 80%;">Benutzername/E-Mail-Adresse:</p>
|
<label id ="inputEmail" class="screenreader-only">E-Mail Adresse / </label>
|
||||||
<input type="email" name="email" style="width: 80%;" placeholder="E-Mail-Adresse" required autofocus>
|
|
||||||
<p style="width: 80%;">Passwort:</p>
|
<p class="input-label">Benutzername/E-Mail-Adresse:</p>
|
||||||
<input type="password" name="password" style="width: 80%;" placeholder="Passwort" required>
|
<input type="email" name="email" class="login-input" placeholder="E-Mail-Adresse" required autofocus>
|
||||||
<div style="width: 80%;">
|
|
||||||
|
<p class="input-label">Passwort:</p>
|
||||||
|
<input type="password" name="password" class="login-input" placeholder="Passwort" required>
|
||||||
|
|
||||||
|
<div class="checkbox-wrapper">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="remember-me" value="1"> angemeldet bleiben
|
<input type="checkbox" name="remember-me" value="1"> angemeldet bleiben
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" value="anmelden" name="loginSubmit" style="width: 80%;">anmelden</button><br>
|
|
||||||
<div style="width: 70%; text-align: center">
|
<button type="submit" value="anmelden" name="loginSubmit" class="login-button">anmelden</button>
|
||||||
<a href="register.php" style="text-align: center;"> Noch keinen Account? Jetzt hier registrieren! </a>
|
|
||||||
|
<div class="register-link">
|
||||||
|
<a href="register.php">Noch keinen Account? Jetzt hier registrieren!</a>
|
||||||
</div>
|
</div>
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
<a href="../legal/impressum.php">Impressum</a>
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
<a href="../legal/datenschutz.php">Datenschutz</a>
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
|||||||
+27
-20
@@ -18,16 +18,16 @@
|
|||||||
<nav style="background:#808080; height: 60px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right; text-align: center;">
|
<div style="float:right; text-align: center;">
|
||||||
@@ -41,31 +41,38 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main class="login-page">
|
||||||
<div style="width: 50%">
|
<div class="login-container">
|
||||||
<div style="width: 130px;">
|
<div class="logo-wrapper">
|
||||||
<img src="../images/logos/logo.png" alt="" width="120" height="72">
|
<img src="../images/logo.png" alt="Logo" class="login-logo">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 style="width: 50%; text-align: center">Jetzt Registrieren!</h1><br>
|
<h1>Jetzt Registrieren!</h1>
|
||||||
|
|
||||||
<p style="width: 80%;"> Email:</p>
|
<form>
|
||||||
<input type="email" name="email" style="width: 80%;" placeholder="mustermann@web.de" required>
|
<p class="input-label">Email:</p>
|
||||||
<p style="width: 80%;"> Vorname:</p>
|
<input type="email" name="email" class="login-input" placeholder="mustermann@web.de" required>
|
||||||
<input type="text" name="vorname" style="width: 80%;" placeholder="Max" required>
|
|
||||||
<p style="width: 80%;"> Nachname:</p>
|
|
||||||
<input type="text" name="nachname" style="width: 80%;" placeholder="Mustermann" required>
|
|
||||||
|
|
||||||
<p style="width: 80%;"> Passwort:</p>
|
<p class="input-label">Vorname:</p>
|
||||||
<input type="password" name="password" style="width: 80%;" placeholder="Passwort" required>
|
<input type="text" name="vorname" class="login-input" placeholder="Max" required>
|
||||||
<div style="width: 80%;">
|
|
||||||
|
<p class="input-label">Nachname:</p>
|
||||||
|
<input type="text" name="nachname" class="login-input" placeholder="Mustermann" required>
|
||||||
|
|
||||||
|
<p class="input-label">Passwort:</p>
|
||||||
|
<input type="password" name="password" class="login-input" placeholder="Passwort" required>
|
||||||
|
|
||||||
|
<div class="checkbox-wrapper">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" value="remember-me"> angemeldet bleiben
|
<input type="checkbox" value="remember-me"> angemeldet bleiben
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" value="anmelden" name="loginSubmit" style="width: 80%;">kostenlos registrieren</button>
|
|
||||||
|
<button type="submit" value="anmelden" name="loginSubmit" class="login-button">kostenlos registrieren</button>
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
<a href="../legal/impressum.php">Impressum</a>
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
<a href="../legal/datenschutz.php">Datenschutz</a>
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
|||||||
+15
-9
@@ -13,22 +13,28 @@
|
|||||||
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
|
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.
|
sea takimata sanctus est Lorem ipsum dolor sit amet.
|
||||||
</p>
|
</p>
|
||||||
<div>
|
|
||||||
<a href = "informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a> <br>
|
<!-- Flexbox -->
|
||||||
<div>
|
<div class="flexbox">
|
||||||
|
<div class="container">
|
||||||
|
<a href="content/informatik.php" class="category-link">Informatik</a>
|
||||||
|
<div class="article-link">
|
||||||
<a href="articles/datenschutz.php">Datenschutz vs. Datensicherheit</a>
|
<a href="articles/datenschutz.php">Datenschutz vs. Datensicherheit</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<a href = "mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a> <br>
|
<div class="container">
|
||||||
<div>
|
<a href="content/mathe.php" class="category-link">Mathe</a>
|
||||||
|
<div class="article-link">
|
||||||
<a href="articles/pythagoras.php">Satz des Pythagoras</a>
|
<a href="articles/pythagoras.php">Satz des Pythagoras</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<div class="container">
|
||||||
<div>
|
<a href="content/physik.php" class="category-link">Physik</a>
|
||||||
|
<div class="article-link">
|
||||||
<a href="articles/tunneleffekt.php">Der Tunneleffekt</a>
|
<a href="articles/tunneleffekt.php">Der Tunneleffekt</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
<!--
|
||||||
|
Seite: Informatik
|
||||||
|
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Informatik</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
<h2>Artikel:</h2>
|
||||||
|
<div>
|
||||||
|
<a href="../articles/datenschutz.php">Datenschutz vs. Datensicherheit</a>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
<!--
|
||||||
|
Seite: Mathe
|
||||||
|
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Mathe</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Artikel:</h2>
|
||||||
|
<div>
|
||||||
|
<a href="../articles/pythagoras.php">Satz des Pythagoras</a>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,71 @@
|
|||||||
|
<!--
|
||||||
|
Seite: Physik
|
||||||
|
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<h1>Physik</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Artikel:</h2>
|
||||||
|
<div>
|
||||||
|
<a href="../articles/tunneleffekt.php">Der Tunneleffekt</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,99 @@
|
|||||||
|
<!--
|
||||||
|
Seite: Profil
|
||||||
|
Inhalt: Das eigene Profil, wenn man angemeldet ist. Dort hat man die Möglichkeit seine Angaben zu ändern.
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="description" content="EduForge">
|
||||||
|
<meta name="author" content="Niklas Ortmann">
|
||||||
|
<link rel="stylesheet" href="../css/main.css" />
|
||||||
|
<title>EduForge</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav style="background:#808080; height: 60px;">
|
||||||
|
<div style="float:left; text-align: center;">
|
||||||
|
<a href="../index.php">
|
||||||
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
|
<?php
|
||||||
|
include_once '../includes/search.php';
|
||||||
|
?>
|
||||||
|
|
|
||||||
|
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
|
|
||||||
|
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main class="form-page">
|
||||||
|
|
||||||
|
<div class="form-container">
|
||||||
|
|
||||||
|
<div class="logo-wrapper">
|
||||||
|
<h1>Benutzerdaten ändern</h1>
|
||||||
|
<img src="../images/logo.png" alt="Logo" class="login-logo">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<form>
|
||||||
|
|
||||||
|
<label class="input-label">Vorname</label>
|
||||||
|
|
||||||
|
<input type="text" name="Vorname" class="login-input" required
|
||||||
|
placeholder="Vorname"
|
||||||
|
value="<?php //DB-Daten ?>">
|
||||||
|
|
||||||
|
<label class="input-label">Nachname</label>
|
||||||
|
<input type="text" name="Nachname" class="login-input" required
|
||||||
|
placeholder="Nachname"
|
||||||
|
value="<?php //DB-Daten ?>">
|
||||||
|
|
||||||
|
<label class="input-label">Email-Adresse</label>
|
||||||
|
<input type="email" name="Email" class="login-input" required
|
||||||
|
placeholder="mustermann@web.de"
|
||||||
|
value="<?php //DB-Daten ?>">
|
||||||
|
|
||||||
|
<label class="input-label">Passwort</label>
|
||||||
|
<input type="password" name="Passwort" class="login-input"
|
||||||
|
required placeholder="Passwort">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<button type="submit" class="login-button">
|
||||||
|
Speichern
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
<button type="button" class="login-button">
|
||||||
|
Account löschen
|
||||||
|
</button>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
|
<a href="../legal/impressum.php">Impressum</a>
|
||||||
|
<a href="../legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
/* Footer‑Grundlayout */
|
|
||||||
footer {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
background: #333d43;
|
|
||||||
text-align: center;
|
|
||||||
padding: 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a {
|
|
||||||
color: white;
|
|
||||||
text-decoration: none;
|
|
||||||
margin: 0 12px;
|
|
||||||
transition: color 0.2s ease; /* Farbwechsel */
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a:hover,
|
|
||||||
footer a:focus {
|
|
||||||
color: #0066cc;
|
|
||||||
}
|
|
||||||
+199
-4
@@ -1,7 +1,202 @@
|
|||||||
body {
|
|
||||||
background-color: coral;
|
main {
|
||||||
|
max-width:1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 20px;
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, button, input, select, textarea {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
background-color: #eef2f7;
|
||||||
|
color: #1f2937;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flexbox {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 20px;
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
background-color: white;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 15px;
|
||||||
|
border: 1px solid #dbe3ec;
|
||||||
|
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
|
||||||
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container:hover {
|
||||||
|
transform: translateY(-3px);
|
||||||
|
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
|
||||||
|
}
|
||||||
|
|
||||||
|
.category-link {
|
||||||
|
display: block;
|
||||||
|
text-align: left;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 12px;
|
||||||
|
background-color: #2563eb;
|
||||||
|
color: white;
|
||||||
|
border-radius: 8px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.category-link:hover {
|
||||||
|
background-color: #1d4ed8;
|
||||||
|
transform: translateY(-2px);
|
||||||
|
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-link a {
|
||||||
|
color: #1f2937;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
transition: color 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-link a:hover {
|
||||||
|
color: #2563eb;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
.container {
|
||||||
|
padding: 25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Seite wird horizontal und vertikal zentriert */
|
||||||
|
.login-page {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
min-height: 80vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.login-container {
|
||||||
|
width: 90%;
|
||||||
|
max-width: 450px;
|
||||||
|
padding: 30px;
|
||||||
|
border: 1px solid #dbe3ec;
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: white;
|
||||||
|
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo-wrapper {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-logo {
|
||||||
|
width: 120px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-container h1 {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 25px;
|
||||||
|
font-size: 1.7rem;
|
||||||
|
color: #1e293b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-label {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 100%;
|
||||||
|
color: #1f2937;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-label {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 100%;
|
||||||
|
color: #1f2937;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-input {
|
||||||
|
width: 100%;
|
||||||
|
padding: 12px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
border: 1px solid #d1d5db;
|
||||||
|
border-radius: 6px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-size: 1rem;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-input:focus {
|
||||||
|
outline: none;
|
||||||
|
border-color: #2563eb;
|
||||||
|
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
.checkbox-wrapper {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
color: #1f2937;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-button {
|
||||||
|
width: 100%;
|
||||||
|
padding: 12px;
|
||||||
|
background-color: #2563eb;
|
||||||
|
color: white;
|
||||||
|
border: none;
|
||||||
|
border-radius: 8px;
|
||||||
|
font-size: 1rem;
|
||||||
|
font-weight: bold;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-button:hover {
|
||||||
|
background-color: #1d4ed8;
|
||||||
|
transform: translateY(-2px);
|
||||||
|
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
.register-link {
|
||||||
|
margin-top: 20px;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
color: #1f2937;
|
||||||
|
}
|
||||||
|
.register-link a {
|
||||||
|
color: #2563eb;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
transition: color 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.register-link a:hover {
|
||||||
|
color: #1d4ed8;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Versteckt das doppelte Label fuer Screenreader/Accessibility */
|
||||||
|
.screenreader-only {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
/* Allgemeine Formularseiten */
|
||||||
|
.form-page {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 40px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-container {
|
||||||
|
width: 90%;
|
||||||
|
max-width: 600px;
|
||||||
|
padding: 30px;
|
||||||
|
background-color: white;
|
||||||
|
border: 1px solid #dbe3ec;
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
-246
@@ -1,246 +0,0 @@
|
|||||||
/*
|
|
||||||
CSS für die navbar
|
|
||||||
*/
|
|
||||||
.nav {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
background-color: #333d43;
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__left,
|
|
||||||
.nav__right {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__logo img {
|
|
||||||
height: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__center {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__item {
|
|
||||||
position: relative;
|
|
||||||
margin: 0 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__dropdown-toggle {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
font-weight: 600;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__dropdown-menu {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 100%;
|
|
||||||
left: 0;
|
|
||||||
background: #f9f9f9;
|
|
||||||
min-width: 12rem;
|
|
||||||
box-shadow: 0 2px 5px rgba(0,0,0,.15);
|
|
||||||
padding: 0.5rem 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__dropdown-menu a {
|
|
||||||
padding: 0.5rem 1rem; /* Abstand um den Text */
|
|
||||||
color: #333;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__link {
|
|
||||||
display: inline-block;
|
|
||||||
font-weight: 600;
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__button {
|
|
||||||
display: inline-block;
|
|
||||||
background: #fff;
|
|
||||||
border: none;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
cursor: pointer;
|
|
||||||
color: #333;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 600;
|
|
||||||
margin-left: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
border-radius: 4px; /* Abgerundete Ecken */
|
|
||||||
background: #fff;
|
|
||||||
margin: 0 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search-button {
|
|
||||||
display: inline-block;
|
|
||||||
background: #fff;
|
|
||||||
border: none;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 0.4rem 0.6rem;
|
|
||||||
font-size: 0.8rem;
|
|
||||||
font-weight: 600;
|
|
||||||
cursor: pointer;
|
|
||||||
margin-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__dropdown:hover .nav__dropdown-menu {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__checkbox {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Anpassung unter 1210px */
|
|
||||||
@media (max-width: 1210px) {
|
|
||||||
.nav {
|
|
||||||
flex-wrap: wrap; /* zweite Nav-Zeile*/
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__left {
|
|
||||||
order: 1;
|
|
||||||
flex: 1; /* nimmt den Platz ganz links ein */
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__right {
|
|
||||||
order: 2;
|
|
||||||
flex: 1;
|
|
||||||
justify-content: flex-end; /* schiebt Buttons nach ganz rechts */
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__center {
|
|
||||||
order: 3;
|
|
||||||
flex-basis: 100%; /* Erzwingt, dass dieses Element eine eigene Zeile einnimmt */
|
|
||||||
justify-content: center; /*zentriert die Links in der zweiten Zeile */
|
|
||||||
padding: 0.5rem 0;
|
|
||||||
border-top: 1px solid rgba(255,255,255,0.1); /* Optionale Trennlinie */
|
|
||||||
margin-top: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__item {
|
|
||||||
margin: 0.25rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#mobile-nav {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Anpassungen unter 660px (für z.B. Smartphones) */
|
|
||||||
@media (max-width: 660px) {
|
|
||||||
.nav {
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__logo img {
|
|
||||||
height: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__left {
|
|
||||||
order: 2;
|
|
||||||
flex: 1;
|
|
||||||
justify-content: flex-start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__right {
|
|
||||||
order: 3;
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mobile-nav {
|
|
||||||
display: block;
|
|
||||||
order: 1;
|
|
||||||
background: #333d43;
|
|
||||||
border: none;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
padding: 0.5rem 0.1rem;
|
|
||||||
border-radius: 0.2rem;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__search-button {
|
|
||||||
display: inline-block;
|
|
||||||
background: #fff;
|
|
||||||
border: none;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 0.4rem 0.6rem;
|
|
||||||
font-size: 0.8rem;
|
|
||||||
font-weight: 600;
|
|
||||||
cursor: pointer;
|
|
||||||
margin-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* restliche desktop-navbar aus */
|
|
||||||
.nav__center,
|
|
||||||
.nav__right .nav__button,
|
|
||||||
.nav__right .nav__link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* off canvas menu */
|
|
||||||
.nav__mobile-menu {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: -100%; /* kommt von links */
|
|
||||||
width: 280px;
|
|
||||||
height: 100vh;
|
|
||||||
background: #333d43;
|
|
||||||
z-index: 1000;
|
|
||||||
transition: left 0.3s ease;
|
|
||||||
padding: 2rem 1rem;
|
|
||||||
box-shadow: 2px 0 10px rgba(0,0,0,0.5);
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__checkbox:checked ~ .nav__mobile-menu {
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav_mobile-menu.is-active {
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav__mobile-menu a {
|
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
font-weight: 600;
|
|
||||||
display: block;
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
border-bottom: 1px solid #333d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 199 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 157 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
@@ -1,5 +0,0 @@
|
|||||||
<footer>
|
|
||||||
<a href="legal/impressum.php">Impressum</a>
|
|
||||||
<a href="legal/datenschutz.php">Datenschutz</a>
|
|
||||||
<a href="legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
|
||||||
</footer>
|
|
||||||
+18
-73
@@ -1,83 +1,28 @@
|
|||||||
<!--
|
<!--
|
||||||
Globales Menü, wird via PHP später in alle Seiten eingebunden
|
Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||||
-->
|
-->
|
||||||
<nav class="nav">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div class="nav__left">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="index.php" class="nav__logo">
|
<a href="index.php">
|
||||||
<img src="images/logos/logo_full.png" alt="Logo">
|
<img src="images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
|
<a href = "content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
||||||
|
<a href = "content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
||||||
|
<a href = "content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
||||||
</div>
|
</div>
|
||||||
|
<div style="float:right; text-align: center;">
|
||||||
<!-- Mobile navbar mit Burger-Symbol -->
|
|
||||||
<input type="checkbox" id="nav-toggle" class="nav__checkbox">
|
|
||||||
<label for="nav-toggle" id="mobile-nav">
|
|
||||||
<span>☰</span> <!-- Burger Icon Symbol -->
|
|
||||||
</label>
|
|
||||||
|
|
||||||
<ul id="mobile-nav" class="nav__mobile-menu">
|
|
||||||
<li><a href="auth/login.php">Anmelden</a></li>
|
|
||||||
<li><a href="404.php">Mathe</a></li>
|
|
||||||
<li><a href="404.php">Physik</a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<!-- normale Navbar (Desktop) -->
|
|
||||||
<div class="nav__center">
|
|
||||||
<div class="nav__item nav__dropdown">
|
|
||||||
<button class="nav__dropdown-toggle">Sprachen</button>
|
|
||||||
<div class="nav__dropdown-menu">
|
|
||||||
<a href="404.php">Deutsch</a>
|
|
||||||
<a href="404.php">Englisch</a>
|
|
||||||
<a href="404.php">Französisch</a>
|
|
||||||
<a href="404.php">Latein</a>
|
|
||||||
<a href="404.php">Literatur</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="nav__item nav__dropdown">
|
|
||||||
<button class="nav__dropdown-toggle">MINT</button>
|
|
||||||
<div class="nav__dropdown-menu">
|
|
||||||
<a href="404.php">Mathematik</a>
|
|
||||||
<a href="404.php">Biologie</a>
|
|
||||||
<a href="404.php">Chemie</a>
|
|
||||||
<a href="404.php">Physik</a>
|
|
||||||
<a href="404.php">Informatik</a>
|
|
||||||
<a href="404.php">Astronomie</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="nav__item nav__dropdown">
|
|
||||||
<button class="nav__dropdown-toggle">Gesellschaft & Werte</button>
|
|
||||||
<div class="nav__dropdown-menu">
|
|
||||||
<a href="404.php">Geschichte</a>
|
|
||||||
<a href="404.php">Erdkunde</a>
|
|
||||||
<a href="404.php">Sozialkunde</a>
|
|
||||||
<a href="404.php">Wirtschaftskunde</a>
|
|
||||||
<a href="404.php">Religion</a>
|
|
||||||
<a href="404.php">Ethikunterricht</a>
|
|
||||||
<a href="404.php">Philosophie</a>
|
|
||||||
<a href="404.php">Psychologie</a>
|
|
||||||
<a href="404.php">Kunst</a>
|
|
||||||
<a href="404.php">Musik</a>
|
|
||||||
<a href="404.php">Theater</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="nav__item nav__dropdown">
|
|
||||||
<button class="nav__dropdown-toggle">Technik & Praxis</button>
|
|
||||||
<div class="nav__dropdown-menu">
|
|
||||||
<a href="404.php">Technik</a>
|
|
||||||
<a href="404.php">Werken</a>
|
|
||||||
<a href="404.php">Hauswirtschaft</a>
|
|
||||||
<a href="404.php">Sport</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="nav__right">
|
|
||||||
<a href = "content/profile.php" class="nav_item nav__link">Profil</a>
|
|
||||||
<div class="nav__search">
|
|
||||||
<?php
|
<?php
|
||||||
include_once 'search.php';
|
include_once 'search.php';
|
||||||
?>
|
?>
|
||||||
</div>
|
|
|
||||||
<a href = "auth/login.php" class="nav__item nav__button">Anmelden</a>
|
<a href = "auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||||||
<a href = "auth/register.php" class="nav__item nav__button">Registrieren</a>
|
|
||||||
|
<a href = "auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
+2
-3
@@ -1,6 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Suchleiste. Wird via PHP später in alle Seiten eingebunden
|
Suchleiste. Wird via PHP später in alle Seiten eingebunden
|
||||||
-->
|
-->
|
||||||
<!--<label for="site-search">Suche</label>-->
|
<input type="search" id="site-search" name="q" placeholder="Suchen...">
|
||||||
<input type="search" id="site-search" name="q" placeholder="Suchen..." class="nav__search">
|
<button type="submit">Suchen</button>
|
||||||
<button type="submit" class="nav__search-button">Suchen</button>
|
|
||||||
@@ -9,11 +9,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="description" content="EduForge">
|
<meta name="description" content="EduForge">
|
||||||
<meta name="author" content="Niklas Ortmann">
|
<meta name="author" content="Niklas Ortmann">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<link rel="stylesheet" href="css/main.css" />
|
||||||
<link rel="icon" type="image/x-icon" href="images/logos/logo_icon.ico">
|
|
||||||
<link rel="stylesheet" href="css/main.css">
|
|
||||||
<link rel="stylesheet" href="css/navbar.css">
|
|
||||||
<link rel="stylesheet" href="css/footer.css">
|
|
||||||
<title>EduForge</title>
|
<title>EduForge</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -26,9 +22,11 @@
|
|||||||
include_once 'content/home.php';
|
include_once 'content/home.php';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||||||
include_once 'includes/footer.php';
|
<a href="legal/impressum.php">Impressum</a>
|
||||||
?>
|
<a href="legal/datenschutz.php">Datenschutz</a>
|
||||||
|
<a href="legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: Informatik
|
|
||||||
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<link rel="stylesheet" href="css/main.css" />
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
//Dynamischer Inhalt (später mit php...):
|
|
||||||
include_once 'content/home.php';
|
|
||||||
?>
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Informatik</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
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.
|
|
||||||
</p>
|
|
||||||
<h2>Artikel:</h2>
|
|
||||||
<div>
|
|
||||||
<a href="articles/datenschutz.php">Datenschutz vs. Datensicherheit</a>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -19,16 +19,16 @@
|
|||||||
<nav style="background:#808080; height: 60px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right; text-align: center;">
|
<div style="float:right; text-align: center;">
|
||||||
|
|||||||
+5
-5
@@ -19,16 +19,16 @@
|
|||||||
<nav style="background:#808080; height: 60px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right; text-align: center;">
|
<div style="float:right; text-align: center;">
|
||||||
|
|||||||
@@ -18,16 +18,16 @@
|
|||||||
<nav style="background:#808080; height: 60px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
<img src="../images/logo.png" alt="" style="height: 44px;">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
<a href = "../content/mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||||||
|
|
|
|
||||||
<a href = "../profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right; text-align: center;">
|
<div style="float:right; text-align: center;">
|
||||||
|
|||||||
@@ -1,48 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: Mathe
|
|
||||||
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<link rel="stylesheet" href="css/main.css" />
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
//Dynamischer Inhalt (später mit php...):
|
|
||||||
include_once 'content/home.php';
|
|
||||||
?>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Mathe</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
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.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Artikel:</h2>
|
|
||||||
<div>
|
|
||||||
<a href="articles/pythagoras.php">Satz des Pythagoras</a>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
-49
@@ -1,49 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: Physik
|
|
||||||
Inhalt: Eine Übersicht über alle Beiträge zum Fach
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<link rel="stylesheet" href="css/main.css" />
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
//Dynamischer Inhalt (später mit php...):
|
|
||||||
include_once 'content/home.php';
|
|
||||||
?>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Physik</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
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.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Artikel:</h2>
|
|
||||||
<div>
|
|
||||||
<a href="articles/tunneleffekt.php">Der Tunneleffekt</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
-62
@@ -1,62 +0,0 @@
|
|||||||
<!--
|
|
||||||
Seite: Profil
|
|
||||||
Inhalt: Das eigene Profil, wenn man angemeldet ist. Dort hat man die Möglichkeit seine Angaben zu ändern.
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="description" content="EduForge">
|
|
||||||
<meta name="author" content="Niklas Ortmann">
|
|
||||||
<link rel="stylesheet" href="css/main.css" />
|
|
||||||
<title>EduForge</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/navbar.php';
|
|
||||||
//Dynamischer Inhalt (später mit php...):
|
|
||||||
include_once 'content/home.php';
|
|
||||||
?>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<h1>Benutzerdaten ändern</h1>
|
|
||||||
<a href="/users"><img src="../images/logo.png" alt="" width="120" height="72"></a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<label id="Vorname">Vorname</label>
|
|
||||||
<input type="text" name="Vorname" required placeholder="Vorname" value="<?php //DB-Daten ?>">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label id="Nachname">Nachname</label>
|
|
||||||
<input type="text" name="Nachname" required placeholder="Nachname" value="<?php //DB-Daten ?>">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label id="Email">Email-Adresse</label>
|
|
||||||
<input type="email" name="Email" required placeholder="mustermann@web.de" value="<?php //DB-Daten ?>">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label id="Passwort">Passwort</label>
|
|
||||||
<input type="password" name="Passwort" required placeholder="Passwort">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<br>
|
|
||||||
<button type="submit" name="submit"><i></i> Speichern</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include_once 'includes/footer.php';
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user