Webseite vollständig
This commit is contained in:
parent
b4bfe1871e
commit
29d2b74413
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
BIN
JereZoo/Picture/Original_WW1113726_webklein.jpg
Normal file
BIN
JereZoo/Picture/Original_WW1113726_webklein.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
JereZoo/Picture/background.jpg
Normal file
BIN
JereZoo/Picture/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@ -7,19 +7,26 @@ body {
|
|||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
background-image: url('../Picture/background.jpg');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
text-align: center;
|
||||||
|
color:rgb(96, 74, 45);
|
||||||
}
|
}
|
||||||
|
|
||||||
header, footer {
|
header, footer {
|
||||||
background-color: #333;
|
background-color: rgb(255, 172, 70);
|
||||||
color: #fff;
|
color:rgb(161, 116, 58);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin-bottom: 20px;
|
margin: 20px auto;
|
||||||
background-color: #f9f9f9;
|
max-width: 800px;
|
||||||
|
background-color: rgba(255, 195, 122, 0.8);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -32,7 +39,7 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table, th, td {
|
table, th, td {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #000000;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,10 @@
|
|||||||
<section id="animals">
|
<section id="animals">
|
||||||
<h2>Unsere Tiere</h2>
|
<h2>Unsere Tiere</h2>
|
||||||
<div id="animal-gallery">
|
<div id="animal-gallery">
|
||||||
<!-- Hier könnten Bilder von Tieren eingefügt werden -->
|
<img src="Picture/1653505005766,asiatischer-loewe-wilhelma-100~_v-16x9@2dL_-6c42aff4e68b43c7868c3240d3ebfa29867457da.avif" alt="Loewe">
|
||||||
|
<img src="Picture/1670853862237,tiere-im-zoo-teaser-reihe-100~_v-16x9@2dL_-6c42aff4e68b43c7868c3240d3ebfa29867457da.jpg" alt="Loewe">
|
||||||
|
<img src="Picture/575cff76-0001-0004-0000-000000997598_w960_r1.778_fpx66.72_fpy44.99.jpg" alt="Loewe">
|
||||||
|
<img src="Picture/Original_WW1113726_webklein.jpg" alt="Loewe">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="prices">
|
<section id="prices">
|
||||||
@ -53,7 +56,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<section id="sponsorship">
|
<section id="sponsorship">
|
||||||
<h2>Patenschaften</h2>
|
<h2>Patenschaften</h2>
|
||||||
<p>[Hier könnten Informationen über die Möglichkeit, Tiere im Zoo zu unterstützen, eingefügt werden]</p>
|
<p>Der JereZoo ist nicht nur ein Ort der Entdeckung und des Staunens, sondern auch ein Ort des Schutzes und der Erhaltung bedrohter Tierarten. Durch deine finanzielle Unterstützung trägst du dazu bei, die lebenswichtige Arbeit des Zoos fortzusetzen, die Artenvielfalt zu bewahren und Bildungsprogramme für die nächste Generation zu ermöglichen. Deine Spende hilft, das Vermächtnis von Jeremy Zimbal zu ehren und sicherzustellen, dass der JereZoo ein Ort bleibt, an dem Mensch und Tier in Harmonie leben können.</p>
|
||||||
<a href="patenshop.html">Zum Patenshop</a>
|
<a href="patenshop.html">Zum Patenshop</a>
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user