Skip to content

Commit 37c6cf9

Browse files
Add GitHub Pages landing page and disable Jekyll processing
Co-authored-by: Koru Agent <agent@coru.dev>
1 parent afa04f5 commit 37c6cf9

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.

index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>wup · semcod</title>
7+
<meta name="description" content="What's Up — intelligent file watcher that runs regression tests and visual diffs on code changes.">
8+
<style>
9+
:root { color-scheme: light dark; }
10+
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; margin: 0; background: #0b1220; color: #e5e7eb; }
11+
main { max-width: 760px; margin: 0 auto; padding: 3rem 1.25rem; }
12+
h1 { font-size: 2rem; margin: 0 0 0.75rem; }
13+
p { line-height: 1.6; color: #cbd5e1; }
14+
.links { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
15+
a { color: #93c5fd; text-decoration: none; border: 1px solid #334155; padding: 0.55rem 0.9rem; border-radius: 0.5rem; }
16+
a:hover { background: #111827; }
17+
.badge { display: inline-block; font-size: 0.8rem; color: #94a3b8; margin-bottom: 1rem; }
18+
</style>
19+
</head>
20+
<body>
21+
<main>
22+
<div class="badge">semcod ecosystem</div>
23+
<h1>wup</h1>
24+
<p>What's Up — intelligent file watcher that runs regression tests and visual diffs on code changes.</p>
25+
<div class="links">
26+
<a href="project/">Interactive analysis</a>
27+
<a href="README.md">README</a>
28+
<a href="https://github.com/semcod/wup">GitHub</a>
29+
<a href="https://pypi.org/project/wup/">PyPI</a>
30+
</div>
31+
</main>
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)