-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.61 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
<!doctype html>
<html>
<head>
<title>Kenny Zhang</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/styles/global.css" />
<link rel="icon" href="/images/icon16.png" type="image/png" sizes="16x16" />
<link rel="icon" href="/images/icon32.png" type="image/png" sizes="32x32" />
<script src="/scripts/includes.js"></script>
</head>
<body>
<div class="include include_main_header"></div>
<div class="include include_navbar"></div>
<div class="hflex">
<div>
<div>
<h1>Bio</h1>
<p>
I am a Computer Science and Pure Mathematics undergraduate at Stony Brook University who is involved in algorithmic research.
I participate in the International Collegiate Programming Contest, and I have been Stony Brook's best algorithmic problem solver for the past two years.
I have also had two summer internships at IBM Research.
</p>
</div>
<div>
<h1>Links</h1>
<div>
Email: <a href="mailto:[email protected]">[email protected]</a>
</div>
<div>
Github: <a href="https://github.com/kennyzzhang/">kennyzzhang</a>
</div>
<div>
<a href="https://www.linkedin.com/in/kenny-zhang-655b69204/">LinkedIn</a>
</div>
</div>
</div>
<div class="hfill"></div>
<figure>
<img class="lightmode" src="/images/portrait1.jpg" width="300" height="400" />
<img class="darkmode" src="/images/portrait2.jpg" width="300" height="400" />
</figure>
</div>
</body>
</html>