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 Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>