-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-me.html
68 lines (51 loc) · 3.11 KB
/
about-me.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
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
62
63
64
65
66
67
68
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>About Me</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css'>
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic'>
<link rel="stylesheet" href="./stylesheets/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="./about-me.html">About Me</a></li>
<li><a href="./blog/blog-index.html">Blog</a></li>
<li><a href="./projects/project-index.html">Projects</a></li>
<li><a href="mailto:[email protected]">Contact Me</a></li>
</ul>
</nav>
<h1 class="fifties"><a href="./index.html">James Artz</a></h1>
<div class="bio">
<div class="about-me-text">
<div>
Here's a little background information about me: I spent the last ~10 years studying the archaeology and history of ancient Greece, while working on a Ph.D in Classical Archaeology at SUNY Buffalo. While working on my degree, I got involved in a project to digitize and annotate archaeological field notebooks, where I started playing around with coding and web development. After finishing my degree, I decided to switch fields and pursue a career in development!
</div>
<div>
I'm originally from Ann Arbor, Michigan. While studying archaeology, I've lived in Philadelphia, Boston, Buffalo, and Athens, Greece. Most of my archaeological fieldwork was in Athens, where I worked at the <a href="http://agathe.gr">Athenian Agora Excavations.</a> Some of my hobbies include cooking (particularly pasta and seafood dishes), gardening (both indoor and outdoor), snowshoeing, fishing, and traveling.
</div>
<div>
A quirk about me: My wife and I have two immigrant cats. While living in Athens, we took in two stray kittens and brought them to the US when we moved back. <a href="./imgs/sophie-and-nola.jpg">Sophie and Nola</a> love their home here in the states!
</div>
</div>
<div class="prof-pic"><img src="http://jelliotartz.github.io/imgs/profile-picture.jpg"></div>
</div>
</header>
<hr id="five" data-symbol="∞">
<footer>
<nav>
<ul>
<li><a href="http://facebook.com/jelliotartz"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://twitter.com/jelliotartz"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://linkedin.com/in/jelliotartz"><i class="fa fa-linkedin"></i></a></li>
<li><a href="http://github.com/jelliotartz"><i class="fa fa-github"></i></a></li>
</ul>
</nav>
</footer>
</body>
</html>