fabledsword_com/about.html
Bryan Van Deusen 3f2cec5cb9 first commit
2025-11-10 19:03:13 -05:00

36 lines
839 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
title: About
---
<h1>About Fabled Sword</h1>
<article class="post-item prose">
<p>
This is a labor of love. This project is for myself and anyone I share it with.
I hope that it'll be a creative and enjoyable space to share.
</p>
<hr>
<div class="about-grid">
<section class="about-card">
<h2>What this is</h2>
<p>A home for experiments, posts, and maybe even stories</p>
</section>
<section class="about-card">
<h2>Why it exists</h2>
<p>To learn in public, archive ideas, and make it easy to share work-in-progress.</p>
</section>
<section class="about-card">
<h2>What youll find</h2>
<ul>
<li>News updates</li>
<li>Write-ups & notes</li>
<li>Links to projects</li>
</ul>
</section>
</div>
</article>