diff options
Diffstat (limited to 'hire.php')
-rw-r--r-- | hire.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/hire.php b/hire.php new file mode 100644 index 0000000..232c3d8 --- /dev/null +++ b/hire.php @@ -0,0 +1,23 @@ +<?php +$title = "Hire Me"; +include('./includes/head.php'); +?> + +<p> + I am a freelance computer programmer and consultant. I offer the following services. + +<ul> + <li>Custom software design, development, and deployment</li> + <li>From-scratch web site construction and maintenance</li> + <li>Programming and information technology consulting</li> +</ul> +</p> + +<p>You can see some of my work history in my CV + <a target="_blank" href="/cv.php">(HTML)</a> + <a href="/cgi-bin/cv.sh">(PDF)</a>. +</p> + +<p>You can also view many of my personal projects in my <a target="_blank" href="https://git.53hor.net/explore/repos">Git repositories</a>. + +<p>The best way to get in touch with me is <a href="mailto:atc@53hor.net">atc@53hor.net</a>. </p> |