summaryrefslogtreecommitdiffhomepage
path: root/src/prj/index.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prj/index.gsp')
-rw-r--r--src/prj/index.gsp40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/prj/index.gsp b/src/prj/index.gsp
new file mode 100644
index 0000000..a5da5ca
--- /dev/null
+++ b/src/prj/index.gsp
@@ -0,0 +1,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 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 {-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 }
+ }
+}