Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions poetry.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@

<div class="max-w-4xl mx-auto px-6 pt-28 pb-24">
<h1 class="text-5xl font-bold mb-4">Poetry</h1>
<p class="text-teal-300 mb-12">Three aliases. Three voices. One heart.</p>
<p class="text-teal-300 mb-12">Three thousand and odd things explained.</p>

<!-- Alias 1: The Wanderer -->
<div class="mb-20">
<h2 class="text-3xl font-semibold mb-10 border-l-4 border-teal-400 pl-4">Alias 1: The Wanderer</h2>
<h2 class="text-3xl font-semibold mb-10 border-l-4 border-teal-400 pl-4">Alias 1: GuardianOne</h2>
<div class="space-y-10">

<!-- Poem Example 1 -->
Expand Down Expand Up @@ -71,7 +71,7 @@ <h3 class="text-2xl font-medium">"Under Lusaka Skies"</h3>

<!-- Alias 2: The Coder-Poet -->
<div class="mb-20">
<h2 class="text-3xl font-semibold mb-10 border-l-4 border-purple-400 pl-4">Alias 2: The Coder-Poet</h2>
<h2 class="text-3xl font-semibold mb-10 border-l-4 border-purple-400 pl-4">Alias 2: The Phantom</h2>
<div class="space-y-10">

<div class="bg-zinc-900 rounded-3xl p-8 hover:bg-zinc-800/80 transition-all">
Expand All @@ -96,7 +96,7 @@ <h3 class="text-2xl font-medium">"if (heart.beats)"</h3>

<!-- Alias 3: The Dreamer -->
<div class="mb-20">
<h2 class="text-3xl font-semibold mb-10 border-l-4 border-amber-400 pl-4">Alias 3: The Dreamer</h2>
<h2 class="text-3xl font-semibold mb-10 border-l-4 border-amber-400 pl-4">Alias 3: Ten Pencils</h2>
<div class="space-y-10">

<div class="bg-zinc-900 rounded-3xl p-8 hover:bg-zinc-800/80 transition-all">
Expand Down
Loading