-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.04 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>David Xia</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>David Xia's Website</h1>
<div class="container">
<div class="text-section">
<h2>David Xia, CS and Math at UIUC</h2>
<h3>davidx3@illinois.edu</h3>
<h3>|)/\\/||) ><|/\</h3>
</div>
<div class="portrait">
<img src="images/david.jpg" alt="david">
</div>
</div>
<nav>
<a href="cv.html">Curriculum Vitae</a>
<a href="papers.html">Papers</a>
<a href="pictures.html">Pictures</a>
</nav>
<div class="egg_spacer"></div>
<p> <i>I see now that the circumstances <br>
of one's birth are irrelevant. <br>
It is what you do with the gift of life <br>
that determines who you are.</i></p>
<nav>
<a href="misc.html">Miscellaneous</a>
</nav>
</body>
</html>