This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/components/Socials.vue

27 lines
904 B
Vue
Raw Normal View History

<template>
<section>
<h2 class="h3">
<Icon v="hashtag"/>
Social media
</h2>
<ul class="list-unstyled">
<li class="my-2">
<Icon v="instagram" set="b"/>
<a href="https://instagram.com/neutratywy/" target="_blank" rel="noopener">
<strong>instagram.com/neutratywy</strong>
Słownik Neutratywów Języka Polskiego
</a>
</li>
<li class="my-2">
<Icon v="facebook" set="b"/>
<a href="https://facebook.com/neutratywy" target="_blank" rel="noopener">
<strong>fb.com/neutratywy</strong>
Słownik Neutratywów Języka Polskiego
</a>
</li>
</ul>
</section>
</template>