-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
188 lines (180 loc) Β· 6.84 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
---
title: Kristen Kwong - Software Engineer
layout: default
---
<div id="hero">
<div class="container">
<span id="title"
>Hey there, <br />I'm <span class="highlight-on-scroll">Kristen</span>! ππ»
</span>
</div>
</div>
<a id="about"></a>
<div id="about">
<div class="desc">
I'm an incoming <mark>software engineer</mark> at
<a href="https://www.apple.com/">Apple</a> on the Siri Client team. I'm
currently studying Computer Science at the University of British Columbia.
</div>
<div class="desc readmore">
<a href="/about.html">Read more β</a>
</div>
<div class="vert-line"></div>
<div class="resume">
<a href="/assets/resume.pdf">rΓ©sumΓ©</a>
</div>
</div>
<a id="experiences"></a>
<div id="experiences">
<div class="section-header">
experience
</div>
<div class="container">
{% assign sorted_experiences = site.experiences | sort: "startdate" |
reverse %} {% for experience in sorted_experiences %}
<div class="experience">
<div class="tagline">
<a href="{{ experience.url }}">{{ experience.tagline }}</a>
</div>
<div class="description">
<div class="company"><mark>{{ experience.title }}</mark></div>
<div class="position">{{ experience.position | strip_html }}</div>
<div class="dates">{{ experience.dates }}</div>
</div>
</div>
{% endfor %}
</div>
</div>
<a id="projects"></a>
<div id="projects">
<div class="section-header">
projects
</div>
<div class="container">
{% assign sorted_projects = site.projects | sort: "enddate" | reverse %} {%
for project in sorted_projects %}
<div class="project">
<div class="links">
{% unless project.github == "" %}
<a href="{{ project.github }}">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
/>
</svg>
</a>
{% endunless %} {% unless project.link == "" %}
<a href="{{ project.link }}">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M6.188 8.719c.439-.439.926-.801 1.444-1.087 2.887-1.591 6.589-.745 8.445 2.069l-2.246 2.245c-.644-1.469-2.243-2.305-3.834-1.949-.599.134-1.168.433-1.633.898l-4.304 4.306c-1.307 1.307-1.307 3.433 0 4.74 1.307 1.307 3.433 1.307 4.74 0l1.327-1.327c1.207.479 2.501.67 3.779.575l-2.929 2.929c-2.511 2.511-6.582 2.511-9.093 0s-2.511-6.582 0-9.093l4.304-4.306zm6.836-6.836l-2.929 2.929c1.277-.096 2.572.096 3.779.574l1.326-1.326c1.307-1.307 3.433-1.307 4.74 0 1.307 1.307 1.307 3.433 0 4.74l-4.305 4.305c-1.311 1.311-3.44 1.3-4.74 0-.303-.303-.564-.68-.727-1.051l-2.246 2.245c.236.358.481.667.796.982.812.812 1.846 1.417 3.036 1.704 1.542.371 3.194.166 4.613-.617.518-.286 1.005-.648 1.444-1.087l4.304-4.305c2.512-2.511 2.512-6.582.001-9.093-2.511-2.51-6.581-2.51-9.092 0z"
/>
</svg>
</a>
{% endunless %}
</div>
<div class="description">
<div class="project-name">
<a href="{{ project.url }}">
{{ project.title }}
</a>
</div>
<div class="project-summary">
{{ project.summary }}
</div>
{% unless project.readmore == false %}
<div class="link">
<a href="{{ project.url }}">read more β</a>
</div>
{% endunless %}
</div>
<div class="project-stack">
{% for item in project.stack %}
<div class="stack-item">
<mark>{{ item }}</mark>
</div>
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</div>
<div id="passions">
<div class="container-header">
<div class="section-header">
& passions
</div>
</div>
<div class="container">
<p>
I'm not coding all the time. Here are some of the other things that get me
pumped up.
</p>
<div class="item">
<div class="heading">Diversity in Tech</div>
<div class="text">
π Organized
<a href="https://www.nwplus.io/#/localhackday">UBC Local Hack Day</a>
2016, 2017, & 2018 <br />π©π»βπ» Attended
<a href="https://ghc.anitab.org/">Grace Hopper</a> 2017, 2018, and 2019
<br />π
π» 2018-19 Fellow & Mentor of
<a href="https://rewritingthecode.org/">Rewriting the Code</a> <br />ππ»
Mentored for
<a href="https://technovationchallenge.org">Technovation Challenge</a>
<br />π©π»βπ« Volunteered for
<a href="https://www.cs.ubc.ca/girlsmarts4tech/">GirlSmarts4Tech</a>
</div>
</div>
<div class="item">
<div class="heading">Design</div>
<div class="text">
π¨ Design and marketing for UBC Hacks and Local Hack Day 2016 & 2017
<br />π©π»βπ¨ Interned at VIZ Future, design firm in Shanghai
</div>
</div>
<div class="item">
<div class="heading">Involvement</div>
<div class="text">
π nwPlus 2018-19 Team <br />π UBC CTF Team & Team
<a href="https://ubcctf.github.io">Maple Bacon</a>
</div>
</div>
<div class="item">
<div class="heading">Learning</div>
<div class="text">
π compilers, spanish<br />
π
<a href="https://www.goodreads.com/user/show/5647510-kristen"
>what i'm reading</a
>
</div>
</div>
<div class="item">
<div class="heading">Travel</div>
<div class="text">
βοΈ Next up: Japan π―π΅ <br />π Recently visited: Germany π©πͺ, SF πΊπΈ, NYC
πΊπΈ, Barcelona πͺπΈ
</div>
</div>
<div class="features">
<div class="heading">Features</div>
<div class="feature">
<a
class="article-title"
href="https://medium.com/nwplusubc/started-as-hackers-83383092b159"
>Started as hackers, now we're here</a
>
<div class="desc">
Read about my journey from complete hackathon newbie to three-time
organizer at
<a href="https://www.nwplus.io/#/localhackday">nwPlus</a>.
</div>
</div>
</div>
</div>
</div>