summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-31 13:27:34 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-31 13:27:34 (EDT)
commit3878f654eeebdf237c0e09c85e9aeae22c6d2d1d (patch)
tree2cb766e54e661073725744d1ec4f5bd7e834c9fb
parent05220058bb1dba86b23f6a66ac5bea3af6f07e03 (diff)
downloadresume-3878f654eeebdf237c0e09c85e9aeae22c6d2d1d.zip
resume-3878f654eeebdf237c0e09c85e9aeae22c6d2d1d.tar.gz
resume-3878f654eeebdf237c0e09c85e9aeae22c6d2d1d.tar.bz2
section/prj.html: New file.
-rw-r--r--Makefile1
-rw-r--r--resume.shtml1
-rw-r--r--section/prj.html22
3 files changed, 24 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 886383f..c387c11 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ resume.html: \
section/hon.html \
section/skl.html \
section/wor.html \
+ section/prj.html \
section/afl.html \
section/hob.html
resume.pdf: \
diff --git a/resume.shtml b/resume.shtml
index 8f85b15..41cf355 100644
--- a/resume.shtml
+++ b/resume.shtml
@@ -16,6 +16,7 @@
<!--#include virtual="/section/hon.html" -->
<!--#include virtual="/section/skl.html" -->
<!--#include virtual="/section/wor.html" -->
+<!--#include virtual="/section/prj.html" -->
<!--#include virtual="/section/afl.html" -->
<!--#include virtual="/section/hob.html" -->
<!-- include virtual="/section/ref.html" -->
diff --git a/section/prj.html b/section/prj.html
new file mode 100644
index 0000000..652df50
--- /dev/null
+++ b/section/prj.html
@@ -0,0 +1,22 @@
+<section class="prj">
+ <h2>Projects</h2>
+ <dl>
+ <dt>
+ Software Projects
+ </dt>
+ <dd>
+ See &lt;http://www.pehjota.net/projects/&gt; for a list
+ of public free/libre and open source software projects
+ that I maintain or to which I've contributed.
+ </dd>
+ <dt>
+ UNIX Shell and Utilities Workshops
+ </dt>
+ <dd>
+ See
+ &lt;http://www.pehjota.net/guides/shell-workshop/&gt;
+ for workshops I've given on the UNIX shell command
+ language and utilities.
+ </dd>
+ </ul>
+</section>