summaryrefslogtreecommitdiff
path: root/hire.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-10-26 19:17:13 -0400
committer53hornet <atc@53hor.net>2021-10-26 19:17:13 -0400
commitcce096dae552f1b421785bc93fa87cd04e4b5146 (patch)
treeaa4308f65077f9eca07a4c2e4fb19e809ba01dfa /hire.php
parent13de3ecd17f28334dba9b99f9c1cb5b6d90e93b5 (diff)
download53hor-cce096dae552f1b421785bc93fa87cd04e4b5146.tar.xz
53hor-cce096dae552f1b421785bc93fa87cd04e4b5146.zip
subfolders, add contact, update hireme
Diffstat (limited to 'hire.php')
-rw-r--r--hire.php44
1 files changed, 0 insertions, 44 deletions
diff --git a/hire.php b/hire.php
deleted file mode 100644
index db7db92..0000000
--- a/hire.php
+++ /dev/null
@@ -1,44 +0,0 @@
-<?php
-$title = "Carpenter Tech";
-include('./includes/head.php');
-?>
-
-<p>
- My name is Adam Carpenter and I am a freelance, general-purpose computer programmer.
-
-</p>
-<ul>
- <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>
-
-<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>
- <img src="https://nextcloud.53hor.net/index.php/s/zL2AJHwtCWLX2Eq/preview" />
-</p>
-
-<p>
- Below is my CV and other related professional history.
- <!--You may also <a href="/cv.php">download my CV as a PDF</a>.-->
-</p>
-
-<hr />
-
-<?php
-include('cv.html');