ayco.io-astro/src/pages/about.astro
2026-05-30 23:03:59 +02:00

82 lines
2.8 KiB
Text
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.

---
import Layout from '../layouts/Layout.astro'
import Footer from '../components/Footer.astro'
---
<Layout title="About" description="About Ayo Ayco and how to contact">
<main>
<h1>Ayo Ayco</h1>
<p>ᜈᜄ᜔ᜋᜓᜎ ᜐ ᜉᜒᜇ̢̟ᜎᜐ᜔ ᜅ᜔ ᜐᜒᜎᜅᜈᜈ᜔</p>
<p>
Technical engineering leader experienced in web development, software
architecture, and community building. Passionate about the indieweb,
digital sovereignty, and kindness.
</p>
<p>
I am an engineering manager at <a href="https://ing.com">ING</a> and a certified
software architecture professional (CPSAF®) by <a
href="https://isaqb.org"
target="_blank">iSAQB</a
>.
</p>
<p>
I have contributed software development expertise to
<a href="http://infor.com">Infor</a>,
<a href="https://www.priva.com/">Priva</a>,
<a href="http://itc.uplb.edu.ph">UPLB</a>,
<a href="http://dost.gov.ph">DOST</a>, and various government-funded
projects such as
<a href="http://noah.up.edu.ph">Project NOAH</a> — which consistently
<a href="https://www.youtube.com/watch?v=LKrV6vtGZEA">saved lives</a>
from natural hazards in
<a href="https://www.officialgazette.gov.ph/programs/about-project-noah/">
the Philippines
</a>.
</p>
<p>
In my spare time, I find it fun building <a href="/showcase">projects</a>,
running self-hosted services at <a href="https://ayo.run">ayo.run</a>, and
volunteering to <a href="https://ayos.blog/why-fediverse/" target="_blank"
>Fediverse</a
> projects like <a href="https://elk.zone">elk.zone</a>,
<a href="https://m.webtoo.ls/public/local">webtoo.ls</a>, and <a
href="https://m.webtoo.ls/@vitest">vitest's fedi presence</a
>.
</p>
<p>
I've volunteered much of my early years into leadership trainings,
teaching & leading groups of students, planting a church, and facilitating
focus group discussions with entrepreneurial founders, where I learned the
power of multi-generational & multi-cultural communities.
</p>
<h2 id="contact">Contact info</h2>
<p>My inbox is open to everyone.</p>
<ul>
<li>
✉️ Email me: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a> &middot; <a
href="/pgp">PGP key</a
>
</li>
<li>
💬 Let's chat: <a href="https://chat.ayo.run/join/7IKG-h3nW-pD1H"
>chat.ayo.run</a
>
</li>
<li>
💬 Signal: <a
href="https://signal.me/#eu/mU2KHaMuoumvLaq7P5ZPUU4HMd0SaU9hYHeEPbDIeJzysNL01FVLfbk-kVEncfIz"
>ayo.88</a
>
</li>
<li>💬 Discord: ayo-run</li>
</ul>
</main>
<Footer />
<style>
ul {
list-style: none;
padding-left: 0;
}
</style>
</Layout>