PronounsPage/components/Socials.vue
Andrea Vos 777318fd93 #58 spójniejsze podstrony
- nagłówek na każdej podstronie
 - linki jako podstrona
 - sociale w `/kontakt`
 - mniej ramek w `/neutratywy`
 - bez powtarzania menu w `/`
 - extract `<ScrollButton/>`
2020-09-24 21:38:15 +02:00

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>