43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Imprint – EIS Learning Project</title>
|
||
<link rel="icon" href="img/favicon.png" type="image/png">
|
||
<link rel="stylesheet" href="css/style.css">
|
||
<script src="js/script.js" defer></script>
|
||
</head>
|
||
|
||
<body>
|
||
<header>
|
||
<div class="logo-container">
|
||
<img src="img/Logo.png" alt="Logo" class="logo">
|
||
</div>
|
||
|
||
<nav>
|
||
<a href="index.html">Home</a>
|
||
<a href="about_us.html">About Us</a>
|
||
<a href="eis_project.html">Project</a>
|
||
<a href="contact.html">Contact</a>
|
||
<a href="imprint.html">Imprint</a>
|
||
<a href="notenrechner.html">Notenrechner</a>
|
||
<button id="dark-mode-toggle">Dark Mode</button>
|
||
</nav>
|
||
</header>
|
||
|
||
<main>
|
||
<h1>Imprint</h1>
|
||
<p><strong>Responsible:</strong> Theresa und Tahar</p>
|
||
<p><strong>Email:</strong> theresa.nerz@stud.ph-weingarten.de & tahar.lamred01@stud.ph-weingartenh.de</p>
|
||
<p>This website is a learning project as part of the course
|
||
<em>"Development of Interactive Software Applications"</em> at PH Weingarten.
|
||
</p>
|
||
<a href="assets/project_info.pdf" download>Download Project Info (PDF)</a>
|
||
</main>
|
||
|
||
<footer>
|
||
<p>© 2026 – EIS Learning Project</p>
|
||
</footer>
|
||
</body>
|
||
</html>
|