(en) gender census invitation

This commit is contained in:
Andrea Vos 2024-05-15 19:51:29 +02:00
parent c723f3b15a
commit b20d73da34
2 changed files with 25 additions and 24 deletions

View File

@ -132,30 +132,6 @@
</p>
</div>
</div>
<div
v-if="$config.locale === 'en' && new Date() < new Date(2024, 5, 13, 0, 0, 0) && $route.path === '/'"
class="container"
>
<div class="alert alert-light shadow my-3">
<p class="h4">
<Icon v="chart-pie" />
Take part in the Gender Census 2024!
</p>
<p>
Our friend who's running the annual international Gender Census
is currently collecting answers in the 11th edition of the survey!
It's open until 13th June 2024.
It's for anyone whose gender (or lack thereof) isn't described by the M/F binary.
It's short and easy, and results are useful in academia, business and self-advocacy.
</p>
<p class="mb-0">
<a href="https://survey.gendercensus.com" target="_blank" rel="noopener" class="btn btn-primary">
<Icon v="arrow-alt-right" />
survey.gendercensus.com
</a>
</p>
</div>
</div>
<div v-if="$locales[$config.locale].published === false" class="alert alert-warning mb-0 mx-5 text-center">
<Icon v="exclamation-triangle" />
This language version is still under construction!

View File

@ -25,6 +25,31 @@
</div>
</div>
<CalendarBanner link />
<div
v-if="$config.locale === 'en' && new Date() < new Date(2024, 5, 13, 0, 0, 0) && $route.path === '/'"
class="container"
>
<div class="alert alert-light my-3">
<p class="h4">
<Icon v="chart-pie" />
Take part in the Gender Census 2024!
</p>
<p>
Our friend who's running the annual international Gender Census
is currently collecting answers in the 11th edition of the survey!
It's open until 13th June 2024.
It's for anyone whose gender (or lack thereof) isn't described by the M/F binary.
It's short and easy, and results are useful in academia, business and self-advocacy.
</p>
<p class="mb-0">
<a href="https://survey.gendercensus.com" target="_blank" rel="noopener" class="btn btn-primary">
<Icon v="arrow-alt-right" />
survey.gendercensus.com
</a>
</p>
</div>
</div>
</section>
<SupportBanners class="mb-4" />