-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
242 lines (230 loc) · 11.4 KB
/
index.html
File metadata and controls
242 lines (230 loc) · 11.4 KB
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html>
<head>
<!-- meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Areeta Wong's Personal Website">
<meta name="keywords" content="Areeta, areetaw, areetawong, superposition hackathon founder, superposition founder, hackathon founder">
<!-- style -->
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="main.css">
<script src="script.js"></script>
<!-- icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>areeta wong</title>
<link rel="icon" href="assets/svg/icons8-female-user.svg">
</head>
<body>
<div class="header">
<div class="progress-container">
<!-- navigation bar -->
<nav class="navbar navbar-fixed-top navbar-expand-lg navbar-light bg-light" id="mainNav">
<a class="navbar-brand js-scroll-trigger" href="#header">aw</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">about me</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#hobbies">hobbies</a>
</li>
</ul>
</div>
</nav>
<div class="progress-bar" id="myBar"></div>
</div>
</div>
<div class="page">
<section id="header">
<div id="container" style="margin: 6rem 1rem 1rem 2rem; color: white; display: grid; place-items: center;">
<img src="assets/images/areeta.png" class="rounded-circle profile" alt="Picture of Areeta">
<h1>areeta wong</h1>
</div>
</section>
<!-- about me -->
<section id="about">
<div class="jumbotron text-left" style="color: #000000;">
<div class="mx-5 mx-xl-5">
<div class="row" style="margin-left: 0px">
<img class="icons" src="assets/svg/icons8-female-user.svg">
<h2>about me</h2>
</div>
<p>hello! i'm areeta and i'm a 4th year at <a class="link" href="https://uci.edu/">university of
california, irvine</a> studying computer science with a focus in informatics, interested in technology,
product management, and design. although born and raised in san francisco and foster city, my interest in tech didn't start
until my summer at twitter with <a class="link" href="https://girlswhocode.com/">girls who code
</a> in the summer of 2016; it was the first time i ever saw, wrote, and understood code. since then,
i've been jumping on opportunities to pay it forward and help computer science education be
more accessible to students through organizing hackathons, hosting workshops, and leading organizations.
</p>
<p>outside of cs, one of my favorite things to do is travel and experience different countries' cuisine! from sashimi from the
japan's famous <a class="link" href="https://en.wikipedia.org/wiki/Tsukiji_fish_market">tsukiji fish market</a> to southern california's
homemade <a class="link" href="https://www.omomoteashoppe.com/">omomo boba</a>, my taste buds want to experience it all.
since i can remember, i have been a big fan of food; it always brought people together (often
those of different cultures) and made people happy and full. a fun fact about me is that in winter quarter of 2020, i drank boba
at least 4 times a week; <a class="link" href="https://www.yelp.com/search?find_desc=Best+Boba&find_loc=Irvine%2C+CA">irvine, ca has
over 15 locations for boba</a> so it is quite hard to not drink boba!
</p>
<p>
currently, i am watching:
<ul>
<li>
<a class="link" href="https://en.wikipedia.org/wiki/The_Penthouse:_War_in_Life">penthouse</a>
</li>
<li>
<a class="link" href="https://en.wikipedia.org/wiki/Racket_Boys">racket boys</a>
</li>
</ul>
</p>
<div class="socials" style="flex-direction: row; text-align: center;">
<a href="https://www.linkedin.com/in/areeta" class="fa fa-linkedin"></a>
<a href="https://github.com/areeta" class="fa fa-github"></a>
<a href="https://twitter.com/areetaw" class="fa fa-twitter"></a>
<a href="https://medium.com/@areeta" class="fa fa-medium"></a>
<a href="mailto:areetaw@gmail.com" class="fa fa-envelope"></a>
</div>
</div>
</div>
</section>
<!-- projects -->
<section id="projects">
<div class="jumbotron text-left" style="background-color: #898CAE; color: #FFFFFF;">
<div class="mx-5 mx-xl-5">
<div class="row" style="margin-left: 0px">
<img class="icons" src="assets/svg/icons8-idea.svg">
<h2>projects</h2>
</div>
<div class="card-deck">
<div class="card">
<div class="card-body">
<h5 class="card-title">noms</h5>
<span class="badge badge-pill badge-primary">java</span>
<span class="badge badge-pill badge-secondary">html</span>
<span class="badge badge-pill badge-dark">css</span>
<span class="badge badge-pill badge-warning">figma</span>
<span class="badge badge-pill badge-info">gmail api</span>
<p class="card-text">a full-stack web app connecting students and college organizations to
battle food insecurity and food waste
</p>
<h6 class="card-subtitle mb-2 text-muted"> built at google step 2020</h6>
<a href="https://github.com/googleinterns/noms" class="btn btn-primary">github repo</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">search engine</h5>
<span class="badge badge-pill badge-light">python</span>
<span class="badge badge-pill badge-info">flask</span>
<p class="card-text">a search engine built from scratch that is capable of handling 10,000+
of documents with a query response time under 300ms
</p>
<h6 class="card-subtitle mb-2 text-muted">built at cs 121 spring 2020</h6>
<a href="https://github.com/areeta/search-engine" class="btn btn-primary">github repo</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">rawment</h5>
<span class="badge badge-pill badge-secondary">html</span>
<span class="badge badge-pill badge-dark">css</span>
<span class="badge badge-pill badge-danger">javascript</span>
<span class="badge badge-pill badge-warning">figma</span>
<span class="badge badge-pill badge-info">vega-lite</span>
<p class="card-text">a website displaying instant ramen statistics and graphs to help college
students find the best ramen for them from a dataset of 2500+ reviews
</p>
<h6 class="card-subtitle mb-2 text-muted">built at inf 133 fall 2020</h6>
<a href="https://github.com/areeta/rawment" class="btn btn-primary">github repo</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">reddit</h5>
<span class="badge badge-pill badge-success">android studio</span>
<span class="badge badge-pill badge-primary">java</span>
<span class="badge badge-pill badge-warning">firebase</span>
<p class="card-text">a mobile app that mocks <a class="link" href="https://reddit.com/">reddit</a>
threads where users can add, search, and delete messages through a database
</p>
<h6 class="card-subtitle mb-2 text-muted">built at ics 45j fall 2019</h6>
<a href="https://github.com/areeta/reddit" class="btn btn-primary">github repo</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- skills -->
<section id="skills">
<div class="jumbotron text-left">
<div class="mx-5 mx-xl-5">
<div class="row" style="margin-left: 0px">
<img class="icons" src="assets/svg/icons8-toolbox.svg">
<h2>skills</h2>
</div>
<p><b>languages/frameworks:</b> python, java, html, css, javascript, sql, bootstrap, and junit</p>
<p><b>concepts:</b> object-oriented programming, project management, unit testing, wireframing, and prototyping</p>
<p><b>tools:</b> git, figma, trello, google drive, microsoft office (word, excel, and powerpoint), and canva</p>
<p><b>other:</b> leadership, organization, sponsorship, community outreach, public speaking, and teaching</p>
</div>
</div>
</section>
<!-- hobbies -->
<section id="hobbies">
<div class="jumbotron text-left" style="background-color: #898CAE; color: #ffffff;">
<div class="mx-5 mx-xl-5">
<div class="row" style="margin-left: 0px">
<img class="icons" src="assets/svg/icons8-plus.svg">
<h2>hobbies + interests</h2>
</div>
<div class="card-deck">
<div class="card">
<img src="assets/images/youtube.jpg" class="card-img-top" alt="pic of la trip video on youtube">
<div class="card-body">
<h5 class="card-title">vlogging</h5>
<p class="card-text">capturing memories</p>
</div>
</div>
<div class="card">
<img src="assets/images/taiwan.jpg" class="card-img-top" alt="pic of taiwan shifen">
<div class="card-body">
<h5 class="card-title">traveling</h5>
<p class="card-text">going on adventures with family and friends</p>
</div>
</div>
<div class="card">
<img src="assets/images/sushi.jpg" class="card-img-top" alt="pic of sushi boat">
<div class="card-body">
<h5 class="card-title">eating</h5>
<p class="card-text">eating foods from a variety of cultures</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<div class="jumbotron text-center" style="color: #000000;">
<p>created with 🧋 by areeta wong</p>
<p>© copyright 2017-2020</p>
</div>
</div>
<!-- bootstrap js -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>