-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (37 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ben Sperry</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/x-icon" href="/img/favicon.ico"/>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/animate.css">
</head>
<body>
<div class="ben-monogram animated fadeIn"></div>
<div class="info-text animated fadeIn">
<p><span class="heavytext">Ben Sperry</span> is a product designer and front-end tinkerer based in Madison, WI, USA. He’s fascinated with making delightful human and machine interactions.
</p>
<p>
He is the co-founder of <a href="http://ionicframework.com" target="_blank">Ionic</a>, and creator of <a href="http://ionicons.com" target="_blank">Ionicons</a>.
</p>
<p>This website is proof of his existence. Kind of.
</p>
</div>
<div class="social">
<ul class="socicons">
<li><a class="soc-twitter animated fadeIn" href="https://twitter.com/benjsperry" target="_blank"></a></li>
<li><a class="soc-github animated fadeIn" href="https://github.com/bensperry" target="_blank"></a></li>
<li><a class="soc-dribbble animated fadeIn" href="https://dribbble.com/benjsperry" target="_blank"></a></li>
<li><a class="soc-insta animated fadeIn" href="https://www.instagram.com/helloimben/" target="_blank"></a></li>
</ul>
</div>
<footer>
<p class="footer-text animated fadeIn">© 2020 Ben Sperry</p>
</footer>
</body>
</html>