-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
72 lines (56 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cathy Deng</title>
<meta name="description" content="Cathy Deng's website">
<meta name="author" content="Cathy Deng">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet" type="text/css" media="all">
<!-- 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-46830328-1', 'cathydeng.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="content">
<div class="row-fluid">
<div class="col-sm-3 col-sm-offset-1" id="face-div">
<img src="/img/face.jpg">
</div>
<div class="col-sm-7">
<h1>Hi! I'm Cathy</h1>
<div class="padding"></div>
<p>
I'm currently an engineer at <a href="https://www.patreon.com/" target="_blank">Patreon</a>, where I'm working towards an online future that's less dominated by ads.
</p>
<p>
Before that, I was a fellow at the <a href="https://www.buzzfeed.com/openlab" target="_blank">BuzzFeed Open Lab</a>, where I prototyped ways to recognize and escape the insular <a href="https://www.buzzfeed.com/cathydeng/you-probably-live-in-a-bubble-i-want-to-help-you-escape" target="_blank">bubbles</a> we live in.
</p>
<p>
Sometimes people ask if they can steal my <a href="/reversejobposting.html">reverse job posting</a> (it's fine by me, feel free!)
</p>
<div class="padding"></div>
<p id="social-icons">
<a href="https://twitter.com/cthydng"><i class="fa fa-fw fa-twitter"></i></a> 
<a href="https://github.com/cathydeng"><i class="fa fa-fw fa-github"></i></a> 
<a href="http://www.linkedin.com/in/cmd125"><i class="fa fa-fw fa-linkedin"></i></a> 
</p>
</div>
</div>
</div>
</body>
</html>