mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 21:46:22 -04:00
#106 [pl] kolektyw
This commit is contained in:
parent
e77ad40a04
commit
3bed2f1341
@ -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>
|
||||
|
17
locale/pl/blog/rada-języka-neutralnego.md
Normal file
17
locale/pl/blog/rada-języka-neutralnego.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Kolektyw „Rada Języka Neutralnego”
|
||||
|
||||

|
||||
|
||||
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)
|
@ -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
BIN
static/img/łoś.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
x
Reference in New Issue
Block a user