forked from le-christine/le-christine.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
33 lines (29 loc) · 1.41 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About — Christine Le</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/about.css">
<link href="https://fonts.googleapis.com/css?family=Glegoo:400,700|Raleway|Satisfy&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/24e1f3bbee.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<h1><a href="./index.html">Christine Le</a></h1>
<nav>
<a href="/about.html">about</a>
<a href="./index.html#projects">projects</a>
<a href="#">resume</a>
<a href="./index.html#contact">contact</a>
</nav>
</header>
<div class="content">
<div class="image">
</div>
<p>
I am a Software Engineer with experience in health tech, passionate about making tech accessible to all. My careful analytical skills and empathic understanding of my clients' needs enable me to merge efficiency and usability in the products I create. In each project, I seek to connect the needs of businesses and consumers, using data to help them feel more confident in their decision making. Whether in a group or individually, I am both detail-focused and adaptable, which helps me anticipate and solve challenges while remaining flexible to changing circumstances.
</div>
</body>
</html>