#106 [pl] kolektyw

This commit is contained in:
Avris 2020-11-22 21:08:00 +01:00
parent c0fcd9eed1
commit b1dc8743a8
5 changed files with 33 additions and 4 deletions

View File

@ -1,9 +1,18 @@
<template>
<ul :class="{'list-unstyled': !expanded}">
<li v-for="author in config.contact.authors" class="mb-2">
{{ author.name }}
(<nuxt-link :to="author.pronounsLink">{{ author.pronouns }}</nuxt-link>)
<template v-if="author.link">
<a :href="author.link" target="_blank" rel="noopener">
{{ author.name }}
</a>
</template>
<template v-else>
{{ author.name }}
</template>
<template v-if="author.pronouns">
(<nuxt-link :to="author.pronounsLink">{{ author.pronouns }}</nuxt-link>)
</template>
<template v-for="(link, area, index) in author.areas">
<Spaceless>
<nuxt-link v-if="link && link.indexOf('/') === 0" :to="link">{{ area.replace(/_/g, ' ') }}</nuxt-link>

View File

@ -0,0 +1,17 @@
# Kolektyw „Rada Języka Neutralnego”
![](/img/łoś.jpg)
Inicjatywy [zaimki.pl](https://zaimki.pl) oraz [Słownik Neutratywów Języka Polskiego](https://facebook.com/neutratywy)
są tworzone przez kolektyw **„Rada Języka Neutralnego”**
Obecny skład:
- [@andrea](/@andrea)
- [@Arczi](/@Arczi)
- [@ausir](/@ausir)
- [@Łucja](/@Łucja)
- [@Nikita](/@Nikita)
- [@Sybil](/@Sybil)
- [@szymon](/@szymon)
- [@Tess](/@Tess)

View File

@ -72,7 +72,7 @@ links:
headline: 'Niebinarność w „Gwiezdnych Wojnach”'
-
icon: 'comment-alt-edit'
url: '/blog/czas-sie-obnosic'
url: '/blog/czas-się-obnosić'
headline: 'Nadszedł czas się obnosić!'
extra: ' przemówienie Sybilli z Wrocławskiego Marszu Równości'
-
@ -267,6 +267,9 @@ contact:
url: 'mailto:contact@pronouns.page'
headline: 'contact@pronouns.page'
authors:
-
name: 'Rada Języka Neutralnego'
link: '/blog/rada-języka-neutralnego'
-
name: 'Andrea'
profile: 'andrea'

BIN
static/img/łoś.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB