Weghalen oude darkgreen, toevoegen kleurnamen, kleur footer, kleur knoppen, hightlightbox in huisstijl

This commit is contained in:
Michael Boelen 2024-01-31 21:06:36 +01:00
parent a78a995ea0
commit 3001ab9199
5 changed files with 32 additions and 28 deletions

View file

@ -119,7 +119,7 @@
{{ $cfp_open := .Scratch.Get "cfp_open" }}
{{ if $cfp_open }}
<p class="darkgreen">De CFP is geopend!</p>
<p>De CFP is geopend!</p>
<p>Wil je graag een bepaalde spreker zien? Contacteer onze <a href="{{ relref . "organisatie/commissies/pc/index.md" }}">programmacommissie</a>.</p>
<p>Heb je zelf een leuke presentatie in gedachten? Dien dan een voorstel in!</p>
<a class="btn btn-cta" href="{{ if .Params.event_cfp_link }}{{ .Params.event_cfp_link }}{{ else }}https://cfp.nluug.nl/{{ end }}" rel="nofollow noopener">Voorstel indienen</a>

View file

@ -9,7 +9,7 @@
<div class="max-width ta-r">
{{ range $index,$key := .status }}
{{ if eq $.Site.Language.Lang .language }}
<span class="darkgreen bold">{{ .message }}</span>
<span class="persian-green-dark bold">{{ .message }}</span>
{{ range .links }}
<small>
{{ if .link }}[<a href="{{ relref $context .link }}">{{ .name }}</a>]{{ end }}

View file

@ -14,10 +14,10 @@
{{ if .Params.event_cfp_close_date }}
{{ $event_cfp_close_date := .Params.event_cfp_close_date | time }}
{{ if le now $event_cfp_close_date }}
<p>CFP: <strong class="darkgreen"><a href="{{ .Params.event_cfp_link }}">Geopend</a></strong></p>
<p>CFP: <strong><a href="{{ .Params.event_cfp_link }}">Geopend</a></strong></p>
{{ end }}
{{ else }}
<p>CFP: <strong class="darkgreen"><a href="{{ .Params.event_cfp_link }}">Geopend</a></strong></p>
<p>CFP: <strong><a href="{{ .Params.event_cfp_link }}">Geopend</a></strong></p>
{{ end }}
{{ end }}
{{ end }}