diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | resume.shtml | 1 | ||||
-rw-r--r-- | section/prj.html | 22 |
3 files changed, 24 insertions, 0 deletions
@@ -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 <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> |