Compare commits
No commits in common. "944ececf689abae307e9fbef8bebe6c074b2d2b1" and "9ec3aff244f00c69690f5087312dc4880a404340" have entirely different histories.
944ececf68
...
9ec3aff244
15
config.toml
15
config.toml
@ -24,7 +24,7 @@ enable = false
|
||||
enable = true
|
||||
bg = "images/header-bg-camp4.jpg"
|
||||
title = "VVoid Camp"
|
||||
subtitle = "Chaos unterm Sternenhimmel"
|
||||
subtitle = "Chaos unterm Sternenhimmel<br>13.06.2024-16.06.2024"
|
||||
btnText = "Mehr Infos"
|
||||
countdownYear = "2024"
|
||||
countdownMonth = "06"
|
||||
@ -33,14 +33,13 @@ countdownHour = "18"
|
||||
countdownMinute = "0"
|
||||
countdownSecond = "0"
|
||||
disableCountdown = false
|
||||
showDate = true
|
||||
date = "13.06.2024 - 16.06.2024 im VVoid"
|
||||
showSubtitle = false
|
||||
|
||||
# News Section
|
||||
[params.news]
|
||||
enable = true
|
||||
enable = false
|
||||
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
|
||||
[params.about]
|
||||
@ -108,14 +107,14 @@ subtitle = "auf einen Blick"
|
||||
[[params.service.serviceItem]]
|
||||
icon = "tf-ion-calendar"
|
||||
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
|
||||
|
||||
[[params.service.serviceItem]]
|
||||
icon = "tf-ion-cash"
|
||||
title = "Kosten"
|
||||
description = "tdb<br><br><br>"
|
||||
enable = true
|
||||
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 = false
|
||||
|
||||
[[params.service.serviceItem]]
|
||||
icon = "tf-ion-chatbubble-working"
|
||||
|
@ -17,9 +17,9 @@
|
||||
{{ . }}
|
||||
</p>
|
||||
{{ 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">
|
||||
{{ .Site.Params.hero.date}}
|
||||
18.08.2022 - 21.08.2022 im VVoid
|
||||
</p>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.hero.btnText }}
|
||||
|
@ -451,7 +451,6 @@ a:active {
|
||||
display: inline-block;
|
||||
margin-bottom: 15px;
|
||||
color: #6700f4;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.service .block h3 {
|
||||
@ -481,7 +480,6 @@ a:active {
|
||||
/*--
|
||||
About start
|
||||
--*/
|
||||
.news .content h3,
|
||||
.about .content h3 {
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
|
Loading…
Reference in New Issue
Block a user