forked from khanhmuy/khanhmuy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (53 loc) · 3.74 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>hmuy</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/pfp.png" type="image/x-icon">
<script src="script.js"></script>
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- discord embed meta -->
<meta property="og:title" content="hmuy">
<meta property="og:description" content="hmuy's corner">
<meta property="og:image" content="https://khanhmuy.github.io/assets/pfp.png">
<meta property="theme-color" content="#FFC0DD">
<meta property="og:url" content="https://khanhmuy.github.io">
</head>
<body>
<div id="main-container">
<table width="100%">
<tr>
<td width="50%" style="text-align: left;">
<h1 style="margin-bottom: 0px; text-align: left; font-size: 30px;"><a href="https://hmuy.ml"><span class="name">hmuy</span></a></h1>
<span class="subtitle">he/him</span>
</td>
<td style="text-align: right;" width="50%">
<a href="https://github.com/khanhmuy" target="_blank"><img src="assets/github.svg" class="social" alt="github"></a>
<a href="https://facebook.com/unprofessionalunprofessional" target="_blanj"><img src="assets/facebook.svg" class="social" alt="facebook"</img></a>
<a href="https://twitter.com/hmuy0608" target="_blank"><img src="assets/twitter.svg" class="social" alt="twitter"></a>
<a href="https://discord.com/users/272388882539085824" target="_blank"><img src="assets/discord.svg" class="social" alt="discord"></a>
<a href="specs.html"><img src="assets/laptop.svg" class="social" alt="laptop specs"></a>
</td>
</tr>
</table>
<div class="about">
<h2>About me</h2>
<p><span class="greeting">console.log('👋Hello, world!');</span></p>
<p>Hi, I'm hmuy I guess. A kid with a computer. That's pretty much it.</p>
<p>I like making weird stuff on the internet that will probably never gonna be used by anyone.</p>
<p>Big <span title="music">🎶</span>, <span title="camera">📷</span>, <span title="automobiles">🚗</span>, <span title="motorsport">🏎️</span> and <span title="gaming">🎮</span> nerd but always gets killed by school.</p>
</div>
<div class="about">
<h2><a href="https://github.com/khanhmuy?tab=repositories" target="_blank">Projects</a></h2>
<h3><a href="https://github.com/WinTweakers/WindowsToolbox" target="_blank" class="toolbox">WindowsToolbox</a></h3>
<p>A powerful but simple, easy to use toolbox for Windows 10 and 11. Made with 💖 by me and <a href="https://github.com/CallMeEchoCodes" target="_blank">CallMeEcho</a>.</p>
<h3><a href="https://github.com/khanhmuy/eider_hmuy" class="eider" target="_blank">Eider_hmuy</a></h3>
<p>A fork of <a href="https://github.com/CallMeEchoCodes/Eider" class="eider" target="_blank">Eider</a> v1, with some more cool features (no slash commands btw they kinda suck).</p>
<h3><a href="https://hmuy.ml/nitroless" class="nitroless" target="_blank">Nitroless repo</a></h3>
<p>A repository for <a href="https://nitroless.github.io" class="nitroless" target="_blank">Nitroless</a>.</p>
</div>
</div>
</body>
</html>