-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Jonathan Lai</title>
<style>
* { border: 0; padding: 0; margin: 0; background-color: #f8f4f0; color: #181410; }
* { line-height: 125%; }
body { padding: 1em 1.6em; font-family: sans-serif; }
a:hover { color: #908880; }
h1 { font-family: serif; }
li { margin-left: 2em; }
p { margin: 1em 0; }
h1 { margin-bottom: 0.5em; }
li > ul { margin-bottom: 0.5em; }
li > i { color: #908880; }
p.footer { font-size: 12px; color: #908880; margin-top: 1.5em; }
p.footer a { color: #908880; }
p.footer a:hover { color: #c0b8b0; }
</style>
</head>
<body>
<h1>Jonathan Lai</h1>
<ul>
<li><b>e-mail:</b> jonathanlai6@gmail.com</li>
<li><b>source code:</b> <a href="https://github.com/laijonathan">github</a></li>
<li><b>projects i've worked on:</b> <a href="/projects.html">here</a></li>
</ul>
<p><b>chronicles:</b></p>
<ul>
<li>2017<ul>
<li><i>(ongoing)</i> studying computer science at <a href="https://yorku.ca">York University</a></li>
</ul></li>
</ul>
</body>
</html>