feat: update about page
This commit is contained in:
parent
df3316eaf6
commit
f7d5151fcd
1 changed files with 12 additions and 12 deletions
|
@ -5,7 +5,7 @@ import Footer from '../components/Footer.astro'
|
||||||
|
|
||||||
<Layout title="About" description="About Ayo Ayco and how to contact">
|
<Layout title="About" description="About Ayo Ayco and how to contact">
|
||||||
<main>
|
<main>
|
||||||
<h1>Hi, I'm <span class="text-gradient">Ayo</span></h1>
|
<h1>Ayo Ayco</h1>
|
||||||
<p>
|
<p>
|
||||||
Frontend guy who likes server adventures & works w/ linux. Looking to
|
Frontend guy who likes server adventures & works w/ linux. Looking to
|
||||||
specialize in web perf, but mostly feels like an impostor for now. Has
|
specialize in web perf, but mostly feels like an impostor for now. Has
|
||||||
|
@ -18,17 +18,10 @@ import Footer from '../components/Footer.astro'
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
I work on several hobby projects such as <a href="https://cozy.pub"
|
In my spare time, I have fun building <a href="/showcase"
|
||||||
>cozy.pub</a
|
>hobby projects</a
|
||||||
>, <a href="https://mcfly.js.org">mcfly.js.org</a>, and <a
|
>, running self-hosted services at <a href="https://ayo.run">ayo.run</a>,
|
||||||
href="https://webcomponent.io">webcomponent.io</a
|
and volunteering to <a
|
||||||
>, as well as other <a href="https://www.npmjs.com/~aayco"
|
|
||||||
>small libraries</a
|
|
||||||
> and run self-hosted services at <a href="https://ayo.run">ayo.run</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
I also try to help out in <a
|
|
||||||
href="https://ayos.blog/why-fediverse/"
|
href="https://ayos.blog/why-fediverse/"
|
||||||
target="_blank">Fediverse</a
|
target="_blank">Fediverse</a
|
||||||
> projects like <a href="https://elk.zone">elk.zone</a>,
|
> projects like <a href="https://elk.zone">elk.zone</a>,
|
||||||
|
@ -37,6 +30,13 @@ import Footer from '../components/Footer.astro'
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
In a previous life, I volunteered my weekends into leading small groups of
|
||||||
|
students, planting a church, and facilitating focus group discussions with
|
||||||
|
entrepreneurial founders, where I learned a lot about multi-generational
|
||||||
|
communities.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Contact info</h2>
|
<h2>Contact info</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>✉️ Email: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a></li>
|
<li>✉️ Email: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a></li>
|
||||||
|
|
Loading…
Reference in a new issue