update now pages
This commit is contained in:
parent
534c4c0fef
commit
2bd47bb9dd
3 changed files with 27 additions and 13 deletions
|
@ -11,19 +11,23 @@ import Footer from "../components/Footer.astro";
|
||||||
<span class="heavy-text">Ayo</span>Ayco
|
<span class="heavy-text">Ayo</span>Ayco
|
||||||
</h1>
|
</h1>
|
||||||
<ul role="list">
|
<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>👨🏻💻 Software Extraordinaire</li>
|
||||||
<li>🕵🏻♂️ Frontend Detective</li>
|
<li>🕵🏻♂️ Frontend Detective</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a href="/now" class="now-wrapper">
|
<a href="/now" class="now-wrapper">
|
||||||
<span class="now-label">Now</span>
|
<span class="now-label">Now</span>
|
||||||
<span class="status">Settling in The Netherlands →</span>
|
<span class="status"
|
||||||
|
>Exploring the Fediverse and Other Passion Projects</span
|
||||||
|
>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<main>
|
<main>
|
||||||
<section class="cards-section">
|
<section class="cards-section">
|
||||||
<ul role="list" class="cards-section__grid">
|
<ul role="list" class="cards-section__grid">
|
||||||
<Card
|
<Card
|
||||||
href="/showcase"
|
href="/showcase"
|
||||||
title="Fun Side Projects"
|
title="Fun Side Projects"
|
||||||
|
@ -46,7 +50,6 @@ import Footer from "../components/Footer.astro";
|
||||||
title="Github"
|
title="Github"
|
||||||
body="See my public projects over at Github"
|
body="See my public projects over at Github"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<Footer />
|
<Footer />
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -7,7 +7,7 @@ import Back from "../../../components/Back.astro";
|
||||||
<Layout title="Now | Ayo Ayco | Software Engineer + Web Developer">
|
<Layout title="Now | Ayo Ayco | Software Engineer + Web Developer">
|
||||||
<main>
|
<main>
|
||||||
<Back url="/now" />
|
<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>
|
<p>
|
||||||
This year (2022) I have moved to The Netherlands with my family;
|
This year (2022) I have moved to The Netherlands with my family;
|
||||||
specifically to the northern area of Amsterdam.
|
specifically to the northern area of Amsterdam.
|
||||||
|
|
|
@ -13,21 +13,32 @@ const posts = await Astro.glob("./and-then/*.astro");
|
||||||
<h1><span class="text-gradient">Now</span></h1>
|
<h1><span class="text-gradient">Now</span></h1>
|
||||||
<em>What am I currently up to?</em>
|
<em>What am I currently up to?</em>
|
||||||
<p>
|
<p>
|
||||||
This year (2022) I have moved to The Netherlands with my family;
|
I have been living in Amsterdam for a little over a year with my wife and
|
||||||
specifically to the northern area of Amsterdam.
|
son.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
||||||
<p>
|
<p>
|
||||||
If I'm not working, I am playing games on Xbox with my kid, Kahel, or most
|
I have also started being fond of the Fediverse, a decentralized network
|
||||||
probably trying to annoy my wife, Jen, with silly jokes.
|
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>
|
||||||
<p>
|
<p>
|
||||||
I have also found a renewed joy in exploring opensource projects in my
|
In my spare time, I build side projects for people I love, like <a
|
||||||
spare time.
|
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>
|
</p>
|
||||||
|
|
||||||
<Posts posts={posts} title="...and then" />
|
<Posts posts={posts} title="...and then" />
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Reference in a new issue