-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
68 lines (52 loc) · 1.24 KB
/
about.html
File metadata and controls
68 lines (52 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Ethan Lake's Research Page</title>
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header">
<div class="top_banner">
<h1 style="text-align:center">About</h1>
<br>
<hr>
</div>
</div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="papers.html">Papers</a></li>
<li><a href="art.html">Fun</a></li>
</ul>
</div>
<div id="page_content">
<div class="intro">
<p> I obtained a PhD in physics from MIT; before that I studied math and physics at the University of Utah. Outside of physics I enjoy learning languages, playing music, and climbing.
</p>
<br>
<hr>
<br>
<p>
<IMG class="displayed" SRC="playingruan.jpg" WIDTH=500 HEIGHT=350>
</p>
<br>
<!-- <p>
<IMG class="displayed" SRC="baker_sunrise.jpg" WIDTH=500 HEIGHT=400>
</p>
<br>
-->
<p>
<IMG class="displayed" SRC="tour_to_italy.jpg" WIDTH=500 HEIGHT=360>
</p>
<br>
<p>
<IMG class="displayed" SRC="tabula_rasa.jpeg" WIDTH=250 HEIGHT=360>
</p>
<br>
<br><br>
</div>
</div>
</body></html>