diff options
author | P. 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) |
commit | 3878f654eeebdf237c0e09c85e9aeae22c6d2d1d (patch) | |
tree | 2cb766e54e661073725744d1ec4f5bd7e834c9fb /section | |
parent | 05220058bb1dba86b23f6a66ac5bea3af6f07e03 (diff) | |
download | resume-3878f654eeebdf237c0e09c85e9aeae22c6d2d1d.zip resume-3878f654eeebdf237c0e09c85e9aeae22c6d2d1d.tar.gz resume-3878f654eeebdf237c0e09c85e9aeae22c6d2d1d.tar.bz2 |
section/prj.html: New file.
Diffstat (limited to 'section')
-rw-r--r-- | section/prj.html | 22 |
1 files changed, 22 insertions, 0 deletions
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 <http://www.pehjota.net/projects/> 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 + <http://www.pehjota.net/guides/shell-workshop/> + for workshops I've given on the UNIX shell command + language and utilities. + </dd> + </ul> +</section> |