diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-01 17:21:57 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-01 17:21:57 (EDT) |
commit | 80a633c673e663812567e30817f61546b9421998 (patch) | |
tree | 2cb9daded17f98d671b6a11e6650b38cf62a9828 | |
parent | a9ff56b3a28e25371888fbff614810eb1e94bb24 (diff) | |
download | www-80a633c673e663812567e30817f61546b9421998.zip www-80a633c673e663812567e30817f61546b9421998.tar.gz www-80a633c673e663812567e30817f61546b9421998.tar.bz2 |
Add index page for guides.
-rwxr-xr-x | guides/index.html | 11 | ||||
-rwxr-xr-x | includes/header.html | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/guides/index.html b/guides/index.html new file mode 100755 index 0000000..d603d64 --- /dev/null +++ b/guides/index.html @@ -0,0 +1,11 @@ +<!--#set var="title" value="Technical Guides" --> +<!--#include virtual="../includes/header.html" --> +<h2>Technical Guides</h2> +<p> + Here you will find technical guides, tutorials, and workshop notes on + GNU/Linux and UNIX. +</p> +<ul> + <li><a href="shell-workshop/">UNIX® Shell Scripting Workshop</a></li> +</ul> +<!--#include virtual="../includes/footer.html" --> diff --git a/includes/header.html b/includes/header.html index 53ba1f4..c8c9c97 100755 --- a/includes/header.html +++ b/includes/header.html @@ -27,6 +27,9 @@ <a href="/resume.html">Résumé</a> </li> <li> + <a href="/guides/">Guides</a> + </li> + <li> <a href="/essays/">Essays</a> </li> <li> |