-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.69 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@watthem — OSS Documentation</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: system-ui, -apple-system, sans-serif; max-width: 640px; margin: 2rem auto; padding: 0 1rem; color: #1a1a1a; line-height: 1.6; }
h1 { font-size: 1.5rem; margin-bottom: 0.5rem; }
p { color: #555; margin-bottom: 1.5rem; }
ul { list-style: none; }
li { margin-bottom: 0.75rem; }
a { color: #0969da; text-decoration: none; }
a:hover { text-decoration: underline; }
.muted { color: #888; font-size: 0.875rem; }
</style>
</head>
<body>
<h1>@watthem</h1>
<p>Open-source project documentation hosted on GitHub Pages.</p>
<ul>
<li><a href="https://github.com/watthem/quarrel">quarrel</a> <span class="muted">— TF-IDF similarity engine</span></li>
<li><a href="https://github.com/watthem/similar-files">similar-files</a> <span class="muted">— CLI codebase search</span></li>
<li><a href="https://github.com/watthem/quarrel-similar-notes">quarrel-similar-notes</a> <span class="muted">— Obsidian plugin</span></li>
<li><a href="https://github.com/watthem/fieldtest">fieldtest</a> <span class="muted">— Schema validation toolkit</span></li>
<li><a href="https://github.com/disclosures/disclosures">disclosures</a> <span class="muted">— CSS design system</span></li>
</ul>
<p class="muted" style="margin-top: 2rem;">
Portfolio & consulting: <a href="https://matthewhendricks.net">matthewhendricks.net</a>
</p>
</body>
</html>