-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
99 lines (97 loc) · 5.48 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<title>Jessica Chong</title>
<link href='/favicon.ico' rel='icon' type='image/x-icon'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700|Quattrocento+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/brands.css" integrity="sha384-IiIL1/ODJBRTrDTFk/pW8j0DUI5/z9m1KYsTm/RjZTNV8RHLGZXkUDwgRRbbQ+Jh" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/fontawesome.css" integrity="sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P" crossorigin="anonymous">
<link href='/web_assets/css/styles.css' rel='stylesheet'>
<!--[if lt IE 9]>
<link href='/web_assets/css/ie.css' rel='stylesheet' type='text/css'>
<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>
<header>
<div class='container'>
<nav>
<a href='/' id='logo'>
<img height='61' src='/assets/images/jc-logo.png' width='160'>
</a>
</nav>
</div>
</header>
<div class='main'>
<div class='container'>
<section>
<div class='row'>
<div class='col-sm-12'>
<h3>Are you there world? It's me, Jessica! </h3>
</div>
</div>
<div class='row'>
<div class='col-sm-9'>
<p>
<div class='jesspic'>
<img class='img-responsive' src='/assets/images/jess.jpg'>
<div class='caption'>Beijing, 2014. Photo credit: <a href="http://www.justinachong.com">Justina Chong</a>.</div>
</div>
<p>
I'm currently a software engineer at <a href="https://www.gamma.app">Gamma</a> in San Francisco. I previously <a href="https://medium.com/engineers-optimizely/engineer-q-a-jessica-chong-frontend-engineer-a62fa7994ecb" target="_blank">worked at Optimizely</a>. I've worked as a writing tutor, editorial assistant, transcriptionist of interviews with pro wrestlers, news producer, graphic designer, web designer, and file monkey. I majored in <a href="https://earthscienceandgeography.vassar.edu/">Geography</a> at Vassar College. I am identical twins with <a href="https://justinachong.com">Justina</a> and an older sister to <a href="https://linjer.co">Jennifer</a>.
</p>
<p>
Sometimes I'll submit things to random publications, twiddle my thumbs, and wait for people to decide to publish them. Here's some of my writing online:
<a href='http://theanthill.org/china-charleston'>The China Charleston</a>
(<em>The Anthill</em>, 2014),
<a href='http://www.theadirondackreview.com/JessicaChong.html'><em>Capacity</em></a>
(<em>The Adirondack Review</em>, 2010), and
<a href='assets/jessica-chong-columbia-east-asia-review.pdf'>The Sea As Paddy</a>
(<em>The Columbia East Asia Review</em>, 2009). If you want to go <em>really</em> far back, you can read what I consider to be my MAGNUM OPUS, <a href="/assets/the-attack-of-the-ticking-cluck.pdf">The Attack of the Clicking Cluck (pdf)</a>, which won Third Place in the Ross Morrow Short Story Competition... in 1997.
</p>
<p>
Find me on
<span class='fab fa-linkedin'></span>
<a href='https://www.linkedin.com/in/jessicalaurenchong'>
LinkedIn
</a>,
<span class='fab fa-instagram'></span>
<a href='https://www.instagram.com/crocophant'>
Instagram
</a>,
<span class='fab fa-medium'></span>
<a href='https://medium.com/@crocophant'>
Medium
</a>,
<i class="fab fa-twitter-square"></i>
<a href='https://twitter.com/crocophant'>
Twitter
</a>.
</p>
<p>
Other things I am dabbling in: <br />
</p>
<ul>
<li><a href="https://acissej.tumblr.com/tagged/everydayalimerick">Every day, a limerick</a> - wherein I write a limerick a day</li>
<li><a href="https://acissej.tumblr.com/tagged/drawingsofchrisignoringme">Drawings of Chris</a> - uploaded drawings of <a href="https://chrisclayman.com">Chris</a></li>
<li><a href="https://acissej.tumblr.com/tagged/kombuchachronicles">Kombucha Chronicles</a> - my friend Steve gave me two SCOBYs. The rest, as they say, is history!</li>
</ul>
</div>
</div>
</section>
</div>
</div>
<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-27518554-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>