patx/afterdarklabs

add twig to portfolio

Commit fd64c83 · patx · 2026-08-26T00:53:55-04:00

Changeset
fd64c837906e02be2930760ba2cda415c0cc496d
Parents
b5a45ab4771c9239db82e24f873858b3ff0a9e0b

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/954boatlifts.webp b/docs/954boatlifts.webp
deleted file mode 100644
index ba5f652..0000000
Binary files a/docs/954boatlifts.webp and /dev/null differ
diff --git a/docs/index.html b/docs/index.html
index 89c1a49..3d0fc94 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -575,12 +575,20 @@
                             <p class="text-sm font-medium text-[#ccff00]">GitMan.io • Web App • Free, developer-first Git hosting with an old-school minimalist interface</p>
                         </div>
                     </article>
+                    <article class="w-[82vw] shrink-0 snap-start overflow-hidden rounded-3xl bg-zinc-950 sm:w-[28rem] md:w-[38rem]">
+                        <a href="https://harrisonerd.com/twig" target="_blank" rel="noopener noreferrer" class="block w-full overflow-hidden rounded-t-3xl text-left focus:outline-none focus-visible:ring-2 focus-visible:ring-[#ccff00] focus-visible:ring-offset-2 focus-visible:ring-offset-[#17212b]" aria-label="Visit Twig website">
+                            <img src="twig-editor.webp" width="916" height="683" loading="lazy" decoding="async" class="aspect-video w-full object-cover" style="object-position: top;" alt="Twig editing a short Python file in a dark code editor window">
+                        </a>
+                        <div class="p-6">
+                            <p class="text-sm font-medium text-[#ccff00]">Twig • Custom Software • An ultra-minimal text editor built to be extremely fast and user-friendly</p>
+                        </div>
+                    </article>
                     <article class="w-[82vw] shrink-0 snap-start overflow-hidden rounded-3xl bg-zinc-950 sm:w-[28rem] md:w-[38rem]">
                         <a href="https://harrisonerd.com/micropie" target="_blank" rel="noopener noreferrer" class="block w-full overflow-hidden rounded-t-3xl text-left focus:outline-none focus-visible:ring-2 focus-visible:ring-[#ccff00] focus-visible:ring-offset-2 focus-visible:ring-offset-[#17212b]" aria-label="Visit MicroPie website">
                             <img src="micropie.webp" width="1200" height="694" loading="lazy" decoding="async" class="aspect-video w-full object-cover" alt="MicroPie ultra-micro ASGI framework project by After Dark Labs">
                         </a>
                         <div class="p-6">
-                            <p class="text-sm font-medium text-[#ccff00]">MicroPie • Python Framework • A lightweight, open-source ASGI framework for Python</p>
+                            <p class="text-sm font-medium text-[#ccff00]">MicroPie • Python Framework • A lightweight, open-source web application framework for Python</p>
                         </div>
                     </article>
                     <article class="w-[82vw] shrink-0 snap-start overflow-hidden rounded-3xl bg-zinc-950 sm:w-[28rem] md:w-[38rem]">
diff --git a/docs/twig-editor.webp b/docs/twig-editor.webp
new file mode 100644
index 0000000..a360651
Binary files /dev/null and b/docs/twig-editor.webp differ