53 lines
1.6 KiB
HTML
53 lines
1.6 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html><head>
|
||
|
<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">
|
||
|
<!-- <style src="./styles.css"></style> -->
|
||
|
<!-- <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> -->
|
||
|
<meta property="og:type" content="website">
|
||
|
<meta property="og:url" content="http://localhost:3000/">
|
||
|
<meta name="twitter:card" content="summary">
|
||
|
</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" rel="noopener noreferrer">Github</a></p>
|
||
|
<br>
|
||
|
<p>Interesting projects:</p>
|
||
|
<ul>
|
||
|
<li><a href="https://github.com/edward-shen/omegaupload" rel="noopener noreferrer">OmegaUpload</a></li>
|
||
|
<li><a href="https://github.com/edward-shen/bunbun" rel="noopener noreferrer">bunbun</a></li>
|
||
|
<li><a href="https://github.com/edward-shen/shlink" rel="noopener noreferrer">Shlink browser extension</a></li>
|
||
|
<li><a href="https://github.com/edward-shen/ayaya" rel="noopener noreferrer">ayaya</a></li>
|
||
|
</ul>
|
||
|
</body></html>
|