summaryrefslogtreecommitdiffhomepage
path: root/src/prj/index.gsp
blob: a6e773c1c5a6e3ba89fcd3bb40523b5163668e6e (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
html lang="en" {
	head { m4_include(head.gsp) }
	body {
		header {
			div {
				h1 {-My Projects}
				m4_include(nav.gsp)
			}

			figure .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.
					}
				}
				figcaption {-Andy Rooney}
			}
		}

		main {
			p {-
				In this section of the website you can find the extended descriptions
				and -documentation of some of my projects.  Some of the things here may
				be incomplete, but for the most part they should be completed projects.
			}

			p {-Posts:}
			ul {
				li {a href="totp"   {-totp — generate TOTP codes}}
				li {a href="mkpass" {-mkpass — make a password}}
				li {a href="mmv"    {-mmv, mpc — mapped file moves and -copies}}
			}
		}

		hr{}

		footer { m4_footer }
	}
}