diff options
Diffstat (limited to 'pages/hireme.php')
-rw-r--r-- | pages/hireme.php | 49 |
1 files changed, 8 insertions, 41 deletions
diff --git a/pages/hireme.php b/pages/hireme.php index 781bed3..208903a 100644 --- a/pages/hireme.php +++ b/pages/hireme.php @@ -1,45 +1,12 @@ -<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 & 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 /> +<h3 class="printhide">My name is</h3> <?php -include('./assets/cv.html'); +include('./assets/resume.html'); ?> -<p> - <img src="https://nextcloud.53hor.net/index.php/s/zL2AJHwtCWLX2Eq/preview" /> -</p> - -<?php -exit(); +<div class="printhide"> + <hr /> + <p> + <img src="https://nextcloud.53hor.net/index.php/s/zL2AJHwtCWLX2Eq/preview" /> + </p> +</div> |