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">
|
||||
<main>
|
||||
<h1>Hi, I'm <span class="text-gradient">Ayo</span></h1>
|
||||
<h1>Ayo Ayco</h1>
|
||||
<p>
|
||||
Frontend guy who likes server adventures & works w/ linux. Looking to
|
||||
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>
|
||||
I work on several hobby projects such as <a href="https://cozy.pub"
|
||||
>cozy.pub</a
|
||||
>, <a href="https://mcfly.js.org">mcfly.js.org</a>, and <a
|
||||
href="https://webcomponent.io">webcomponent.io</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
|
||||
In my spare time, I have fun building <a href="/showcase"
|
||||
>hobby 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>,
|
||||
|
@ -37,6 +30,13 @@ import Footer from '../components/Footer.astro'
|
|||
>.
|
||||
</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>
|
||||
<ul>
|
||||
<li>✉️ Email: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a></li>
|
||||
|
|
Loading…
Reference in a new issue