mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
(en) gender census invitation
This commit is contained in:
parent
c723f3b15a
commit
b20d73da34
@ -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!
|
||||
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user