Compare commits

..

5 Commits

Author SHA1 Message Date
Christoph Schindlbeck
944ececf68 daouble date 2024-02-19 20:17:38 +01:00
Christoph Schindlbeck
0bf5a5b5ac ticket dates 2024-02-13 21:54:12 +01:00
Christoph Schindlbeck
a07bf7657c fix mastodon icon height 2024-02-13 21:54:12 +01:00
Christoph Schindlbeck
f8238e1294 display date properly in hero area 2024-02-13 21:30:48 +01:00
Christoph Schindlbeck
6a3e9f38da fix news heading style 2024-02-13 21:22:51 +01:00
3 changed files with 12 additions and 9 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<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"

View File

@ -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 }}

View File

@ -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;