add notes and web pages for them
This commit is contained in:
@@ -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"> </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> </p>
|
||||
<p> </p>
|
||||
<Link href="/read" class="w-full">books i am reading</Link>
|
||||
<p> </p>
|
||||
<ul
|
||||
aria-label="recent blog posts"
|
||||
class="w-full space-y-2 sm:space-y-0"
|
||||
|
Reference in New Issue
Block a user