-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
83 lines (83 loc) · 3.46 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta property="og:url" content="https://kath.lol/" />
<meta property="og:description" content="Hii qts!" />
<meta property="og:site_name" content="Hii qts!" />
<meta property="og:title" content="Hii qts!" />
<meta name="description" content="Hii qts!" />
<link rel="stylesheet" href="style.css" />
<title>Hii qts!</title>
</head>
<body>
<div class="cursor"></div>
<script src="index.js" defer></script>
<main>
<div class="fade">
<h1>Kathund<small> also known as Jacob</small></h1>
<p>17 year old dev living in Australia!</p>
<p>
Working on <a href="https://github.com/Hypixel-API-Reborn/hypixel-api-reborn"> Hypixel-API-Reborn </a>and
other projects linked on my <a href="https://github.com/kathund">github</a>!
</p>
</div>
<br />
<div class="fade">
<h3>More about me</h3>
<p>Timezone? <a href="https://time.is/UTC+8">UTC+8</a> expect msgs from <span>8am - 6pm</span>.</p>
<p>
Languages? I'm mostly a backend dev working with <a href="https://www.typescriptlang.org/">TypeScript</a>,<a
href="https://nodejs.org/"
>Node.js</a
>, <a href="https://expressjs.com/">Express.js</a>,<a href="https://www.mongodb.com/">MongoDB</a>,
<a href="#">JavaScript</a> and<a href="https://www.rust-lang.org/">Rust</a>.
</p>
<p>
Contributor of<a href="https://github.com/duckysolucky/hypixel-discord-chat-bridge"
>Hypixel Discord Chat Bridge</a
>
and<a href="https://github.com/Wristspasm/Wristspasm-Discord-Bot">WristSpasm Discord Bot</a>
</p>
</div>
<br />
<div class="fade">
<h3>Development Tools</h3>
<p>Preferred OS <a href="https://nixos.org/">NixOS</a> with <a href="https://neovim.io/">NeoVim</a></p>
<p>
List of all the other tools and software that I use. <a href="https://www.cloudflare.com/">Cloudflare</a>,<a
href="https://www.postman.com/"
>Postman</a
>, <a href="https://discord.js.org/">Discord.js</a>,<a href="https://git-scm.com/">Git</a>,
<a href="https://github.com/">Github</a> and<a href="https://coolors.co/">Coolors</a>
</p>
</div>
<br />
<div class="fade">
<h3>Contact me!</h3>
<p class="info">
<a href="mailto:[email protected]"><span>Email: </span>[email protected]</a>
</p>
<p class="info"><span>Matrix: </span>@kathund:matrix.org</p>
</div>
<br />
<div class="fade">
<p>Other forms of contact (Not preferred)</p>
<p class="info">
<a href="https://discord.com/users/1276524855445164098"><span>Discord: </span>@.kathund</a>
</p>
<p class="info">
<a href="https://t.me/kathundd"><span>Telegram: </span>kathundd</a>
</p>
</div>
</main>
<footer class="fade">
<p><a href="https://discord.gg/SdjVk3sudR">Want to test my code?</a></p>
<p><a href="https://github.com/catppuccin/catppuccin">Colors from Catppuccin</a></p>
<p>Made with <span>♥</span> by kathund</p>
<p>Open source on <a href="https://github.com/kathund/kath.lol">github</a></p>
</footer>
</body>
</html>