This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (73 loc) · 4.33 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Jeff Hilnbrand</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="ribbon"></div>
<div class="container clearfix">
<div id="stuff">
<h1>a place for my stuff</h1>
</div>
<ul class="clearfix" id="links">
<li><a href="http://anjoyd.org" target="_blank" description="truck driven by android joystick and google glass">
Anjoyd
</a>
</li><li><a href="http://bitca.mp" target="_blank" description="hackathon at university of maryland #plustech">
Bitcamp
</a>
</li><li><a href="http://bopit.io" target="_blank" description="immersive leap motion toy">
Bop It!
</a>
</li><li><a href="http://everyux.com" target="_blank" description="user experience blogging adventure">
EVERYUX
</a>
</li><li><a href="http://facetoaster.com" target="_blank" description="visual communication around design iterations">
Facetoaster
</a>
</li><li><a href="http://feelwheel.org" target="_blank" description="force feedback steering wheel">
Feelwheel
</a>
</li><li><a href="http://gethotdrop.com" target="_blank" description="location-based messaging app">
Hotdrop
</a>
</li><li><a href="http://jhil.co" target="_blank" description="this">
jhil.co
</a>
</li><li><a href="http://jhilmediadesign.com" target="_blank" description="freelance work">
JHil Media Design
</a>
</li><li><a href="http://startupshell.org" target="_blank" description="student incubator at university of maryland">
Startup Shell
</a>
</li><li><a href="http://umd.io" target="_blank" description="university of maryland open-source data">
umd.io
</a></li>
</ul>
<ul class="clearfix" id="social">
<li><a href="mailto:jahilnbrand@gmail.com?subject=Hello there!" description="email – hit me up"><img src="img/ic_email.svg"></a>
</li><li><a href="http://twitter.com/jhilmd" target="_blank" description="twitter – thoughts in between"><img src="img/ic_twitter.svg"></a>
</li><li><a href="http://linkedin.com/in/jhilnbrand" target="_blank" description="linkedin – me wearing a tie"><img src="img/ic_linkedin.svg"></a>
</li><li><a href="https://medium.com/@jhilmd" target="_blank" description="medium – i tell stories"><img src="img/ic_medium.svg"></a>
</li><li><a href="http://dribbble.com/jhil" target="_blank" description="dribbble – show and tell"><img src="img/ic_dribbble.svg"></a>
</li><li><a href="http://github.com/jhil" target="_blank" description="github – playing with code"><img src="img/ic_github.svg"></a>
</li><li><a href="http://behance.net/jhil" target="_blank" description="behance – ui/ux projects"><img src="img/ic_behance.svg"></a>
</ul>
<footer><p>⊛ Jeff Hilnbrand 2014 | <a href="https://dl.dropboxusercontent.com/u/6128235/jeff-hilnbrand-resume.pdf" target="_blank">Résumé</a></p></footer>
</div>
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="js/script.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46817894-1', 'jhil.co');
ga('send', 'pageview');
</script>
</body>
</html>