sup

A curses threads-with-tags style email client

sup-website.git

git clone https://supmua.dev/git/sup-website/
commit ba5834b878ec1f017c940dc1174e58e0094d2ecd
parent 27082aeac1dbfe8162cf72cdb1a743538521b0ed
Author: Dan Callaghan <djc@djc.id.au>
Date:   Fri,  3 Apr 2026 19:06:27 +1100

add an index page for hosted git repos

Diffstat:
M _includes/header.html | 2 +-
A git/index.md | 19 +++++++++++++++++++
D images/blacktocat.png | 0
M stylesheets/stylesheet.css | 18 +++++++++++++-----
4 files changed, 33 insertions(+), 6 deletions(-)
diff --git a/_includes/header.html b/_includes/header.html
@@ -6,7 +6,7 @@
         </a>
 
         <section id="links">
-          <a href="https://github.com/sup-heliotrope/sup" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
+          <a href="/git/" class="btn btn-git"><span class="icon"></span>Source code</a>
         <a href="https://github.com/sup-heliotrope/sup/wiki" class="btn">Wiki</a>
         <a href="https://github.com/sup-heliotrope/sup/issues" class="btn">Issues</a>
         <a href="/releases/" class="btn">Releases</a>
diff --git a/git/index.md b/git/index.md
@@ -0,0 +1,19 @@
+---
+title: sup source code
+layout: narrow_page
+---
+
+## Source code
+
+The canonical Git repository for Sup is hosted here.
+
+<pre class="code">
+<span class="command">git clone <a href="https://supmua.dev/git/sup/">https://supmua.dev/git/sup/</a></span>
+</pre>
+
+You can also find [Sup on GitHub](https://github.com/sup-heliotrope/sup).
+
+### Other repos
+
+[sup-colors.git](sup-colors/log.html): Color schemes for Sup.<br>
+[sup-website.git](sup-website/log.html): Source code for this web site.
diff --git a/images/blacktocat.png b/images/blacktocat.png
Binary files differ.
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
@@ -240,13 +240,21 @@ hr {
   display: inline-block;
   width: 16px;
   height: 16px;
-  margin: 1px 8px 0 0;
-  float: left;
+  margin: -3px 8px 0 0;
+  vertical-align: middle;
+  opacity: 0.6;
 }
 
-.btn-github .icon {
-  opacity: 0.6;
-  background: url("../images/blacktocat.png") 0 0 no-repeat;
+.btn-git .icon {
+  /* https://fontawesome.com/icons/code-merge?f=classic&s=solid */
+  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">\
+    <!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.-->\
+    <path fill="white" d="M176 120c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 \
+    24-24m32.4 97.2c28-12.4 47.6-40.5 47.6-73.2 0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 \
+    48 73.3v205.3C115.7 435 96 463.2 96 496c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3v-86.6c26.7 \
+    20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48 44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 \
+    48L304 304c-49.9 0-91-38.1-95.6-86.8M176 472c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 \
+    24-24m264-136c0-13.3 10.7-24 24-24s24 10.7 24 24-10.7 24-24 24-24-10.7-24-24"/></svg>') 0 0 no-repeat;
 }
 
 /* Links