-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 772 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 772 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Daniel Leong</title>
<meta name="description" content="Personal homepage of Daniel Leong (United Kingdom)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<article>
<h1>Homepage of Daniel Leong</h1>
<p>My projects, articles and CV.</p>
<h2>Projects</h2>
<ul>
<li><a href="projects/bifurcation.html">The logistics map</a> - chaos and the bifurcation diagram.</li>
</ul>
<h2>Articles</h2>
<h2>Curriculum Vitae</h2>
<a href="assets/daniel-leong-cv-latest.pdf">PDF download</a>
</article>
</body>
</html>