websites/eddie.sh/index.html

68 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Edward Shen</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Code+Latin&display=swap" rel="stylesheet">
<!-- If anyone is snooping around and would like to contribute a favicon, let me know :P -->
<link rel="icon" href="data:,">
<style>
html {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
}
body {
font-family: 'M PLUS Code Latin', sans-serif;
background-color: #000;
max-width: 84ch;
width: 84ch;
padding: 0 2ch;
color: #ccc;
overflow: hidden;
}
a:visited {
color: #999;
}
a {
color: #ccc;
}
ul {
list-style-type: "> ";
}
</style>
</head>
<body>
<h1>Edward Shen</h1>
<p>Rust; Rhythm games; Food; Homebrewing; Security; Scalability; Free software.</p>
<p>
<a href="https://github.com/edward-shen">Github</a>
</p>
<p>Email local-part: hi</p>
<br>
<p>Interesting projects:</p>
<ul>
<li><a rel="noreferrer" href="https://github.com/edward-shen/omegaupload">OmegaUpload</a></li>
<li><a rel="noreferrer" href="https://github.com/edward-shen/bunbun">bunbun</a></li>
<li><a rel="noreferrer" href="https://github.com/edward-shen/shlink">Shlink browser extension</a></li>
<li><a rel="noreferrer" href="https://github.com/edward-shen/ayaya">ayaya</a></li>
</ul>
</body>
</html>