-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 2.01 KB
/
index.html
File metadata and controls
50 lines (46 loc) · 2.01 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
---
title: lindy zeng
image: assets/img/lindy.jpg
---
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="hi i'm lindy zeng">
<link rel="stylesheet" href="/assets/css/styles.css">
<title>{{ page.title }}</title>
</head>
<body>
<div class="container">
<div class="left column">
<h1>
hi, i'm lindy!
</h1>
<p>
I am a software engineer at <a href="https://squareup.com" target="_blank">Square</a> and based in San Francisco, California.
I graduated from <a href="https://princeton.edu" target="_blank">Princeton University</a> in 2018
with a degree in Computer Science and a minor in Environmental Studies.
Previously, I interned at <a href="https://strava.com" target="_blank">Strava</a>
and at the <a href="https://environment.princeton.edu" target="_blank">High Meadows Environmental Institute</a>.
</p>
<p>
If I'm not in front of a laptop screen, you'll most likely find me outdoors —
<a href="https://www.strava.com/athletes/lindz" target="_blank">running</a>
(competing for <a href="https://www.westvalleytc.com" target="_blank">West Valley Track Club</a>,
meandering the streets of SF, exploring the Bay's trails),
skiing, hiking, camping, or backpacking. (But I could also be indoors working on a crochet project.)
</p>
<h3>
<a href="mailto:lindy@duck.com" target="_blank">email</a> •
<a href="https://github.com/lindzeng" target="_blank">github</a> •
<a href="/assets/lindyzeng_resume.pdf" target="_blank">resume</a> •
<a href="https://www.linkedin.com/in/lindyzeng/" target="_blank">linkedin</a>
</h3>
</div>
<div class="right column">
<img class="profile-photo" src="{{ page.image }}" alt="photo of lindy zeng"></img>
</div>
</div>
<script type="text/javascript" src="/assets/js/index.js"></script>
</body>
</html>