-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 2.68 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>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>kmh.zone</title>
<link rel="stylesheet" href="https://use.typekit.net/otr7kvf.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
</head>
<body>
<main id="main">
<h1>kmh<span class="subtitle">.zone</span></h1>
<hr>
<section>
<p>I'm kmh, although you may also find me online as kmh11 (three letter usernames are hard). You'll find a couple links to things I'm proud of below. Below that, you'll find many more links to things I'm not so proud of. <a href="https://github.com/kmh11"><span class="github"></span>kmh11</a> <a href="https://twitter.com/themalwareman"><span class="twitter"></span>themalwareman</a></p>
<p></p>
<div class="grid big">
<a class="col" href="https://angstromctf.com">
<h4>ångstromCTF</h4>
<p>A cybersecurity competition for high schoolers.</p>
</a>
<a class="col" href="https://keyster.io">
<h4>Keyster</h4>
<p>A simple, secure password manager.</p>
</a></div>
</div>
<div class="grid medium">
<a class="col" href="https://ctf.kmh.zone">CTF Challenges</a>
<a class="col" href="https://kmh.zone/blog">Blog & Writeups</a>
<a class="col" href="https://woottoncommonsense.com/3959/news/leaked-second-semester-schedules-induce-excitement/">In The News</a></div>
</div>
<div class="grid small">
<a class="col" href="https://chemspeller.com"><img src="assets/links/chemspeller.png"></a>
<a class="col" href="https://spotify.kmh.zone"><img src="assets/links/spotify.png"></a>
<a class="col" href="https://clicker.kmh.zone"><img src="assets/links/clicker.png"></a>
<a class="col" href="https://kmh.zone/trumppong"><img src="assets/links/trump.png"></a></div>
</div>
<div class="grid small">
<a class="col" href="https://click.kmh.zone"><img src="assets/links/click.png"></a>
<a class="col" href="https://spelling.kmh.zone"><img src="assets/links/spelling.png"></a>
<a class="col noto" href="https://kmh.zone/nopass"><span>NoPass</span></a>
<a class="col" href="https://music.kmh.zone"><img src="assets/links/music.png"></a></div>
</div>
<div class="grid small">
<a class="col" href="https://quotes.kmh.zone"><img src="assets/links/quote.png"></a>
<a class="col" href="https://kevinhiggs.com"><span>kevinhiggs.com</span></a>
<a class="col noto" style="color: darkred" href="https://kmh.zone/roguelike"><span>Roguelike</span></a>
<a class="col" href="https://kmh.zone/connectfour"><img src="assets/links/connectfour.png"></a></div>
</div>
</section>
</main>
</body>
</html>