blob: 803778a334ec06433223a41b44c136f22dfa00c8 (
plain)
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
|
<?php
$title = "Tech Support";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
I've grown up around computers and am intimately familiar with the operation of all types of digital systems.
I'm always happy to help set up new computers, phones, and tablets, or to assist in resolving problems that
have emerged. I understand exactly how important your data is--whether that's
your photos, your writing, or your work--and I'm always willing to
be flexible in my approach to engineering a solution that fits your needs.
</p>
<p>
As a programmer, I have thousands of hours of experience with every facet of Windows, MacOS, and Linux computers--
I've built multiple computers for my own personal use, and I maintain server hardware on premises to run my services.
</p>
<h2>Examples</h2>
<ul>
<li><p>Configuring cloud storage</p></li>
<li><p>Backing up photographs</p></li>
<li><p>Decluttering/improving performance of old computers</p></li>
<li><p>Tech education/explaining the optimal use of systems</p></li>
<li><p>Updating and maintaining Web sites</p></li>
</ul>
<h2>Contact</h2>
<p>
Please contact me at kai@kaistevenson.com.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|