summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html89
1 files changed, 89 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html
new file mode 100644
index 0000000..fb711e2
--- /dev/null
+++ b/website/index.html
@@ -0,0 +1,89 @@
+<!doctype html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <title>Hutch — native sourcehut client for iPhone</title>
+ <link rel="stylesheet" href="styles.css" />
+</head>
+
+<body>
+ <div class="page">
+ <header class="site-header">
+ <div class="brand-row">
+ <a class="brand" href="index.html">
+ <img class="app-icon" src="https://img.cleberg.net/apps/hutch/logo/hutch_light.png" alt="Hutch icon" />
+ <div>
+ <h1>Hutch</h1>
+ <p class="subtitle">A native sourcehut client for iPhone</p>
+ </div>
+ </a>
+
+ <div class="hero-actions">
+ <a href="#" class="store-link">
+ <img src="storebutton.svg" class="store-img" alt="Download on the App Store" />
+ </a>
+
+ <nav class="header-links">
+ <a href="https://sr.ht/~ccleberg/Hutch/">Source Code</a>
+ <span>·</span>
+ <a href="mailto:[email protected]">Email</a>
+ </nav>
+ </div>
+ </div>
+ </header>
+
+ <main>
+ <section class="content-grid">
+ <div>
+ <h2>Why it exists</h2>
+ <p>Built for people who prefer simple tools, plain text, and fast workflows.</p>
+ <p>Sourcehut is popular because of its simplicity and effectiveness, and I wanted an app that inherited those
+ traits.</p>
+ </div>
+
+ <div>
+ <h2>What it does</h2>
+ <ul>
+ <li>Browse repositories</li>
+ <li>Monitor builds and logs</li>
+ <li>Manage trackers and tickets</li>
+ <li>Git + Mercurial support</li>
+ <li>Profile & key management</li>
+ </ul>
+ </div>
+ </section>
+
+ <section class="screenshots">
+ <h2>Interface</h2>
+ <div class="shot-grid">
+ <img src="https://img.cleberg.net/apps/hutch/screenshots/code.webp">
+ <img src="https://img.cleberg.net/apps/hutch/screenshots/builds.webp">
+ <img src="https://img.cleberg.net/apps/hutch/screenshots/todo.webp">
+ </div>
+ </section>
+
+ <section class="resources">
+ <h2>Resources</h2>
+ <ul class="resource-list">
+ <li><a href="https://sr.ht/~ccleberg/Hutch/">Project homepage</a></li>
+ <li><a href="https://todo.sr.ht/~ccleberg/Hutch/">Issue tracker</a></li>
+ <li>Mailing Lists:
+ <ul>
+ <li><a href="https://lists.sr.ht/~ccleberg/hutch-devel">hutch-devel</a></li>
+ <li><a href="https://lists.sr.ht/~ccleberg/hutch-announce">hutch-announce</a></li>
+ </ul>
+ </li>
+ <li><a href="privacy.html">Privacy policy</a></li>
+ </ul>
+ </section>
+ </main>
+
+ <footer>
+ © 2026 <a href="https://cleberg.net">Christian Cleberg</a>
+ </footer>
+ </div>
+</body>
+
+</html> \ No newline at end of file