-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (49 loc) · 2.01 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>xtine.net - christine cheung</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<div id="container">
<header>
<h1>xtine.net</h1>
<h2>christine cheung</h2>
</header>
<div class="content home">
<section>
<img src="img/macbook-me.png" alt="">
<div class="info">
<h3>work</h3>
<ul>
<li>Software Engineering Manager.<br />
I've led and managed teams at <a href="https://www.redfin.com">Redfin</a>, <a href="https://truss.works">Truss</a> and <a href="https://18f.gsa.gov">18F</a>.</li>
<li>I was one of the original founder of PyLadies. I've given talks at PyCon and DjangoCon.</li>
</ul>
<h3>play</h3>
<ul>
<li>Trombonist, traveler, foodie, snowboarder, LA Kings hockey fan.</li>
<li>Performed all over Los Angeles, from the stage at Warped Tour to the Walt Disney Concert Hall and everything in between. Ska, reggae, rock, pop, jazz, and classical.</li>
<li>Vespa enthusiast. I've riden in Baja Mexico and all the way up the west coast of the United States into Vancouver, Canada.</li>
<li>I've hung out with red pandas in four continents.</li>
</ul>
</div>
</section>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3013461-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>