fabledsword_com/_site/about/index.html
2025-11-11 15:56:20 -05:00

82 lines
No EOL
1.9 KiB
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.

<!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/11/11/Progress-Update/">
<li class="sidebar-item">
Making Progress
<small>Nov 11, 2025</small>
</li>
</a>
<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>