agnes-love/projects.njk

26 lines
1 KiB
Text
Raw Permalink Normal View History

2026-06-25 00:57:39 +00:00
---
layout: layouts/base.njk
title: Projects
permalink: /projects/
---
<h1 class="text-2xl font-bold mb-4">Projects</h1>
<p class="text-gray-600 dark:text-gray-400 mb-6">Open-source and personal experiments. Replace with your own projects or migrate to a <code>projects</code> collection.</p>
<ul class="space-y-6">
<li class="border rounded p-4">
<h2 class="text-lg font-semibold">Eleventy Blog Starter</h2>
<p class="text-gray-700 dark:text-gray-300">Accessible, IndieWeb-friendly, and tested with Playwright.</p>
<div class="mt-2 text-xs space-x-2">
<span class="px-2 py-0.5 rounded bg-blue-600 text-white">eleventy</span>
<span class="px-2 py-0.5 rounded bg-green-600 text-white">a11y</span>
<span class="px-2 py-0.5 rounded bg-pink-600 text-white">testing</span>
</div>
</li>
<li class="border rounded p-4">
<h2 class="text-lg font-semibold">Minimal Style Guide</h2>
<p class="text-gray-700 dark:text-gray-300">A living page to document typography and components.</p>
</li>
</ul>