106 lines
3.0 KiB
HTML
106 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!-- Title -->
|
|
<title>Search - Hack Liberty</title>
|
|
|
|
<!-- SEO Meta Tags -->
|
|
|
|
|
|
<meta name="description" content="Search 154 topics and 955 posts in the Hack Liberty archive. Find discussions, answers, and community content.">
|
|
|
|
|
|
|
|
<!-- Open Graph -->
|
|
|
|
|
|
<!-- Twitter Card -->
|
|
|
|
|
|
<!-- JSON-LD Structured Data -->
|
|
|
|
|
|
<!-- Canonical URL -->
|
|
|
|
|
|
<!-- Extra head content (e.g., pagination links) -->
|
|
|
|
|
|
<link rel="icon" href="assets/site/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" href="assets/css/archive.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<input type="checkbox" id="theme-toggle" aria-label="Toggle light/dark theme">
|
|
|
|
<header class="site-header">
|
|
<div class="container">
|
|
<div class="header-branding">
|
|
|
|
|
|
<a href="index.html" class="header-logo-link">
|
|
<img src="assets/site/e4f25dd72b2e02880825b4fd06f795f138a1f08a_2_180x180.png" alt="Hack Liberty logo" class="header-logo">
|
|
</a>
|
|
|
|
<div class="header-site-title"><a href="index.html">Hack Liberty</a></div>
|
|
</div>
|
|
<nav role="navigation" aria-label="Main navigation">
|
|
<a href="latest/index.html">Latest</a>
|
|
<a href="top/index.html">Top</a>
|
|
<a href="top/views/index.html">Views</a>
|
|
|
|
<a href="search.html" class="nav-icon" aria-label="Search">🔍</a>
|
|
|
|
<label for="theme-toggle" class="theme-toggle-label">
|
|
<span class="theme-icon theme-icon-dark">🌙</span>
|
|
<span class="theme-icon theme-icon-light">☀️</span>
|
|
<span class="visually-hidden">Toggle theme</span>
|
|
</label>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
<a href="#main-content" class="skip-link">Skip to main content</a>
|
|
|
|
<div class="page-wrapper">
|
|
<main id="main-content" class="container">
|
|
|
|
<div class="search-page">
|
|
<h1>Search Archive</h1>
|
|
|
|
<div class="search-box">
|
|
<input
|
|
type="text"
|
|
id="search-input"
|
|
placeholder="Search topics and posts..."
|
|
class="search-input"
|
|
/>
|
|
<button id="search-button" class="search-button">Search</button>
|
|
</div>
|
|
|
|
<div id="search-results" class="search-results">
|
|
<p class="search-hint">Enter a search term to find topics and posts.</p>
|
|
</div>
|
|
</div>
|
|
|
|
</main>
|
|
</div>
|
|
|
|
<footer class="site-footer">
|
|
<div class="container">
|
|
<p>
|
|
Generated by <a href="https://github.com/19-84/chronicon" target="_blank" rel="noopener noreferrer">Chronicon</a> v1.0.0
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
<script src="assets/js/search.js"></script>
|
|
|
|
</body>
|
|
</html> |