diff options
author | 53hornet <atc@53hor.net> | 2021-07-28 10:58:58 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-07-28 10:58:58 -0400 |
commit | bfaccc32571df8a02f69518d8864244efba3b5b5 (patch) | |
tree | cc71a44054af00e73d0db2a1c79c347db3f31327 /hire.php | |
parent | dd75b4a341925e4ba3408b018941241d4317dd9f (diff) | |
download | 53hor-bfaccc32571df8a02f69518d8864244efba3b5b5.tar.xz 53hor-bfaccc32571df8a02f69518d8864244efba3b5b5.zip |
php site, templating and partials, faster index generation
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> |