-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (51 loc) · 2.83 KB
/
index.html
File metadata and controls
56 lines (51 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-Swidth, initial-scale=1.0">
<title>Jordyn Yee</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<h1 style="font-size: 40px; color: white">
About Me
</h1>
<div style="display: flex; justify-content: center; align-items: center;">
<img src="headshot.JPEG" alt="headshot" class="circlePhoto">
<div style="position: absolute; margin-left: 310px; display: flex; flex-direction: column; gap: 15px;">
<a href="mailto:yee.jo@northeastern.edu"><i class="fa-solid fa-envelope"></i></a>
<a href="https://github.com/yeejord"><i class="fa-brands fa-github"></i></a>
<a href="https://linkedin.com/in/jordynyee/"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
<p>
Hello! My name is Jordyn Yee and I am a third year at Northeastern University from Connecticut.
I'm currently studying Computer Science with a concentration in Human Centered Computing.
</p>
<p>
At Northeastern I am a part of Sandbox, where I am a developer for GraduateNU. GraduateNU is
a platform intended to help Northeastern students plan out their degree course and check that plan
against Northeastern's requirements for their degree. I am also the Vice President of Event Management
for my sorority, Sigma Kappa, where I help plan and manage the behind-the-scenes work for any events
we host for our members.
</p>
<p>
Professionally, I've worked at two startups over the past year. Over the
summer I worked at Ticker as a Frontend Mobile App Developer, where the team is working on creating the first social investing app that creates transparency
and accountability about the investments that people are making. In the fall, I worked
at Thinkstruct as a Frontend Software Engineer, a small team in Cambridge that is creating an AI tool for patent lawyers
to use to compare and analyze patents. Starting in July, I'm excited to share that I will
be working for WHOOP as an iOS engineer on their Connectivity team!
</p>
<p>
Outside of all of both school and work, I have a younger brother, AJ, who is a freshman at Ohio State Univerity, a younger sister,
Emma, who is in seventh grade, and a dog, Sienna, who is super spoiled by my whole family. In my free time you will often
find me reading, making sourdough bread, cooking, or hanging out with my friends and family!
</p>
<p>
Want to find out more about how I make sourdough?
<a href="sourdough.html" class="link">Click here!</a>
</p>
</body>
</html>