Aktualisieren der daten
This commit is contained in:
parent
910becb0a7
commit
609f44ca75
@ -63,7 +63,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h6>Kleine Statistik der FFw Stadt Wehlen</h6>
|
<h6>Kleine Statistik der FFw Stadt Wehlen</h6>
|
||||||
<p><strong>Aktive:</strong> 27 | <strong>Jugend:</strong> 23 | <strong>Passive:</strong> 9 | <strong>Förderverein:</strong> 172</p>
|
<p><strong>Aktive:</strong> 22 | <strong>Jugend:</strong> 20 | <strong>Passive:</strong> 13 | <strong>Förderverein:</strong> 161</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h6>Navigation</h6>
|
<h6>Navigation</h6>
|
||||||
@ -102,7 +102,7 @@
|
|||||||
<div class="gl-hero-text">
|
<div class="gl-hero-text">
|
||||||
<span class="gl-hero-badge">Freiwillige Feuerwehr seit 1901</span>
|
<span class="gl-hero-badge">Freiwillige Feuerwehr seit 1901</span>
|
||||||
<h1>Feuerwehr <span class="highlight">Stadt Wehlen</span></h1>
|
<h1>Feuerwehr <span class="highlight">Stadt Wehlen</span></h1>
|
||||||
<p>Ehrenamtlich im Einsatz für Stadt Wehlen und Pötzscha – bei Brand, Hilfeleistung und Wasserrettung auf der Elbe.</p>
|
<p>Ehrenamtlich im Einsatz für Stadt Wehlen und Pötzscha bei Brand, Hilfeleistung und Wasserrettung auf der Elbe.</p>
|
||||||
<div class="gl-hero-cta">
|
<div class="gl-hero-cta">
|
||||||
<a class="btn-pill" href="technik.html">Unsere Technik</a>
|
<a class="btn-pill" href="technik.html">Unsere Technik</a>
|
||||||
<a class="btn-pill btn-pill-ghost" href="dienstplan.html">Dienstplan & Termine</a>
|
<a class="btn-pill btn-pill-ghost" href="dienstplan.html">Dienstplan & Termine</a>
|
||||||
@ -116,10 +116,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row g-3 mt-2">
|
<div class="row g-3 mt-2">
|
||||||
<div class="col-6 col-md-3"><div class="stat-kachel"><div class="zahl">27</div><div class="label">Aktive</div></div></div>
|
<div class="col-6 col-md-3"><div class="stat-kachel"><div class="zahl">22</div><div class="label">Aktive</div></div></div>
|
||||||
<div class="col-6 col-md-3"><div class="stat-kachel"><div class="zahl">23</div><div class="label">Jugendfeuerwehr</div></div></div>
|
<div class="col-6 col-md-3"><div class="stat-kachel"><div class="zahl">20</div><div class="label">Jugendfeuerwehr</div></div></div>
|
||||||
<div class="col-6 col-md-3"><div class="stat-kachel"><div class="zahl">9</div><div class="label">Passive</div></div></div>
|
<div class="col-6 col-md-3"><div class="stat-kachel"><div class="zahl">13</div><div class="label">Passive</div></div></div>
|
||||||
<div class="col-6 col-md-3"><div class="stat-kachel"><div class="zahl">172</div><div class="label">Förderverein</div></div></div>
|
<div class="col-6 col-md-3"><div class="stat-kachel"><div class="zahl">161</div><div class="label">Förderverein</div></div></div>
|
||||||
</div>
|
</div>
|
||||||
</section>`;
|
</section>`;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -46,7 +46,7 @@ window.FFW_MITGLIEDER = {
|
|||||||
titel: "Mannschaft",
|
titel: "Mannschaft",
|
||||||
abschnitte: [
|
abschnitte: [
|
||||||
{ label: "Truppführer", namen: ["Gottlöber, Heiko", "Hübsch, Alexander", "Hübsch, Sebastian", "John, Marko", "Marder, Uwe"] },
|
{ label: "Truppführer", namen: ["Gottlöber, Heiko", "Hübsch, Alexander", "Hübsch, Sebastian", "John, Marko", "Marder, Uwe"] },
|
||||||
{ label: "Truppmann", namen: ["Caspari, Patrick", "Herzog, Nico", "Marder, Lukas", "Mathe, Albert", "Pohl, Michael", "Riedel, Pascal"] }
|
{ label: "Truppmann", namen: ["Caspari, Patrick", "Herzog, Nico", "Marder, Lukas", "Mathe, Albert", "Pohl, Michael", "Riedel, Pascal", "Pintaske, Florian"] }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Feuerwehr Stadt Wehlen – Startseite</title>
|
<title>Feuerwehr Stadt Wehlen Startseite</title>
|
||||||
<meta name="description" content="Freiwillige Feuerwehr Stadt Wehlen – Einsätze, Technik, Geschichte und Dienstplan." />
|
<meta name="description" content="Freiwillige Feuerwehr Stadt Wehlen – Einsätze, Technik, Geschichte und Dienstplan." />
|
||||||
|
|
||||||
<script>window.FFW_BASE = "";</script>
|
<script>window.FFW_BASE = "";</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user