diff options
Diffstat (limited to 'section/prj.html')
-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> |