feat: update date time of now pages
This commit is contained in:
parent
9b61e5202f
commit
d369b44f0a
6 changed files with 15 additions and 6 deletions
|
@ -36,7 +36,7 @@ import { stuff } from '../constants/stuff';
|
|||
<a href="/now" class="now-wrapper">
|
||||
<span class="now-label">Now</span>
|
||||
<span class="status"
|
||||
>Learning Python & working on <code>/threads</code></span
|
||||
>Relearning Python & working on <code>/threads</code></span
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -9,10 +9,9 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");
|
|||
<Layout title="Now" description="What is Ayo Ayco currently up to?">
|
||||
<main>
|
||||
<h1><span class="text-gradient">Now</span></h1>
|
||||
<!--em>What am I currently up to? Updated on the 9th of September, 2024</em-->
|
||||
<em>Updated on the 19th of April, 2024</em>
|
||||
<em>Published on the <time datetime="04-19-2024">19th of April, 2024</time></em>
|
||||
|
||||
<p>After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language.</p>
|
||||
<p>After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language. I worked with Python 2 for a short while in the past, but only briefly for some projects and not really learning much in the larger ecosystem.</p>
|
||||
|
||||
<p>This very website is now running on a <a href="https://flask.palletsprojects.com/">Flask</a> server. And I have started working on a self-hosted public <a href="https://git.sr.ht/~ayoayco/threads">/threads</a> project also on Python.</p>
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@ const description = "I have been living now in Amsterdam for a little over a yea
|
|||
<Layout title={title} description={description}>
|
||||
<main>
|
||||
<h1><span class="text-gradient">{title}</span></h1>
|
||||
<p>
|
||||
<em>Published on the <time datetime="01-19-2023">19th of January, 2023</time></em>
|
||||
</p>
|
||||
<p>
|
||||
I have been living now in Amsterdam for a little over a year with my wife and son.
|
||||
</p>
|
||||
|
|
|
@ -8,6 +8,9 @@ const description = "A project that aims to be a modern-day reading assistant"
|
|||
<Layout title={title} description={description}>
|
||||
<main>
|
||||
<h1><span class="text-gradient">{title}</span></h1>
|
||||
<p>
|
||||
<em>Published on the <time datetime="06-23-2023">23rd of June, 2023</time></em>
|
||||
</p>
|
||||
<p>
|
||||
Recently started a new project that aims to be a modern-day reading assistant, called <a href="https://ayco.io/gh/cozy">Cozy 🧸</a>.
|
||||
</p>
|
||||
|
|
|
@ -9,8 +9,9 @@ const description = "I am now a Certified Professional for Software Architecture
|
|||
<Layout title={title} description={description}>
|
||||
<main>
|
||||
<h1><span class="text-gradient">{title}</span></h1>
|
||||
<!--em>What am I currently up to? Updated on the 9th of September, 2024</em-->
|
||||
<em>Updated on the 9th of September, 2023</em>
|
||||
<p>
|
||||
<em>Published on the <time datetime="09-09-2023">9th of September, 2023</time></em>
|
||||
</p>
|
||||
|
||||
<p>🎉 Thrilled to share I am now a Certified Professional for Software Architecture (CPSA-F®) after having completed and passed the <a href="https://www.isaqb.org/" target="_blank">iSAQB® – International Software Architecture Qualification Board</a>'s intensive training and examination.</p>
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@ const description =
|
|||
<Layout title={title} description={description}>
|
||||
<main>
|
||||
<h1><span class="text-gradient">{title}</span></h1>
|
||||
<p>
|
||||
<em>Published on the <time datetime="09-20-2022">20th of September, 2022</time></em>
|
||||
</p>
|
||||
<p>
|
||||
This year (2022) I have moved to The Netherlands with my family;
|
||||
specifically to the northern area of Amsterdam.
|
||||
|
|
Loading…
Reference in a new issue