summaryrefslogtreecommitdiff
path: root/website/index.html
blob: fb711e23bf60425c4bd7ecf2622d6d0785d97f4d (plain) (blame)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
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>