51 lines
1.5 KiB
Vue
51 lines
1.5 KiB
Vue
<script setup lang="js">
|
|
import GenericSection from './GenericSection.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<GenericSection>
|
|
<template #title>contact<sub>/platforms</sub></template>
|
|
<template #content>
|
|
<div class="text-xl">
|
|
<a href="https://mandarynki.eu/" class="flex items-center gap-2">
|
|
<img src="/mandarynki.gif" alt="mandarynki.eu 80x31 gif" /><i>mandarynki.eu house ad</i>
|
|
</a>
|
|
<p>
|
|
email:
|
|
<a class="link" href="mailto:contact@netman.ovh">contact@netman.ovh</a>
|
|
</p>
|
|
<p>
|
|
signal:
|
|
<a
|
|
class="link"
|
|
href="https://signal.me/#eu/F5F3bJi6d_QJHVX2Fuu0IwYFXAZkLAQ3ay80FTD_4VbH8lHVTRdNAZjOtwX-M0-u"
|
|
>
|
|
@onn_net.03
|
|
</a>
|
|
</p>
|
|
<p>
|
|
🍊 fedi
|
|
<a class="link" href="https://fedi.mandarynki.eu/@netman"> @netman@fedi.mandarynki.eu </a>
|
|
</p>
|
|
<p>
|
|
🍊
|
|
<a class="link" href="https://git.mandarynki.eu/netman"> git.mandarynki.eu/netman </a>
|
|
</p>
|
|
<p>
|
|
matrix:
|
|
<a class="link" href="https://matrix.to/#/@netman:matrix.netman.ovh">
|
|
@netman:matrix.netman.ovh
|
|
</a>
|
|
</p>
|
|
<p>
|
|
github:
|
|
<a class="link" href="https://github.com/netman134">netman134</a>
|
|
</p>
|
|
<p>
|
|
telegram:
|
|
<a class="link" href="https://t.me/onn_net">@onn_net</a>
|
|
</p>
|
|
</div>
|
|
</template>
|
|
</GenericSection>
|
|
</template>
|