-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
247 lines (238 loc) · 11.9 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
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
243
244
245
246
247
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My website :) </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/9f46fb87f9.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/style.css">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</head>
<body>
<div class="intro-containerr ">
<div class="overflow-hidden scroll-area">
<div class="intro-container row p-5 center-block overflow-hidden">
<div class="intro-text-container col-md-4">
<h1 class="intro-text">Nice to meet you! <br> I'm <u> Heidi Han</u>, </h2>
<h5 class="intro-text">a new grad with a BAS in Mechatronics Engineering from the University of Waterloo.</h5>
<!-- <div class="contact-buttons-container">
<i class="fa-regular fa-envelope fa-xl contact-btn"></i>
<i class="fa-brands fa-linkedin fa-xl contact-btn"></i>
<i class="fa-brands fa-github fa-xl contact-btn"></i>
</div> -->
</div>
<div class="col-md-4 pl-3 pt-3 intro-image-container">
<lottie-player class="intro-image-background " src="https://lottie.host/46e49523-ce54-47dd-9b97-4f3f416b14e6/MuBTSBzpdl.json" background="transparent" speed="1" loop autoplay></lottie-player>
<img class="intro-image col-md-4 pl-3 pt-3" src="./assets/me_no_background.svg" alt="">
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg sticky-top fixed-bottom ">
<!-- <div class="navbar-toggler nav-button" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
More about me!
</div> -->
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="#">About Me <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link experiences" href="#experiences">Experiences</a>
<a class="nav-item nav-link projects" href="#projects">Projects</a>
</div>
</div>
</nav>
<div class="section-container scroll-area" id="experiences">
<div class="section-title">Experiences</div>
<div class="reveal">
<div class="row experience-row">
<div class="col-md-3 experience-date experience">May-Aug 2022</div>
<div class="col-md-1 timeline-line">
<div class="circle"></div>
</div>
<div class="col-md-7 experiences-column experience">
<img class="company-logo" src="./assets/avast.png"></img>
<h3 class="company-name">Avast Software</h3>
<div class="experience-desc">
Applied Decentralized Identity Foundation (DIF) standards to TrustBloc Wallet, a web implementation of a verifiable credential holder, to increase interoperability and allow dynamic credential displays using <u>Go</u>
<br><br>
Architected and implemented changes to Hyperledger Aries regarding credential metadata using <u>Go</u> and integrated changes to Wallet frontend, as well as other UI features, refactoring, and bug fixes using <u>Vue.js</u>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 experience-date experience">Jan-Apr 2022</div>
<div class="col-md-1 timeline-line">
<div class="circle"></div>
</div>
<div class="col-md-7 experiences-column experience">
<img class="company-logo" src="./assets/textnow.jpg"></img>
<h3 class="company-name">TextNow</h3>
<div class="experience-desc">
Developed calling API used in TextNow mobile applications using <u>C++</u>
<br><br>
Conducted internal dogfooding and A/B testing to analyze and optimize WebRTC and VoIP call flows using <u>SIP3</u>, <u>Embrace</u>, <u>Kibana</u>, and <u>Leanplum</u>
<br><br>
Collaborated with both iOS and Android teams for call-related features using <u>Swift/Objective-C</u> and <u>Java/Kotlin</u>
</div>
</div>
</div>
<div class="row experience-row">
<div class="col-md-3 experience-date experience">May-Aug 2021</div>
<div class="col-md-1 timeline-line">
<div class="circle"></div>
</div>
<div class="col-md-7 experiences-column experience">
<img class="company-logo" src="./assets/arup.jpg"></img>
<h3 class="company-name">Arup</h3>
<div class="experience-desc">
Improved user experience with MassMotion, a 3D crowd simulation software by adding features and bug fixes to components including UI, SDK, and database using <u>C++</u>, <u>Qt</u>, and <u>SQLite3</u> and tested using <u>Catch2</u>
</div>
</div>
</div>
<div class="row experience-row">
<div class="col-md-3 experience-date experience">Sept-Dec 2020</div>
<div class="col-md-1 timeline-line">
<div class="circle"></div>
</div>
<div class="col-md-7 experiences-column experience">
<img class="company-logo" src="./assets/ford.png"></img>
<h3 class="company-name">Ford Motor Company</h3>
<div class="experience-desc">
Optimized app startup processes using <u>C++</u> and <u>SQLite3</u> as part of the Application Lifecycle Manager team
Performed testing and code maintenance <u></u>using Google Test and Mock test framework and <u></u>static code analysis
</div>
</div>
</div>
<div class="row experience-row">
<div class="col-md-3 experience-date experience">Jan-Apr 2022</div>
<div class="col-md-1 timeline-line">
<div class="circle"></div>
</div>
<div class="col-md-7 experiences-column experience">
<img class="company-logo" src="./assets/veeva.jpg"></img>
<h3 class="company-name">Veeva Systems</h3>
<div class="experience-desc">
Ensured the quality of Network-Integration products through methods such as integration testing, E2E testing, API testing, functional and non-functional testing
</div>
</div>
</div>
</div>
<a class="view-more-button" href="./assets/HeidiHan2024.pdf">
View full resume
</a>
</div>
<div class="section-container scroll-area" id="projects">
<h2 class="section-title">Projects</h2>
<div class="reveal">
<div class="project row gx-5">
<a class="col-md-6 project-image-container"
href="https://github.com/dnpolice/Bexter/">
<img class="project-image" src="./assets/bexter.png" alt="someimg">
</a>
<div class="proj-desc-container col-md-6">
<a class="project-name"
href="https://github.com/dnpolice/Bexter/">
Bexter
<img class="project-link-button" src="./assets/github.svg" alt="someimg">
</a>
<p class="project-desc"> Bex, the Teaching and Engaging Robot,<br>
an educational robot to demonstrate alternative communication methods to non-speaking children by pointing to words on a communication board while displaying and reading a book.
</p>
<ul class="tools-used">
<li class="nonee">Tools: </li>
<li>React Native, </li>
<li>Node.js, </li>
<li>MySQL, </li>
<li>S3, </li>
<li>Python</li>
</ul>
</div>
</div>
<div class="project row gx-5">
<a class="col-md-6 project-image-container"
style="outline: solid var(--light-blue) 0.5px"
href="https://covid-bubble-app.onrender.com/">
<img class="project-image" src="./assets/covid-bubble.jpg" alt="someimg"
>
</a>
<div class="proj-desc-container col-md-6">
<a class="project-name" href="https://covid-bubble-app.onrender.com/">Covid Bubble
<img class="project-link-button" src="./assets/web.png" alt="someimg">
</a>
<p class="project-desc">A web application that allows the user to visualize their social bubble through a force directed graph. </p>
<ul class="tools-used">
<li class="nonee">Tools: </li>
<li>Python, </li>
<li>React, </li>
<li>Flask, </li>
<li>MongoDB</li>
</ul>
</div>
</div>
<div class="project row gx-5">
<a class="col-md-6 project-image-container"
href="https://github.com/HeidiHan0000/DriverAlertSystem">
<img class="project-image" src="./assets/wheelIcon.PNG" alt="someimg">
</a>
<div class="proj-desc-container col-md-6">
<a class="project-name"
href="https://github.com/HeidiHan0000/DriverAlertSystem">
Driver Alert System
<img class="project-link-button" src="./assets/github.svg" alt="someimg">
</a>
<p class="project-desc">Alerts a drowsy driver when their eyes are closed.
</p>
<ul class="tools-used">
<li class="nonee">Tools: </li>
<li>Python, </li>
<li>OpenCV, </li>
<li>Tensorflow, </li>
<li>Keras, </li>
<li>Qt</li>
</ul>
</div>
</div>
<div class="project row gx-5">
<a class="col-md-6 project-image-container"
href="https://www.figma.com/proto/NxcNMhQTaPmyeNDuirFps6/BARK?node-id=38%3A533&scaling=min-zoom">
<img class="project-image" src="./assets/bark_mockup.png" alt="someimg">
</a>
<div class="proj-desc-container col-md-6">
<a class="project-name"
href="https://www.figma.com/proto/NxcNMhQTaPmyeNDuirFps6/BARK?node-id=38%3A533&scaling=min-zoom">
Onboarding Process for BARK
<img class="project-link-button" src="./assets/figma.png" alt="someimg">
</a>
<p class="project-desc">Designing an onboarding process for a smart dog collar app.
</p>
<ul class="tools-used">
<li class="nonee">Tools: </li>
<li>Figma</li>
</ul>
</div>
</div>
</div>
<a class="view-more-button" href="https://github.com/HeidiHan0000">
View Github
</a>
</div>
<div class=" ">
<div class=" justify-content-center top-icon-links bottom-footer container">
<div class=" footer-icon">
<a href="mailto:[email protected]" class="contact-icons"><i class="far fa-envelope"></i></a>
</div>
<div class=" footer-icon">
<a href="https://www.linkedin.com/in/heidi0000" class="contact-icons"><i class="fab fa-linkedin"></i></a>
</div>
<div class=" footer-icon">
<a href="https://github.com/HeidiHan0000" class="contact-icons"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<script src="" async defer></script>
<script src="./src/main.js"></script>
</body>
</html>