first commit

This commit is contained in:
Bryan Van Deusen 2025-11-10 19:03:13 -05:00
commit 3f2cec5cb9
27 changed files with 1159 additions and 0 deletions

74
_site/about/index.html Normal file
View file

@ -0,0 +1,74 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Fabled Sword - About</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<div class="nav-div">
<nav>
<a href="/">Home</a>
<a href="/about/index.html">About</a>
<a href="/blog/index.html">Blog</a>
<a href="/staff/index.html">Staff</a>
</nav>
</div>
<div class="main-view">
<aside class="sidebar">
<h2>News</h2>
<ul class="news-list">
<a href="/2025/10/29/Welcome/">
<li class="sidebar-item">
Welcome to the Fabled Sword
<small>Oct 29, 2025</small>
</li>
</a>
</ul>
</aside>
<main class="main">
<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>
</main>
</div>
</body>
</html>