-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<title>Tim Parsons</title>
<link rel="stylesheet" type="text/css" href="/assets/application.css">
<script type="text/javascript" src="/assets/application.js"></script>
</head>
<body>
<header>
<nav>
<a href="/" class="name">tim parsons</a>
<a href="mailto:[email protected]" class="contact">contact</a>
</nav>
</header>
<div class="body">
<div class="row">
<a class="widget" id="cornell" href="cornell">
<div class="footer">
<span class="time-span">
April 2016 - Present
</span>
</div>
</a>
<a class="widget" id="envisage" href="envisage">
<div class="footer">
<span class="time-span">
May 2010 - April 2016
</span>
</div>
</a>
<a class="widget" id="tp-photo" href="http://www.timparsonsphotography.com/" target="_blank">
<div class="footer">
<span class="time-span">
Ongoing
</span>
</div>
</a>
</div>
<div class="row">
<a class="widget" id="brockport" href="brockport">
<div class="footer">
<span class="time-span">
2008 - 2010
</span>
</div>
</a>
<a class="widget" id="tc3" href="tc3">
<div class="footer">
<span class="time-span">
2006 - 2008
</span>
</div>
</a>
</div>
</div>
</body>
</html>