summaryrefslogtreecommitdiffhomepage
path: root/src/prj/index.html
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-11 05:15:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-11 05:15:20 +0200
commitbda44e93541fa478abf3ce4b3461f026a90fa8cb (patch)
treea62a7e1d456effe914a77b45f66485c3e8bfd92d /src/prj/index.html
parentced3ed9ddde25614bbc9777a5d546eee2a44a2e0 (diff)
Move the site from HTML to GSP
Diffstat (limited to 'src/prj/index.html')
-rw-r--r--src/prj/index.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/prj/index.html b/src/prj/index.html
deleted file mode 100644
index b8c8bc9..0000000
--- a/src/prj/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- m4_include(head.html)
- </head>
- <body>
- <header>
- <div>
- <h1>My Projects</h1>
- m4_include(nav.html)
- </div>
-
- <figure class="quote">
- <blockquote>
- <p>Computers make it easier to do a lot of things, but most of the
- things they make it easier to do don’t need to be done.</p>
- </blockquote>
- <figcaption>
- Andy Rooney
- </figcaption>
- </figure>
- </header>
-
- <main>
- <p>
- In this section of the website I cover some of my projects. Some are
- completed, some are ongoing; really I’ll just add a post here if I ever
- have something I feel is interesting enough to share.
- </p>
-
- <p>Posts:</p>
- <ul>
- <li><a href="totp">totp — generate TOTP codes</a></li>
- <li><a href="mkpass">mkpass — make a password</a></li>
- <li><a href="mmv">mmv, mpc — mapped file moves and -copies</a></li>
- </ul>
- </main>
-
- <hr>
-
- <footer>
- m4_footer
- </footer>
- </body>
-</html>