-
Notifications
You must be signed in to change notification settings - Fork 0
/
_index.html
84 lines (73 loc) · 2.79 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>sharonhao</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Sharon Hao!!</h1>
<img src='img/headshot.jpg'>
</header>
<section>
<h3>
<span>I enjoy warm weather and cold beer</span>
</h3>
<p>
I was born in a small town in Belgium named Leuven.
<img src='img/leuven.jpg'>
</p>
<p>
I grew up in San Jose, California and attended Lynbrook High School. I picked up random hobbies like chess and origami along the way - however, I spent most of my childhood outside shooting hoops in the driveway or longboarding around the neighborhood.
</p>
<h3>
I am a student in my <strike>free</strike> time
</h3>
<p>
I am currently a senior at MIT studying course 6-3 (computer science) - I am very lucky to have discovered how awesome computer science is at a time in my life when I was looking for something awesome to study. I plan <b>[hope]</b> to graduate in the spring of 2014.
</p>
<p>
I play on the varsity volleyball and basketball teams at MIT. They keep me quite busy but I wouldn't have it any other way.
</p>
<p>
I'm pretty competitive - it's a good thing that my teammates are really legit.
</p>
<p>
I absolutely adore my bike - sometimes (when the weather is bearable), I bike around Boston just so I can appreciate how beautiful my bike is.
<img src='img/bike.jpg'>
</p>
<p>
I take pride in the fact that I type fluently in Dvorak.
Unfortunately, it's actually because I no longer know how to type in QWERTY.
</p>
<h3>
For those that are considering hiring me...
</h3>
<p>
At some later date, I may try to provide a more illustrative description of my technical experiences. For now, please accept my <a href="resume.pdf" target="_blank">resume</a>.
</p>
</section>
<footer>
<p><small>Peek-a-boo!</small></p>
</footer>
</div>
<!-- Example of code
<pre>
<code>
$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code>
</pre>
-->
<script src="javascripts/scale.fix.js"></script>
</body>
</html>