]> git.armaanb.net Git - lightcards-http.git/commitdiff
Add issue tracker link, table of contents
authorArmaan Bhojwani <me@armaanb.net>
Sat, 20 Feb 2021 19:10:33 +0000 (14:10 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 20 Feb 2021 19:10:33 +0000 (14:10 -0500)
index-raw.html

index b03abcaa0b2986dd046059a59b53aa135aa0295e..d56d956b7b90ca438aac0efec18f10eab3e5dba9 100644 (file)
@@ -47,14 +47,23 @@ a {
       <nav>
         <a href="https://sr.ht/~armaan/lightcards">Source code</a> | 
         <a href="https://lists.sr.ht/~armaan/public-inbox">Mailing list</a> | 
-        <a href="https://pypi.org/project/lightcards">PyPI</a> | 
-        <a href="gemini://armaanb.net/lightcards">Gemini</a>
+        <a href="https://todo.sr.ht/~armaan/lightcards">Issue tracker</a> | 
+        <a href="https://pypi.org/project/lightcards">PyPI</a>
         <hr>
         <p>A terminal flashcards program that gets its data from Markdown.</p>
       </nav>
     </header>
 
     <section>
+      <h2>Table of Contents</h2>
+      <ul>
+        <li><a href="#installation">Installation</a></li>
+        <li><a href="#manpages">Manpages</a></li>
+        <li><a href="#gallery">Gallery</a></li>
+      </ul>
+    </section>
+
+    <section id="installation">
       <h2>Installation</h2>
       <p>Lightcards is only tested and maintained on Linux. Support for other Unix-like operating systems such as MacOS and the various BSDs is likely, although untested. Lightcards requires Python 3.9.</p>
 
@@ -69,7 +78,7 @@ a {
       <code>pip install git+https://git.sr.ht/~armaan/lightcards@devel</code>
     </section>
 
-    <section>
+    <section id="manpages">
       <h2>Manpages</h2>
       <ul>
         <li><a href="lightcards.1">lightcards(1)</a></li>
@@ -77,7 +86,7 @@ a {
       </ul>
     </section>
 
-    <section>
+    <section id="gallery">
       <h2>Gallery</h2>
       <a href="1.webp">
         <img src="1.webp" alt="screenshot 1">
@@ -90,10 +99,10 @@ a {
       </a>
     </section>
 
-    <section>
-      <h2>Copyright</h2>
-      <p>Copyright 2021 Armaan Bhojwani, MIT license.
+    <footer>
       <hr>
-    </section>
+      <p>Copyright 2021 Armaan Bhojwani, MIT license. This site is also viewable
+      on <a href="gemini://armaanb.net/lightcards">Gemini</a>.</p>
+    </footer>
   </body>
 </html>