eis-website/ueber_uns.html
2026-06-02 12:40:41 +02:00

39 lines
993 B
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>
<head><link rel="stylesheet" href="css/style.css"><meta charset="UTF-8"><title>isa8 EIS SoSe 25</title></head>
<script src="js/script.js"></script>
<body>
<header>
<nav>
<a href="index.html">Start</a>
<a href="ueber_uns.html">Über uns</a>
<a href="eis_projekt.html">Projekt</a>
<a href="kontakt.html">Kontakt</a>
<a href="notenrechner.html">Notenrechner</a>
<a href="impressum.html">Impressum</a>
</nav>
</header>
<div class="theme-switch-container">
<button id="theme-toggle">☀️ Light Mode</button>
</div>
<main>
<h1>Über uns</h1>
<section>
<h2>Elena</h2>
<img src="img/Elena.png" alt="ElenasBild">
<p>Expertinnen Schlange für spitze Zähne</p>
</section>
<section>
<h2>Lena</h2>
<img src="img/Lena.png" alt="LenasBild">
<p>Expertinnen Schlange für rasselnde Schwanzspitzen</p>
</section>
</main>
<footer>
<p>&copy; 2026 - Lernprojekt EIS</p>
</body>
</html>