-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (65 loc) · 3.68 KB
/
index.html
File metadata and controls
79 lines (65 loc) · 3.68 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Born too late to explore the earth, born too early to explore the galaxy, born just in time to browse the Internet.">
<title>Kane Hsieh</title>
<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-24288107-1', 'auto');
ga('send', 'pageview');
</script>
<link href="./font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles -->
<link href="./kane.css" rel="stylesheet">
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Begin page content -->
<div class="container">
<div class="page-header">
<img class="center-block img-responsive" src="./img/hero.jpg" />
</div>
<p>My name is <span class="highlightme">Kane Hsieh</span>. I am currently a partner at <a href="http://root.vc">Root Ventures</a>. I am Taiwanese-American and grew up in Buffalo, NY.</p>
<p>
Some past projects:
<li><a href="https://medium.com/root-ventures/building-root-ventures-retro-power-mac-g5-hackintosh-e2cde5a3816e">Retro Mac Pro</a></li>
<li><a href="https://twitter.com/machinepix">@MachinePix</a></li>
<li><a href="https://medium.com/root-ventures/building-root-ventures-conference-cabin-1-217681e91fa0">Conference Cabin</a></li>
<li><a href="https://youtu.be/jGsuGekU1sA?autoplay=1&t=4m26s">Mr. Sparkle Super Race Team</a></li>
<li><a href="https://chrome.google.com/webstore/detail/jargon/gladiklpjgefckofbgpmbdpfkodnndhi">Jargon</a></li>
</p>
<p>Let's talk about interesting things:</p>
<p>
<a href='mailto:me@kan%65.pi%7A%7Aa'>me@kane.pizza</a>
<a href="https://www.linkedin.com/in/kanehsieh" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="http://twitter.com/kane" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="http://instagram.com/kilohotel" target="_blank"><i class="fa fa-instagram"></i></a>
</p>
<!-- <p>
<img class="pics" src="./img/1.jpg" alt="fixie" />
<img class="pics" src="./img/2.jpg" alt="truck" />
<img class="pics" src="./img/3.jpg" alt="racecar" />
<img class="pics" src="./img/4.jpg" alt="dirt bike" />
</p> -->
</div>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>