new website, for the project i have the "erdmännchen" its a funny creature

This commit is contained in:
2026-05-27 10:42:34 +02:00
parent f0f31e774d
commit 16d0d5009c
8 changed files with 312 additions and 28 deletions
+37
View File
@@ -0,0 +1,37 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Galerie</title>
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<header>
<h1>Galerie</h1>
<nav>
<a href="index.html">Start</a>
<a href="about.html">Über</a>
<a href="behavior.html">Verhalten</a>
</nav>
</header>
<main>
<div class="grid">
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Suricata_suricatta_44885.jpg/960px-Suricata_suricatta_44885.jpg" alt="Erdmännchen Gruppe">
<figcaption>Gruppe auf Wachtposten</figcaption>
</figure>
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Suricata_suricatta_qtl1.jpg/960px-Suricata_suricatta_qtl1.jpg" alt="Stehendes Erdmännchen">
<figcaption>Aufrechter Wachtposten</figcaption>
</figure>
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Suricata_suricatta_Oliwa.JPG/960px-Suricata_suricatta_Oliwa.JPG" alt="Erdmännchen Nahaufnahme">
<figcaption>Nahaufnahme</figcaption>
</figure>
</div>
<section>
</main>
</body>
</html>