neue Bilder für Slider

This commit is contained in:
Christoph Schindlbeck 2021-05-25 23:10:32 +02:00
parent b90ed5bd90
commit 14228369e5
15 changed files with 25 additions and 4 deletions

View File

@ -33,11 +33,20 @@ description = "Lange Gespräche am Lagerfeuer, Hacken im Wald, Siebdrucken, Musi
corona = "Aktuell planen wir, das das VVoid Camp stattfinden zu lassen, aber du kannst dir sicher vorstellen, dass die Entscheidung keine leichte ist.</br> Du kannst uns mit einem Signal von dir sehr bei der Planung helfen:</br> Wenn du gerne kommen möchtest, bestell dir bitte jetzt dein Ticket, damit wir die Zahl der Teilnehmer*innen abschätzen können.</br> Finanziell besteht für dich kein Risiko, da wir den Zeltplatz kostenlos stornieren können. Im Falle einer Absage geht alles bis dahin überwiesene Geld ohne Abzüge an die Absender zurück.</br> Wenn du noch ein paar Infos zur Entscheidung brauchst, erreichst du uns unter: <a href=\"mailto:info@vvoid.camp\">info@vvoid.camp</a>"
[[params.about.sliderItem]]
image = "images/about/tippi.jpg"
image = "images/about/vvoid01.jpg"
[[params.about.sliderItem]]
image = "images/about/tippi-gruppe.jpg"
image = "images/about/vvoid02.jpg"
[[params.about.sliderItem]]
image = "images/about/lagerfeuer.jpg"
image = "images/about/vvoid03.jpg"
[[params.about.sliderItem]]
image = "images/about/vvoid04.jpg"
[[params.about.sliderItem]]
image = "images/about/vvoid05.jpg"
[[params.about.sliderItem]]
image = "images/about/vvoid06.jpg"
[[params.about.sliderItem]]
image = "images/about/vvoid07.jpg"
# Details Section
@ -59,6 +68,18 @@ description = " Um das Event zu einer guten Erfahrung für alle zu machen, benö
heading = "Mach es zu deinem VVoidcamp"
description = " Siebdrucken, Löten, Astronomie oder Häkeln - wenn du dein Wissen mit anderen teilen möchtest, kannst du das in Form eines Talks oder Workshops tun. Entsprechende Infos veröffentlichen wir dann rechtzeitig auf der Website."
[[params.details.sliderItem]]
image = "images/about/vvoid11.jpg"
[[params.details.sliderItem]]
image = "images/about/vvoid12.jpg"
[[params.details.sliderItem]]
image = "images/about/vvoid13.jpg"
[[params.details.sliderItem]]
image = "images/about/vvoid14.jpg"
[[params.details.sliderItem]]
image = "images/about/vvoid15.jpg"
[[params.details.sliderItem]]
image = "images/about/vvoid16.jpg"
# Service Section
[params.service]

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

View File

@ -5,7 +5,7 @@
<div class="row">
<div class="col-md-5 col-sm-12 wow fadeInLeft">
<div class="about-slider">
{{ range .Site.Params.about.sliderItem }}
{{ range .Site.Params.details.sliderItem }}
<img src="{{ .image }}" alt="{{ i18n "sliderImage" }}">
{{ end }}
</div>