poprawki w kontaktach
This commit is contained in:
parent
76c2699b62
commit
b5bb4de6c5
|
@ -1,11 +1,8 @@
|
|||
<template>
|
||||
<ul :class="{'list-unstyled': !expanded}">
|
||||
<li v-for="author in authors">
|
||||
<li v-for="author in authors" class="mb-2">
|
||||
{{ author.name }}
|
||||
(<nuxt-link :to="author.pronounsLink">{{ author.pronouns }}</nuxt-link>,
|
||||
<a v-if="author.website" :href="author.website" target="_blank" rel="noopener"><Icon v="globe"/></a>
|
||||
<a v-if="author.twitter" :href="'https://twitter.com/' + author.twitter" target="_blank" rel="noopener"><Icon v="twitter" set="b"/></a>
|
||||
<a v-if="author.mail" :href="'mailto:' + author.mail" target="_blank" rel="noopener"><Icon v="envelope"/></a>)
|
||||
(<nuxt-link :to="author.pronounsLink">{{ author.pronouns }}</nuxt-link>)
|
||||
–
|
||||
<template v-for="(link, area, index) in author.areas">
|
||||
<Spaceless>
|
||||
|
@ -15,6 +12,19 @@
|
|||
<span v-if="index < Object.keys(author.areas).length - 1">, </span>
|
||||
</Spaceless>
|
||||
</template>
|
||||
<br/>
|
||||
<a v-if="author.website" :href="author.website" target="_blank" rel="noopener" class="badge badge-light border">
|
||||
<Icon v="globe"/>
|
||||
Blog
|
||||
</a>
|
||||
<a v-if="author.twitter" :href="'https://twitter.com/' + author.twitter" target="_blank" rel="noopener" class="badge badge-light border">
|
||||
<Icon v="twitter" set="b"/>
|
||||
Twitter
|
||||
</a>
|
||||
<a v-if="author.mail" :href="'mailto:' + author.mail" target="_blank" rel="noopener" class="badge badge-light border">
|
||||
<Icon v="envelope"/>
|
||||
Email
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
||||
|
@ -52,12 +62,13 @@
|
|||
},
|
||||
{
|
||||
name: 'Zuzanna Sybilla Grzybowska',
|
||||
pronouns: 'ona/ono',
|
||||
pronounsLink: '/ona&ono/jej',
|
||||
pronouns: 'on/ona/ono',
|
||||
pronounsLink: '/on&ona&ono',
|
||||
twitter: 'mykofanes',
|
||||
mail: 'zuzannagrzybowska@protonmail.com',
|
||||
areas: {
|
||||
neutratywy: '/neutratywy',
|
||||
'social media': null,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="d-flex flex-column flex-md-row justify-content-around mt-4 mb-5">
|
||||
<div class="small text-center d-flex flex-column justify-content-center">
|
||||
<p class="mb-2">
|
||||
<nuxt-link to="/neutratywy#autor">Autorza</nuxt-link> strony:
|
||||
<nuxt-link to="/neutratywy#autorzę">Autorza</nuxt-link> strony:
|
||||
</p>
|
||||
|
||||
<Authors/>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<a href="https://mit.avris.it" target="_blank" rel="noopener">MIT</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<div class="text-center d-flex flex-column justify-content-center">
|
||||
<p class="small mb-0">
|
||||
<Icon v="users"/>
|
||||
Kontakt, social media, wsparcie:
|
||||
|
|
|
@ -56,13 +56,13 @@
|
|||
<li class="my-2">
|
||||
<Icon v="instagram" set="b"/>
|
||||
<a href="https://www.instagram.com/inkluzywnamowa/" target="_blank" rel="noopener">
|
||||
@inkluzywnamowa na Instagramie
|
||||
@inkluzywnamowa
|
||||
</a>
|
||||
</li>
|
||||
<li class="my-2">
|
||||
<Icon v="facebook" set="b"/>
|
||||
<a href="https://facebook.com/slownikempatyczny" target="_blank" rel="noopener">
|
||||
„Słownik Empatyczny Języka Polskiego” na Facebooku
|
||||
Słownik Empatyczny Języka Polskiego
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<section class="mt-0">
|
||||
<p class="mb-2">
|
||||
<nuxt-link to="/neutratywy#autor">Autorza</nuxt-link> strony:
|
||||
<nuxt-link to="/neutratywy#autorzę">Autorza</nuxt-link> strony:
|
||||
</p>
|
||||
<Authors expanded/>
|
||||
</section>
|
||||
|
|
Reference in New Issue