blob: 232c3d837ca8e2afc2b8497f7b12244f81535256 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|