27 lines
904 B
Vue
27 lines
904 B
Vue
|
<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>
|