-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (42 loc) · 1.23 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="site.css" />
</head>
<body>
<header>
<div class="crop">
<div class="image"></div>
</div>
</header>
<div>
<div>lloyd hanneman -></div>
<div class="text-looper">
<span class="job-titles"></span>
</div>
</div>
<div class="section">
<div>things i've worked on -></div>
<ul>
<li><a href="https://inkalleyshirts.com/" target="_blank">ink alley shirts</a></li>
<li><a href="https://rosenowlandscapes.com/" target="_blank">rosenow landscapes</a></li>
</ul>
</div>
<div class="section">
<div>misc -></div>
<ul>
<li><a href="https://github.com/lhanneman/digital-bookshelf" target="_blank">digital bookshelf</a></li>
<li><a href="https://github.com/lhanneman/golftalk" target="_blank">golf talk</a></li>
</ul>
</div>
<div class="section">
<div>find me -></div>
<ul>
<li><a href="https://github.com/lhanneman" target="_blank">github</a></li>
<li><a href="https://www.linkedin.com/in/lloyd-hanneman-57a73052/" target="_blank">linked in</a></li>
<li><a href="https://twitter.com/lhann3man" target="_blank">twitter</a></li>
</ul>
</div>
<script src="textlooper.js"></script>
</body>
</html>