blob: 5f0f6334f172f8c6f39bb82251a5608a2c93a526 (
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
|
<!DOCTYPE html>
<html>
<head> </head>
<body>
<h1>Adam T. Carpenter</h1>
<table>
<tr>
<th>E-Mail</th>
<td>
<a href="mailto:atc@53hor.net">atc@53hor.net</a>
</td>
</tr>
<tr>
<th>WWW</th>
<td>
<a href="https://www.53hor.net/profile">www.53hor.net/profile</a>
</td>
</tr>
</table>
<h2>Summary</h2>
<h2>Academics</h2>
<h2>Work Experience</h2>
<ul>
<li>
Technology Support Specialist at The College of William and Mary (Feb.
2015 to May 2018)
</li>
<li>
Application Developer at Automatic Data Processing (Jun. 2018 - Present)
</li>
<li>
Freelance Web Application Designer and Developer (Jul. 2019 - Present)
</li>
</ul>
<h2>Skills</h2>
</body>
</html>
|