summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-30 17:21:19 -0500
committerChristian Cleberg <[email protected]>2026-03-30 17:21:19 -0500
commit3f03c433a7435e283244e94f09bd513bd45f3202 (patch)
treef9ba88e5b2fb45dbe14e507dd60aeb854c14cdf2 /website
parentd897109d0d23560bf19ece6ea1122b1229f3b164 (diff)
downloadhutch-3f03c433a7435e283244e94f09bd513bd45f3202.tar.gz
hutch-3f03c433a7435e283244e94f09bd513bd45f3202.tar.bz2
hutch-3f03c433a7435e283244e94f09bd513bd45f3202.zip
update website with app store linkv2.5.2
Diffstat (limited to 'website')
-rw-r--r--website/index.html12
-rw-r--r--website/privacy.html5
-rw-r--r--website/styles.css8
3 files changed, 17 insertions, 8 deletions
diff --git a/website/index.html b/website/index.html
index c15b710..370e5c6 100644
--- a/website/index.html
+++ b/website/index.html
@@ -23,7 +23,8 @@
</a>
<div class="hero-actions">
- <a href="#" class="store-link" aria-label="Download Hutch on the App Store">
+ <a href="https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299" class="store-link"
+ aria-label="Download Hutch on the App Store">
<img src="storebutton.svg" class="store-img" alt="Download on the App Store" />
</a>
@@ -44,9 +45,9 @@
</header>
<main>
- <div class="info-banner">
- Hutch is currently under review by Apple and not yet available for download.
- This page will be updated with the App Store link once approved.
+ <div class="info-banner info-banner-live">
+ Hutch is now available on the App Store for iPhone.
+ <a href="https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299">Download Hutch for SourceHut</a>.
</div>
<section class="content-grid">
<div>
@@ -142,6 +143,7 @@
<section class="resources">
<h2>Resources</h2>
<ul class="resource-list">
+ <li><a href="https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299">Download on the App Store</a></li>
<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:
@@ -161,4 +163,4 @@
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/website/privacy.html b/website/privacy.html
index 5d50be4..371bbcb 100644
--- a/website/privacy.html
+++ b/website/privacy.html
@@ -22,7 +22,8 @@
</a>
<div class="hero-actions">
- <a href="#" class="store-link" aria-label="Download Hutch on the App Store">
+ <a href="https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299" class="store-link"
+ aria-label="Download Hutch on the App Store">
<img src="storebutton.svg" class="store-img" alt="Download on the App Store" />
</a>
@@ -126,4 +127,4 @@
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/website/styles.css b/website/styles.css
index 014e248..11799c0 100644
--- a/website/styles.css
+++ b/website/styles.css
@@ -311,4 +311,10 @@ code {
line-height: 1.5;
text-align: center;
-} \ No newline at end of file
+}
+
+.info-banner-live {
+ background: #edf7ee;
+ border-color: #cfe8d3;
+ color: #1d5c2f;
+}