2020-07-22 13:19:23 -07:00
|
|
|
<template>
|
|
|
|
<footer>
|
|
|
|
<Separator icon="user-friends"/>
|
|
|
|
<section class="small text-center">
|
2020-08-04 14:39:57 -07:00
|
|
|
<p>
|
|
|
|
Autorza strony:
|
|
|
|
|
|
|
|
Andrea
|
|
|
|
(<nuxt-link to="/onu">onu</nuxt-link>,
|
|
|
|
<a href="https://avris.it" target="_blank" rel="noopener"><Icon v="globe"/></a>,
|
|
|
|
<a href="https://twitter.com/AvrisIT" target="_blank" rel="noopener"><Icon v="twitter" set="b"/></a>,
|
|
|
|
<a href="mailto:andrea@avris.it" target="_blank" rel="noopener"><Icon v="envelope"/></a>),
|
|
|
|
|
|
|
|
Paweł Dembowski
|
|
|
|
(<nuxt-link to="/on">on</nuxt-link>,
|
|
|
|
<a href="https://twitter.com/VaultAusir" target="_blank" rel="noopener"><Icon v="twitter" set="b"/></a>,
|
|
|
|
<a href="mailto:pawel.dembowski@gmail.com" target="_blank" rel="noopener"><Icon v="envelope"/></a>),
|
|
|
|
|
|
|
|
Sybilla Mykofanes
|
2020-08-05 02:54:05 -07:00
|
|
|
(<nuxt-link to="/ona&ono/jej">ona/ono</nuxt-link>,
|
|
|
|
<a href="mailto:zuzannagrzybowska@protonmail.com" target="_blank" rel="noopener"><Icon v="envelope"/></a>).
|
2020-08-04 14:39:57 -07:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Kod jest
|
|
|
|
<a href="https://gitlab.com/Avris/Zaimki" target="_blank" rel="noopener">udostępniony</a>
|
|
|
|
na licencji
|
|
|
|
<a href="https://mit.avris.it" target="_blank" rel="noopener">MIT</a>.
|
|
|
|
</p>
|
2020-07-22 13:19:23 -07:00
|
|
|
</section>
|
2020-07-24 05:14:37 -07:00
|
|
|
<section class="text-center small">
|
|
|
|
<Share/>
|
2020-07-26 08:35:07 -07:00
|
|
|
<div class="mt-2">
|
|
|
|
<SquareButton link="https://avris.it">
|
2020-07-27 09:27:07 -07:00
|
|
|
<img src="~assets/avris.svg"/>
|
2020-07-26 08:35:07 -07:00
|
|
|
</SquareButton>
|
|
|
|
<SquareButton link="https://paypal.me/AndreAvris">
|
|
|
|
<Icon v="paypal" set="b"/>
|
|
|
|
</SquareButton>
|
|
|
|
<SquareButton link="https://gitlab.com/Avris/Zaimki">
|
|
|
|
<Icon v="gitlab" set="b"/>
|
|
|
|
</SquareButton>
|
|
|
|
</div>
|
2020-07-24 05:14:37 -07:00
|
|
|
</section>
|
2020-07-22 13:19:23 -07:00
|
|
|
</footer>
|
|
|
|
</template>
|