66 lines
No EOL
1.4 KiB
HTML
66 lines
No EOL
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Fabled Sword - Staff</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>Staff</h1>
|
|
|
|
<section class="staff-list">
|
|
|
|
<article class="staff-card">
|
|
<h2 class="staff-name">Bryan V</h2>
|
|
<h3 class="staff-position">Owner</h3>
|
|
<div class="staff-bio">
|
|
<p>Organizer and proprieter of the site and its resources.
|
|
Father and IT Hobbiest</p>
|
|
|
|
</div>
|
|
</article>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
</div>
|
|
</body>
|
|
</html> |