summaryrefslogtreecommitdiffhomepage
path: root/src/prj/index.html
diff options
context:
space:
mode:
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>