diff options
Diffstat (limited to 'src/prj/index.html')
-rw-r--r-- | src/prj/index.html | 44 |
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> |