feat: update date time of now pages

This commit is contained in:
Ayo Ayco 2024-04-22 09:38:50 +02:00
parent 9b61e5202f
commit d369b44f0a
6 changed files with 15 additions and 6 deletions

View file

@ -36,7 +36,7 @@ import { stuff } from '../constants/stuff';
<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" <span class="status"
>Learning Python & working on <code>/threads</code></span >Relearning Python & working on <code>/threads</code></span
> >
</a> </a>
</div> </div>

View file

@ -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?"> <Layout title="Now" description="What is Ayo Ayco currently up to?">
<main> <main>
<h1><span class="text-gradient">Now</span></h1> <h1><span class="text-gradient">Now</span></h1>
<!--em>What am I currently up to? Updated on the 9th of September, 2024</em--> <em>Published on the <time datetime="04-19-2024">19th of April, 2024</time></em>
<em>Updated on the 19th of April, 2024</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> <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>

View file

@ -8,6 +8,9 @@ const description = "I have been living now in Amsterdam for a little over a yea
<Layout title={title} description={description}> <Layout title={title} description={description}>
<main> <main>
<h1><span class="text-gradient">{title}</span></h1> <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> <p>
I have been living now in Amsterdam for a little over a year with my wife and son. I have been living now in Amsterdam for a little over a year with my wife and son.
</p> </p>

View file

@ -8,6 +8,9 @@ const description = "A project that aims to be a modern-day reading assistant"
<Layout title={title} description={description}> <Layout title={title} description={description}>
<main> <main>
<h1><span class="text-gradient">{title}</span></h1> <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> <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>. 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> </p>

View file

@ -9,8 +9,9 @@ const description = "I am now a Certified Professional for Software Architecture
<Layout title={title} description={description}> <Layout title={title} description={description}>
<main> <main>
<h1><span class="text-gradient">{title}</span></h1> <h1><span class="text-gradient">{title}</span></h1>
<!--em>What am I currently up to? Updated on the 9th of September, 2024</em--> <p>
<em>Updated on the 9th of September, 2023</em> <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> <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>

View file

@ -9,6 +9,9 @@ const description =
<Layout title={title} description={description}> <Layout title={title} description={description}>
<main> <main>
<h1><span class="text-gradient">{title}</span></h1> <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> <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.