eis-website/impressum.html

53 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Impressum Lena</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="ueber_uns.html">Über mich</a></li>
<li><a href="eis_projekt.html">EIS Projekt</a></li>
<li><a href="kontakt.html">Kontakt</a></li>
<li><a href="impressum.html">Impressum</a></li>
<li><a href="notenrechner.html">Notenrechner</a></li>
<li><a href="textanalyse.html">Textanalyse</a></li>
</ul>
</nav>
<main>
<header>
<img src="img/logo.svg" alt="Logo" style="height: 40px;">
<h1>Impressum</h1>
</header>
<section>
<h2>Angaben gemäß § 5 TMG</h2>
<p>Lena Schmid<br>
Kurs: Einführung in interaktive Softwareanwendungen<br>
Sommersemester 2025</p>
<h2>Kontakt</h2>
<p>E-Mail: lena.schmid01@stud-ph-weingarten.de</p>
<h2>Verantwortlich: Lena Schmid</h2>
<hr style="border: 0; border-top: 1px solid #e2e8f0; margin: 2rem 0;">
<p><small>Diese Website ist ein Lernprojekt im Rahmen der Lernveranstaltung "Entwicklung interaktiver Softwareanwendungen" an der PH Weingarten.
</small></p>
</section>
</main>
<script src="script.js"></script>
</body>
</html>