summaryrefslogtreecommitdiff
path: root/pages/hireme.php
blob: 781bed3a1641330fe98152da978f48e348cfede9 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<h1 style="text-align: center;">Carpenter Tech</h1>

<p>
	My name is Adam Carpenter and I am a freelance software engineer and computer programming consultant. Are you...
</p>

<ul>
	<li>interested in writing simple software that efficiently and effectively solves a problem?</li>
	<li>an organization leader looking to transition from manual systems administration to developer-driven automation of time-sapping tasks?</li>
	<li>a developer looking to introduce your manager to this concept?</li>
	<li>an individual or small business looking to self-host your software?</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>Feature &amp; bug "bounties" or consultation</li>
	<li>Programming, self-hosting, and IT consulting for small businesses</li>
	<li>Organizational systems administration and information technology automation consulting</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 below</a></li>
	<li><a href="/contact">Contact me to get started</a></li>
</ul>
</p>

<hr />

<?php
include('./assets/cv.html');
?>

<p>
	<img src="https://nextcloud.53hor.net/index.php/s/zL2AJHwtCWLX2Eq/preview" />
</p>

<?php
exit();