-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (54 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Di Jin's Personal Page</title>
<style>
body {
max-width: 800px;
margin: auto;
padding: 10px;
}
.photo {
width: 200px;
}
code {
max-width: 800px;
background-color: #eeeeee;
overflow: auto;
}
pre {
padding-top: 5px;
padding-bottom: 5px;
padding: 5px;
max-width: 800px;
background-color: #eeeeee;
overflow: auto;
}
</style>
</head>
<body>
<h1>Di Jin's Personal Page</h1>
<nav><ul>
<li>Home</li>
<li><a href="/publications.html">Publications & Projects</a></li>
<li><a href="/random_things.html">Random Things</a></li>
<li><a href="/fragments.html">Fragments of my Life</a></li>
</ul></nav>
<hr />
<section>
<h3>Biography</h3>
<img src="static/b.png" alt="The Guy" class="photo"/>
<p style="color: #666666"><small>Art by <a href="https://twitter.com/CarBotAnimation">CarBot</a></small></p>
<p>
My name is Di Jin (金迪). I am a postdoc researcher
at <a href="https://atlas.cs.brown.edu/">Atlas Group</a>, Brown
University, working with Nikos Vasilakis. My research interests
include system security, software hardening, and other security
and system related topics. I received my PhD from Brown
University, advised by Vasileios P. Kemerlis. I did my undergrad
in IIIS (Yao Class), Tsinghua University.
</p>
<p> Email: <img src="static/ea.png" height="14pt" alt="ea"/></p>
</section>
</body>
</html>