-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
92 lines (79 loc) · 4.31 KB
/
about.html
File metadata and controls
92 lines (79 loc) · 4.31 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
<!-- index -->
<!DOCTYPE HTML>
<html lang="en">
<!-- head -->
<head>
<title>Jess Tan</title>
<meta charset = "UTF-8" />
<meta name="" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- style links -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- favicon -->
<link rel="icon" type="image/png" href="img/favicon.png"/>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154661002-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154661002-1');
</script>
</head>
<body>
<!-- navigation -->
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation">
<div class="navbar-menu is-active">
<div class="navbar-end">
<a class="navbar-item" href="index.html">
Projects
</a>
<a class="navbar-item" href="https://jess-tan.medium.com/" target="_blank">
Blog
</a>
<a class="navbar-item" href="about.html">
About
</a>
</div>
</div>
</nav>
<section class="section">
<div class="container">
<div class="columns is-vcentered">
<div class="column">
<figure class="image is-100x100">
<img src="img/jt pfp.png">
</figure>
</div>
<div class="column is-four-fifths">
<h1 class="title">Hey, I'm Jess! 👋</h1>
</div>
</div>
<div>
<p>
I’m a self-taught designer and first year dental student at Penn Dental. I previously studied Neuroscience and Biology at the University of Pennsylvania. My passion lies at the intersection of healthcare and design.
</p></br>
<p>
Last year, I interned as a UX Designer at <a href="https://aws.amazon.com/" target="_blank" rel="noopener">Amazon</a>, contributing to design and research on the <a href="https://aws.amazon.com/iot/" target="_blank" rel="noopener">AWS Internet of Things</a> team. In the past, I designed mobile features for <a href="https://www.weightwatchers.com/us/" target="_blank" rel="noopener">WW</a> (formerly Weight Watchers), digital health apps for the <a href="https://hosting.med.upenn.edu/cmh/" target="_blank" rel="noopener">Penn Medicine Center for Mental Health</a>, and MVPs for several student startups. At Penn, I led design initiatives at <a href="https://pennlabs.org/" target="_blank" rel="noopener">Penn Labs</a>, <a href="https://www.thedp.com/" target="_blank" rel="noopener">The Daily Pennsylvanian</a>, and <a href="http://antiresume.org/" target="_blank" rel="noopener">The Signal</a>, in addition to co-instructing an introductory <a href="https://paper.dropbox.com/doc/WAB-UIUX-Mobile-Design-Syllabus--A7kXksNejABmo3ShhBr5hUudAg-dOp6JTddAPz3Wl2Z1Q0MK" target="_blank" rel="noopener">UI/UX Mobile Design</a> course for Penn students.
</p></br>
<p>
When I'm not studying or designing, you can find me discovering new <a href="https://open.spotify.com/user/jessicat670?si=MYhckmndRwGhpSMzpLeU2Q" target="_blank" rel="noopener">music</a>, going on sunset strolls, or searching for new hobbies!
</p></br>
<p>
Here's my <a href="files/Resume.pdf" target="_blank" rel="noopener">resume</a>. Feel free to reach out at <a href="mailto:jytan@sas.upenn.edu" target="_blank" rel="noopener">jytan@sas.upenn.edu</a>!
</p></br>
</div>
</section>
<!--footer-->
<footer class="foot center">
<!-- <div>
<p>💬 Let’s chat! Feel free to reach out at <a href="mailto:jytan@sas.upenn.edu" target="_blank" rel="noopener">jytan@sas.upenn.edu</a>.</p>
</div> -->
<div class="social">
<a href="https://www.linkedin.com/in/jesstan4/" target="_blank" rel="noopener"><img alt="Linkedin" src="img/linkedin.svg" class="icon"></a>
<a href="https://jess-tan.medium.com/" target="_blank" rel="noopener"><img alt="Medium" src="img/medium.svg" class="icon"></a>
<a href="https://open.spotify.com/user/jessicat670?si=MYhckmndRwGhpSMzpLeU2Q" target="_blank" rel="noopener"><img alt="Spotify" src="img/spotify.svg" class="icon"></a>
</div>
</footer>
</body>