blob: c38dd053e2128cd955d80925bcc5e7c2e2f339a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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="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>
|