-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 733 Bytes
/
index.html
File metadata and controls
31 lines (28 loc) · 733 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="style.css"/>
<title>Jeff Hartman | Home</title>
</head>
<body>
<h1>Jeff Hartman</h1>
<h2>Software Developer</h2>
<h3>Around the web:</h3>
<p>
<a href="http://github.com/hehfay">github</a>
</p>
<p>
<a href="https://www.linkedin.com/pub/jeffrey-hartman/a7/a32/83a">linkedin</a>
</p>
<p>
<a href="my-current-resume.pdf">my current resume</a>
</p>
<img src="./images/president's-house-association.gif"/>
<img src="./images/Tiger-head-GC-white-350x247.jpg"/>
<img src="./images/Unity-Logo.jpg"/>
<img src="./images/vim_logo.png"/>
<img src="./images/github-psd-icon.jpg"/>
<img src="./images/ruby-logo4.jpg"/>
</body>
</html>