Compare commits
5 Commits
9ec3aff244
...
944ececf68
Author | SHA1 | Date | |
---|---|---|---|
|
944ececf68 | ||
|
0bf5a5b5ac | ||
|
a07bf7657c | ||
|
f8238e1294 | ||
|
6a3e9f38da |
15
config.toml
15
config.toml
@ -24,7 +24,7 @@ enable = false
|
|||||||
enable = true
|
enable = true
|
||||||
bg = "images/header-bg-camp4.jpg"
|
bg = "images/header-bg-camp4.jpg"
|
||||||
title = "VVoid Camp"
|
title = "VVoid Camp"
|
||||||
subtitle = "Chaos unterm Sternenhimmel<br>13.06.2024-16.06.2024"
|
subtitle = "Chaos unterm Sternenhimmel"
|
||||||
btnText = "Mehr Infos"
|
btnText = "Mehr Infos"
|
||||||
countdownYear = "2024"
|
countdownYear = "2024"
|
||||||
countdownMonth = "06"
|
countdownMonth = "06"
|
||||||
@ -33,13 +33,14 @@ countdownHour = "18"
|
|||||||
countdownMinute = "0"
|
countdownMinute = "0"
|
||||||
countdownSecond = "0"
|
countdownSecond = "0"
|
||||||
disableCountdown = false
|
disableCountdown = false
|
||||||
showSubtitle = false
|
showDate = true
|
||||||
|
date = "13.06.2024 - 16.06.2024 im VVoid"
|
||||||
|
|
||||||
# News Section
|
# News Section
|
||||||
[params.news]
|
[params.news]
|
||||||
enable = false
|
enable = true
|
||||||
heading = "Aktuelles"
|
heading = "Aktuelles"
|
||||||
description = "Ihr wollt was beitragen? Meldet euch gern im <a href='https://pretalx.vvoid.camp/'>Pretalx</a> an.<br>Für ein gelungenes Camp brauchen wir außerdem viele helfende VVoidpertinger. Registriert euch <a href='https://vvoidpertinger.vvoid.camp/'>jetzt</a>!"
|
description = "Die Verkaufstermine für das VVoid Camp 2024 stehen fest:<br>03.03.2024, 20 Uhr<br>20.03.2024, 20 Uhr"
|
||||||
|
|
||||||
# About Section
|
# About Section
|
||||||
[params.about]
|
[params.about]
|
||||||
@ -107,14 +108,14 @@ subtitle = "auf einen Blick"
|
|||||||
[[params.service.serviceItem]]
|
[[params.service.serviceItem]]
|
||||||
icon = "tf-ion-calendar"
|
icon = "tf-ion-calendar"
|
||||||
title = "Datum"
|
title = "Datum"
|
||||||
description = "13.06.2024 - 16.06.2024"
|
description = "13.06.2024 - 16.06.2024<br>Ticketverkauf am 03.03.2024 20:00 Uhr<br>und 20.03.2024 20:00 Uhr"
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
[[params.service.serviceItem]]
|
[[params.service.serviceItem]]
|
||||||
icon = "tf-ion-cash"
|
icon = "tf-ion-cash"
|
||||||
title = "Kosten"
|
title = "Kosten"
|
||||||
description = "65€, Ewiges Frühstück inklusive, Getränke werden extra abgerechnet.<br>Der Preis ist kostendeckend kalkuliert, mit einem Supporter-Ticket könnt ihr uns zusätzliche Planungssicherheit verschaffen."
|
description = "tdb<br><br><br>"
|
||||||
enable = false
|
enable = true
|
||||||
|
|
||||||
[[params.service.serviceItem]]
|
[[params.service.serviceItem]]
|
||||||
icon = "tf-ion-chatbubble-working"
|
icon = "tf-ion-chatbubble-working"
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
{{ . }}
|
{{ . }}
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Site.Params.hero.showSubtitle }}
|
{{ if .Site.Params.hero.showDate }}
|
||||||
<p class="wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" style="font-size:25pt;text-align:center">
|
<p class="wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" style="font-size:25pt;text-align:center">
|
||||||
18.08.2022 - 21.08.2022 im VVoid
|
{{ .Site.Params.hero.date}}
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.hero.btnText }}
|
{{ with .Site.Params.hero.btnText }}
|
||||||
|
@ -451,6 +451,7 @@ a:active {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
color: #6700f4;
|
color: #6700f4;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service .block h3 {
|
.service .block h3 {
|
||||||
@ -480,6 +481,7 @@ a:active {
|
|||||||
/*--
|
/*--
|
||||||
About start
|
About start
|
||||||
--*/
|
--*/
|
||||||
|
.news .content h3,
|
||||||
.about .content h3 {
|
.about .content h3 {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
Loading…
Reference in New Issue
Block a user