Compare commits

..

No commits in common. "944ececf689abae307e9fbef8bebe6c074b2d2b1" and "9ec3aff244f00c69690f5087312dc4880a404340" have entirely different histories.

3 changed files with 9 additions and 12 deletions

View File

@ -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" subtitle = "Chaos unterm Sternenhimmel<br>13.06.2024-16.06.2024"
btnText = "Mehr Infos" btnText = "Mehr Infos"
countdownYear = "2024" countdownYear = "2024"
countdownMonth = "06" countdownMonth = "06"
@ -33,14 +33,13 @@ countdownHour = "18"
countdownMinute = "0" countdownMinute = "0"
countdownSecond = "0" countdownSecond = "0"
disableCountdown = false disableCountdown = false
showDate = true showSubtitle = false
date = "13.06.2024 - 16.06.2024 im VVoid"
# News Section # News Section
[params.news] [params.news]
enable = true enable = false
heading = "Aktuelles" heading = "Aktuelles"
description = "Die Verkaufstermine für das VVoid Camp 2024 stehen fest:<br>03.03.2024, 20 Uhr<br>20.03.2024, 20 Uhr" 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>!"
# About Section # About Section
[params.about] [params.about]
@ -108,14 +107,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<br>Ticketverkauf am 03.03.2024 20:00 Uhr<br>und 20.03.2024 20:00 Uhr" description = "13.06.2024 - 16.06.2024"
enable = true enable = true
[[params.service.serviceItem]] [[params.service.serviceItem]]
icon = "tf-ion-cash" icon = "tf-ion-cash"
title = "Kosten" title = "Kosten"
description = "tdb<br><br><br>" 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."
enable = true enable = false
[[params.service.serviceItem]] [[params.service.serviceItem]]
icon = "tf-ion-chatbubble-working" icon = "tf-ion-chatbubble-working"

View File

@ -17,9 +17,9 @@
{{ . }} {{ . }}
</p> </p>
{{ end }} {{ end }}
{{ if .Site.Params.hero.showDate }} {{ if .Site.Params.hero.showSubtitle }}
<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">
{{ .Site.Params.hero.date}} 18.08.2022 - 21.08.2022 im VVoid
</p> </p>
{{ end }} {{ end }}
{{ with .Site.Params.hero.btnText }} {{ with .Site.Params.hero.btnText }}

View File

@ -451,7 +451,6 @@ 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 {
@ -481,7 +480,6 @@ 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;