summaryrefslogtreecommitdiff
path: root/hireme/index.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-11 11:26:18 -0500
committer53hornet <atc@53hor.net>2021-12-11 11:26:18 -0500
commit00d6a7d10f6267e437b330aa99df091bfc7c67b6 (patch)
treeb3ffb8fc4f09933ebc8ed9c90f03412250199dd8 /hireme/index.php
parentde9bbfdb8f0d3b366e76a5cc775690f7315c740f (diff)
download53hor-00d6a7d10f6267e437b330aa99df091bfc7c67b6.tar.xz
53hor-00d6a7d10f6267e437b330aa99df091bfc7c67b6.zip
chore: organize pages and use router/renderer, organize assetsrouting
Diffstat (limited to 'hireme/index.php')
-rw-r--r--hireme/index.php47
1 files changed, 0 insertions, 47 deletions
diff --git a/hireme/index.php b/hireme/index.php
deleted file mode 100644
index e366e32..0000000
--- a/hireme/index.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-include('../includes/head.php');
-?>
-<h1 style="text-align: center;">Carpenter Tech</h1>
-
-<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 businesses</li>
-</ul>
-
-<p>
- I am down to earth and enjoy solving problems. If you think I may be able to help solve yours,
-
-<ul>
- <li><a href="#cv">Review my CV</a></li>
- <li><a href="/contact">Contact me to get started</a></li>
-</ul>
-</p>
-
-<hr />
-
-<?php
-include('cv.html');
-?>
-
-<p>
- <img src="https://nextcloud.53hor.net/index.php/s/zL2AJHwtCWLX2Eq/preview" />
-</p>
-<?php
-include('../includes/foot.php');
-?>