This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdon.html
More file actions
61 lines (53 loc) · 2.2 KB
/
don.html
File metadata and controls
61 lines (53 loc) · 2.2 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,600,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<title>Don Kuntz</title>
</head>
<body>
<div class="wrap">
<img src="don.jpg" class="person">
<h1>Don Kuntz</h1>
<p>
I'm Don, and I write code. That's not all I do, but it's a rather large
portion of what I do. When I'm not pounding on a keyboard, I'm either
reading, watching some visual entertainment, or pretending to look
studious. Most of my projects are on
<a href="https://github.com/dkuntz2">GitHub</a>, and I occasionally
write things over at <a href="http://dkuntz2.com/">dkuntz2.com</a>.
</p>
<p>
I'm currently a sophomore Computer Science major at
<a href="http://carthage.edu/?ext">Carthage College</a>. I ocasionally work
on projects for <a href="http://consultvelocity.com">Velocity Consulting</a>,
Carthage's student-run consulting agency. I am also a Computer Science Tutor.
Like I said, writing code is a large portion of what I do.
</p>
<p>
I've been programming for about six years, but only seriously for about four.
I've worked in Python, Java, C++, Ruby, and PHP (and I've dabbled with
several other languages). I also have experience with several web frameworks,
including <a href="http://flask.pocoo.org/">Flask</a>, Ruby on Rails, and
Django (as well as a myriad of PHP frameworks).
</p>
<h3>Contact Information</h3>
<p>
You can reach me by email at <a href="mailto:don@kuntz.co">don@kuntz.co</a>,
or by phone <a href="tel:+17083414951">708 341 4951</a>. Email is always
better for me, and I'll respond as soon as I can. I'm not really good about
responding to phone calls.
</p>
<p>
Is there a chance you might want to see <a href="dkuntz-resume.pdf">my resume</a>?
</p>
<footer>
<p>
<a href="https://github.com/dkuntz2">code</a> /
<a href="http://dkuntz2.com">blog</a> /
<a href="mailto:don@kuntz.co">email</a>
</p>
<p>Copyright © 2013 Don Kuntz.</p>
</footer>
</div>
</body>
</html>