-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.24 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>caroline's home</title>
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<div class="main">
<div class="name"><mark>caroline zhu.</mark></div>
<div class="bullets">
<ul>
<li>currently:
<a href="https://onnxruntime.ai">accelerating ai</a> @ microsoft</li>
<li>prev: building apps @ best buy health</li>
<li>studied cs @ northeastern university</li>
<li>interested in / trying to learn more about generative ai, nlp, & environmental justice</li>
<li>into crossword puzzles, crochet, & eating bread</li>
<li>last updated 04/22/2025</li>
</ul>
</div>
<div class="links">
<a href="/assets/files/Caroline_Zhu.pdf">resume</a> .
<a href="mailto: wzhucaroline@gmail.com">email</a> .
<a href="https://www.linkedin.com/in/carzh/">linkedin</a> .
<a href="https://blog.carolinezhu.com">blog</a>
</div>
</div>
</body>
</html>