Harbor

branch main
showing the latest snapshot on main
index.html 2.8 KB · HTML
public/work/legendarium/index.html 0644 Raw
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="description" content="A shelf of myths, maps, factions, and half-truths waiting to become trouble.">
		<title>Legendarium | Sharkk</title>
		<link rel="stylesheet" href="../../css/fonts.css">
		<link rel="stylesheet" href="../../css/tokens.css">
		<link rel="stylesheet" href="../../css/style.css">
	</head>
<body>
	<div class="container">
		<header id="main">
	<a id="logo-link" href="../../index.html" aria-label="Sharkk home"></a>
	<div class="content">
		<nav>
		<div class="nav-item">
		<a href="../index.html">
			Work						<svg class="nav-chevron" viewBox="0 0 42 42" aria-hidden="true" focusable="false">
	<path d="M20.833,41.574l-20.674,-20.674l-0.159,-20.9l20.88,20.88l20.879,-20.88l-0.159,20.9l-20.674,20.674l-0,0.093l-0.046,-0.047l-0.047,0.047l0,-0.093Z" />
</svg>
					</a>
				<div class="nav-dropdown work-list">
		<div class="link-list current-work">
						<a href="../project-1/index.html">Anashti Sul</a>
						<a href="../planes-of-power/index.html">Planes of Power</a>
						<a href="../ashbringer/index.html">Ashbringer</a>
			</div>
		<div class="link-list old-work">
						<a href="../mad-splash/index.html">Mad Splash</a>
						<a href="../battles-for-arthos/index.html">Battles for Arthos</a>
						<a href="index.html">Legendarium</a>
			</div>
	</div>
			</div>
		<div class="nav-item">
		<a href="../../blog/index.html">
			Blog					</a>
			</div>
		<div class="nav-item">
		<a href="../../about/index.html">
			About					</a>
			</div>
	</nav>
	</div>
</header>
	</div>
		<div id="slider" class="work-header">
	<div class="slide">
			</div>
</div>
		<div class="container">
		<main class="page work-page">
	<section class="feature">
		<h1>Legendarium</h1>
		<p>A shelf of myths, maps, factions, and half-truths waiting to become trouble.</p>
	</section>
	<section class="cards">
		<article class="card">
		<h2>The pitch</h2>
		<p>Legendarium is a worldbuilding archive for places, people, monsters, and mysteries that can spin off into stories or games.</p>
	</article>
		<article class="card">
		<h2>The vibe</h2>
		<p>Lore vault meets adventure hook machine, with enough salt and shadow to keep the maps interesting.</p>
	</article>
	</section>
</main>
		<footer class="footer">
	<div class="brand">
		<img src="../../img/sharkmark.svg" alt="" aria-hidden="true">
		<p>&copy; 2026 Sharkk. No wipeouts, just waves.</p>
	</div>
	<nav class="links">
				<a href="../../privacy/index.html">Privacy</a>
				<a href="../../legal/index.html">Legal</a>
			</nav>
</footer>
	</div>
		<script src="../../js/nav-dropdown.js"></script>
		<script src="../../js/blog-index.js"></script>
		<script src="../../js/markdown-editor.js"></script>
	</body>
</html>