Merge sections together for open CFP
This commit is contained in:
parent
26edc9035b
commit
76648e1c10
1 changed files with 7 additions and 11 deletions
|
@ -24,9 +24,9 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $cfp_open := .Scratch.Get "cfp_open" }}
|
{{ $cfp_open := .Scratch.Get "cfp_open" }}
|
||||||
|
|
||||||
{{ if $cfp_open }}
|
{{ if $cfp_open }}
|
||||||
<h2>Call for Proposals</h2>
|
<h2>Call for Proposals</h2>
|
||||||
<p>Een goed programma is afhankelijk van sprekers met interessante lezingen. Wil je bijdragen aan dit programma, dan verwelkomen we graag je inzending(en)!</p>
|
|
||||||
{{ if .Params.event_cfp_start_date }}
|
{{ if .Params.event_cfp_start_date }}
|
||||||
{{ $event_cfp_start_date := .Params.event_cfp_start_date | time }}
|
{{ $event_cfp_start_date := .Params.event_cfp_start_date | time }}
|
||||||
{{ if le now $event_cfp_start_date }}
|
{{ if le now $event_cfp_start_date }}
|
||||||
|
@ -36,13 +36,17 @@
|
||||||
{{ if ge now $event_cfp_close_date }}
|
{{ if ge now $event_cfp_close_date }}
|
||||||
<p>De Call for Proposals is gesloten na {{ $event_cfp_close_date }}. Mocht je toch nog een inzending hebben, neem dan contact op met de programmacommissie.</p>
|
<p>De Call for Proposals is gesloten na {{ $event_cfp_close_date }}. Mocht je toch nog een inzending hebben, neem dan contact op met de programmacommissie.</p>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="{{ .Params.event_cfp_link }}" class="button">Naar CFP</a>
|
<p>CFP status: <strong>Open</strong></p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<p>Een goed programma is afhankelijk van sprekers met interessante lezingen. Wil je bijdragen aan dit programma, dan verwelkomen we graag je inzending(en)!</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>
|
||||||
|
<p><strong>Leestip</strong>: <a href="{{ relref . "evenementen/nluug/cfp/index.md" }}">tips voor sprekers en onze werkwijze</a>.</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>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
<h2>Locatie, datum en tijden</h2>
|
<h2>Locatie, datum en tijden</h2>
|
||||||
<div class="highlight-box highlight-box-nluug">
|
<div class="highlight-box highlight-box-nluug">
|
||||||
<h3>{{ .Params.event_location }}</h3>
|
<h3>{{ .Params.event_location }}</h3>
|
||||||
|
@ -120,14 +124,6 @@
|
||||||
|
|
||||||
<h2>Programma</h2>
|
<h2>Programma</h2>
|
||||||
|
|
||||||
{{ $cfp_open := .Scratch.Get "cfp_open" }}
|
|
||||||
{{ if $cfp_open }}
|
|
||||||
<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>
|
|
||||||
<p><strong>Leestip</strong>: <a href="{{ relref . "evenementen/nluug/cfp/index.md" }}">tips voor sprekers en onze werkwijze</a>.</p>
|
|
||||||
{{ end }}
|
|
||||||
{{ $.Scratch.Set "counter" 0 }}
|
{{ $.Scratch.Set "counter" 0 }}
|
||||||
{{ with .Params.event_schedule }}
|
{{ with .Params.event_schedule }}
|
||||||
{{ if ne .hidden true }}
|
{{ if ne .hidden true }}
|
||||||
|
|
Loading…
Reference in a new issue