--- import Layout from '../layouts/Layout.astro' import Card from '../components/Card.astro' import Footer from '../components/Footer.astro' import now from '../constants/now.json' import { Picture } from 'astro:assets' // fetch mastodon account const response = await fetch( 'https://social.ayco.io/api/v1/accounts/lookup?acct=ayo' ) const data = await response.json() const { avatar, note } = data const avatarSize = 150 ---

I care about the Web, and I love to create stuff to inspire and serve others.