-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (55 loc) · 2.55 KB
/
index.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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>James Artz</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="text">
<div>Developer-in-Training; Digital Archaeologist and Historian</div>
<div>Interests: Big Data; Digital Archives; Spreadsheets</div>
<div>I'm James. I recently completed a Ph.D in Classical Archaeology, and am now starting a career in development.</div>
</div>
<div class="prof-pic"><img src="http://jelliotartz.github.io/imgs/profile-picture.jpg"></div>
</div>
</header>
<hr id="five" data-symbol="∞">
<section class="blog-links">
<nav>
<h3>The latest from <a href="./../blog/blog-index.html"><span>Tidbyts</span></a></h3>
<div><a href="./../blog/cheat-sheet.html">JavaScript Prototypes</a></div>
<div><a href="./../blog/javascript.html">Ruby Hashes and JavaScript Objects</a></div>
<div><a href="./../blog/ruby-classes.html">Stay Classy, Ruby</a></div>
<div><a href="./../blog/enumerable-methods.html">Allow me to Enumerate</a></div>
<div><a href="./../blog/css-concepts.html">There's Something About CSS</a></div>
</nav>
</section>
<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>