Harbor

branch main
showing the latest snapshot on main
index.html 2.3 KB · HTML
public/privacy/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 simple placeholder privacy page for the Sharkk demo site.">
		<title>Privacy | 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="../work/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="../work/project-1/index.html">Anashti Sul</a>
						<a href="../work/planes-of-power/index.html">Planes of Power</a>
						<a href="../work/ashbringer/index.html">Ashbringer</a>
			</div>
		<div class="link-list old-work">
						<a href="../work/mad-splash/index.html">Mad Splash</a>
						<a href="../work/battles-for-arthos/index.html">Battles for Arthos</a>
						<a href="../work/legendarium/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 class="container">
		<main class="page">
	<h1>Privacy</h1>
	<p class="copy">This demo site does not collect personal information. Replace this placeholder with a real privacy policy before launch.</p>
</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="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>