update now pages

This commit is contained in:
Ayo 2023-02-07 11:37:26 +01:00
parent 534c4c0fef
commit 2bd47bb9dd
3 changed files with 27 additions and 13 deletions

View file

@ -11,19 +11,23 @@ import Footer from "../components/Footer.astro";
<span class="heavy-text">Ayo</span>Ayco
</h1>
<ul role="list">
<li>🚀 Building <a href="https://astro-reactive.dev">Astro Reactive</a></li>
<li>
🚀 Building <a href="https://astro-reactive.dev">Astro Reactive</a>
</li>
<li>👨🏻‍💻 Software Extraordinaire</li>
<li>🕵🏻‍♂️ Frontend Detective</li>
</ul>
<a href="/now" class="now-wrapper">
<span class="now-label">Now</span>
<span class="status">Settling in The Netherlands &rarr;</span>
<span class="status"
>Exploring the Fediverse and Other Passion Projects</span
>
</a>
</div>
</section>
<main>
<section class="cards-section">
<ul role="list" class="cards-section__grid">
<ul role="list" class="cards-section__grid">
<Card
href="/showcase"
title="Fun Side Projects"
@ -46,7 +50,6 @@ import Footer from "../components/Footer.astro";
title="Github"
body="See my public projects over at Github"
/>
</ul>
<Footer />
</section>

View file

@ -7,7 +7,7 @@ import Back from "../../../components/Back.astro";
<Layout title="Now | Ayo Ayco | Software Engineer + Web Developer">
<main>
<Back url="/now" />
<h1><span class="text-gradient">Sep. 20, 2022</span></h1>
<h1><span class="text-gradient">Settling in The Netherlands</span></h1>
<p>
This year (2022) I have moved to The Netherlands with my family;
specifically to the northern area of Amsterdam.

View file

@ -13,21 +13,32 @@ const posts = await Astro.glob("./and-then/*.astro");
<h1><span class="text-gradient">Now</span></h1>
<em>What am I currently up to?</em>
<p>
This year (2022) I have moved to The Netherlands with my family;
specifically to the northern area of Amsterdam.
I have been living in Amsterdam for a little over a year with my wife and
son.
</p>
<p>
For work, I'm busy being a consultant, doing mostly frontend development.
I work as a frontend web developer at day, building and providing
technical consultation to <a href="https://priva.com" target="_blank"
>Priva</a
>.
</p>
<p>
If I'm not working, I am playing games on Xbox with my kid, Kahel, or most
probably trying to annoy my wife, Jen, with silly jokes.
I have also started being fond of the Fediverse, a decentralized network
of social platforms, and now doing efforts in pushing it forward by
contributing to projects like <a
href="https://github.com/elk-zone/"
target="_blank">Elk Zone</a
> and my own <a href="https://social.ayco.io">Mastodon instance</a>.
</p>
<p>
I have also found a renewed joy in exploring opensource projects in my
spare time.
In my spare time, I build side projects for people I love, like <a
href="https://github.com/ayoayco/mnswpr#readme"
target="_blank">mnswpr.com</a
> and <a
href="https://github.com/ayoayco/twists-and-shapes-and-turns#readme"
>Kaboom!</a
>
</p>
<Posts posts={posts} title="...and then" />
<hr />