-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
26 lines (26 loc) · 1007 Bytes
/
about.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>
Matt Culbreth: About
</title>
</head>
<body>
<div>
<p>
I am a software developer in Atlanta, GA USA. I do things like:
</p>
<ul>
<li>Python development, with expertise in Django, Pylons, SQLAlchemy</li>
<li>.NET development, with expertise in...finding ways to do it in Python instead</li>
<li>Software Architecture for moderately complicated environments</li>
<li>Play with Clojure, OCaml, and other cool stuff. More on this later.</li>
</ul>
</div>
<p>
You can reach me by most civilized means such as email (mattculbreth at gmail) and <a href="http://twitter.com/mattc58">Twitter</a>.
</p>
<p>I'm also on Facebook, but I can't figure out how to link to my specific profile. Just as well since I don't use it much. Same goes for <a href="http://www.linkedin.com/in/mattculbreth">LinkedIn</a>, but at least I could figure out my public page URL there.
</p>
</body>
</html>