summaryrefslogtreecommitdiff
path: root/hire.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-09-12 17:26:24 -0400
committer53hornet <atc@53hor.net>2021-09-12 17:26:24 -0400
commit9da420c624521d54ff9d4d8bd944bcd7a3a03b7e (patch)
tree67f820c5b4eab772b8479dc17c52e06525abbee3 /hire.php
parent2901cf43bf45ff322fb62286c3bf1594b55c20ee (diff)
download53hor-9da420c624521d54ff9d4d8bd944bcd7a3a03b7e.tar.xz
53hor-9da420c624521d54ff9d4d8bd944bcd7a3a03b7e.zip
feat: update hire, updated css, tweaked payments
Diffstat (limited to 'hire.php')
-rw-r--r--hire.php37
1 files changed, 27 insertions, 10 deletions
diff --git a/hire.php b/hire.php
index 232c3d8..dd1a992 100644
--- a/hire.php
+++ b/hire.php
@@ -1,23 +1,40 @@
<?php
-$title = "Hire Me";
+$title = "Carpenter Tech";
include('./includes/head.php');
?>
<p>
- I am a freelance computer programmer and consultant. I offer the following services.
+ My name is Adam Carpenter and I am a freelance, general-purpose computer programmer.
+</p>
<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>
+ <li>Does your business day consist of tedious, repetitive manual tasks? How do you go about streamlining the process and writing software to automate those tasks?</li>
+ <li>Maybe you've outgrown the limitations of DIY site designers such as Google Sites or Wix. How do you approach from-scratch web design and rich web applications?</li>
+ <li>Are you or your small business looking to take control of your IT by self-hosting? Wondering how to go about efficiently and securely serving your clients?</li>
</ul>
+
+<p>
+ I run a business called <em>Carpenter Tech</em> that aims to help you answer these questions by offering the following services.
+
</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>.
+<ul>
+ <li>Software engineering, custom software design, development, and deployment</li>
+ <li>From-scratch web site construction, hosting, and maintenance</li>
+ <li>Programming, self-hosting, and IT consulting for small busineses</li>
+</ul>
+
+<p>
+ I am down to earth and enjoy solving problems. If you think I may be able to help solve yours, the best way to get in touch with me is writing to
+ <a href="mailto:atc@53hor.net">atc@53hor.net</a>.
+</p>
+
+
+<p>
+ Below is my CV and other related professional history. You may also <a href="/cgi-bin/cv.sh">download my CV as a 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>.
+<hr />
-<p>The best way to get in touch with me is <a href="mailto:atc@53hor.net">atc@53hor.net</a>. </p>
+<?php
+include('cv.html');