-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FFUV's Namecard</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<h1>Hi</h1>
<p><a href="https://github.com/ffuv" target="_blank">I'm FFUV</a>. I like linux, anime and kernel hacking.</p>
<h2>Public projects and services I maintain:</h2>
<ul>
<li><a href="https://github.com/FFUV/RepoDr" target="_blank">RepoDr</a></li>
<li><a href="https://github.com/Muusy-Inc/HCLogger" target="_blank">HCLogger (No Longer Maintained)</a></li>
<li><a href="https://github.com/monkeytypegame/monkeytype/" target="_blank">MonkeyType</a></li>
<li><a href="https://github.com/zed-industries/zed" target="_blank">Zed</a></li>
<!-- Add more projects here -->
</ul>
<h2>My ETH address:</h2>
<img src="qr-code.png" alt="ETH QR Code" class="qr-code">
<p class="email">Mail me at <a href="mailto:ffuv@proton.me">ffuv@proton.me</a> (PGP Encryption Supported)</p>
<button>DOWNLOAD PUBLIC KEY</button>
</main>
</body>
</html>