add notes and web pages for them

This commit is contained in:
2025-08-06 01:15:18 +01:00
parent 5dc7db36f8
commit 2936ab3384
12 changed files with 212 additions and 22 deletions

View File

@@ -25,7 +25,11 @@ const posts = (await getBlogs()).sort(
<p class="font-bold text-2xl">kennethnym</p>
</header>
<main class="py-8">
<p>dumping ground for my thoughts. all opinions are my own.</p>
<p>
software engineer @ <Link href="https://www.gitpod.io">gitpod</Link>.
all opinions are my own.
</p>
<p>check out <Link href="/read">the books I am reading!</Link></p>
<h1 class="font-bold mt-8 mb-2 text-lg visited">current projects:</h1>
<ul class="not-prose space-y-4 md:space-y-2">
<li>
@@ -68,9 +72,14 @@ const posts = (await getBlogs()).sort(
>
<header class="font-bold text-center">KENNETHNYM v23.5</header>
<p class="leading-none">&nbsp;</p>
<p class="text-center">software engineer. unpaid hhkb salesman.</p>
<p class="text-center">
software engineer @ <Link href="https://www.gitpod.io">gitpod</Link>.
unpaid hhkb salesman.
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<Link href="/read" class="w-full">books i am reading</Link>
<p>&nbsp;</p>
<ul
aria-label="recent blog posts"
class="w-full space-y-2 sm:space-y-0"