import BasicPage from "../../components/basic-page-template"; import WCard from "../../components/werefox-card"; import Image from "next/image"; export default function Contacts() { return (

You can find me in quite a few places!

Mastodon logo {" "} My public Mastodon{" "} @shadow8t4@vulpine.club

Twitter logo {" "} My Twitter{" "} @shadow8t4

Twitch logo {" "} My Twitch{" "} @Alexis_Werefox

VHS tape emoji {" "} My PeerTube (mostly VODs from the stream){" "} @shadow8t4@vid.werefox.dev

Pen emoji {" "} My poetry{" "} write.as/a-letter-to-the-void

A piece of paper with a pencil emoji {" "} My (often outdated) blog{" "} werefox.dev

Inbox emoji {" "} My e-mail{" "} adh9694@gmail.com

); }