summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-07-30 20:44:06 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-07-30 20:44:06 +0200
commit9d86afef1b32570698d970c6f307a916466f352a (patch)
tree66cd7b02392e8b77d1533b3499ef49b2e0691240
parent2a46bed1fca23a5498ad9ffee7bd6fc67bc4938b (diff)
Create the /prj page
-rw-r--r--src/prj/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/prj/index.html b/src/prj/index.html
new file mode 100644
index 0000000..b64c4a9
--- /dev/null
+++ b/src/prj/index.html
@@ -0,0 +1,44 @@
+<!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="mmv">mmv — move multiple/mapped files</a></li>
+ </ul>
+ </main>
+
+ <hr>
+
+ <footer>
+ m4_footer
+ </footer>
+ </body>
+</html>