summaryrefslogtreecommitdiff
path: root/portfolio/index.html
blob: 1b805a9a0e236f3b7a700466be1ee4c25c8e3cc3 (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Portfolio | ekd&#39;s Homepage</title>
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" type="image/png" href="/logo.png">
    <link rel="stylesheet" href="/style.css">
</head>
<body>
	<header>
		<a href="/"><img src="/logo.png" style="width:40px;height:40px;"></a>
		<nav class="menu">
			<ul>
				
					<li><a href="/blog/">Blog</a></li>
				
					<li><a href="/portfolio/">Portfolio</a></li>
				
					<li><a href="/cv.pdf">CV</a></li>
				
			</ul>
		</nav>
	</header>
<main>
<header><h1 id="tag_Portfolio">Portfolio <a href="https://git.erickhangdao.com"><img src="/git.svg" width="25" height="25"></a></h1></header>
<article>
<p>Some stuff I&rsquo;ve worked on.</p>
<ul>
	<li><a href="/portfolio/watch-winder/">Watch Winder</a></li>
</ul>
</article></article>
</div>
</main>
<footer>
        <div class="container">
                <span><a href="mailto:eric@erickhangdao.com">eric <b>at</b> erickhangdao <b>dot</b> com</a>; <a href="/publickey.eric@erickhangdao.com-6b70cb1253da6f17ad37f4bc50820f12f8834a25.asc">PGP if you care</a></span></br>
                <span>© 2023 Eric-Khang Dao</span></br>
        </div>
</footer>
</body>
</html>