diff options
-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> |