From 28eb3d2df9c9299db267365dc43832c5b67f3459 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 8 Jan 2025 16:23:14 +0100 Subject: [PATCH] feat: add about page --- src/pages/about.astro | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/pages/about.astro diff --git a/src/pages/about.astro b/src/pages/about.astro new file mode 100644 index 0000000..78def89 --- /dev/null +++ b/src/pages/about.astro @@ -0,0 +1,55 @@ +--- +import Layout from '../layouts/Layout.astro' +import Footer from '../components/Footer.astro' +--- + + +
+

Hi, I'm Ayo!

+

+ I am a newbie engineering manager at a large bank headquartered in + Amsterdam. I'm also a certified software architecture professional + (CPSA‑F®) by isaqb.org. +

+ +

+ I work on several hobby projects such as cozy.pub, mcfly.js.org, and webcomponent.io, as well as other small libraries. +

+ +

+ I also try to help out in various ways on Fediverse projects like elk.zone, + webtoo.ls, and vitest's fedi presence. +

+ +

Contact info

+ + +
+
+
+ +