-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
about.html
45 lines (43 loc) · 2.33 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About ¦ Firebog</title>
<link rel="stylesheet" href="/style/wgio.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow">
</head>
<body id="about">
<header>
<div class="title"><a href="/">The Firebog</a></div>
<div class="alt">
<a id="githubAHL" href="https://github.com/WaLLy3K/wally3k.github.io/"></a>
<a id="aboutAHL" href="/about"></a>
<a id="donateAHL" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HU4EDJZP2S9QA"></a>
</div>
</header>
<main>
<h1>about://WaLLy3K</h1>
<p class="bio">
👋 G'day, cobber! I'm an Australian that's gone by the alias of WaLLy3K since 1998. My online roots are in gaming, being a former Counter-Strike Admin & GameOp. I've also contributed to Pi-hole as a core developer. I like to play co-op PC games in my spare time and dabble in personal projects involving <code>bash</code>, HTML/CSS and PHP. My other interests involve IT security and privacy, photography, animals, electronic repair, as well as being able to help people using the knowledge I've learned.
</p>
<h2>You can find me on</h2>
<div class="sites grid places">
<div><a class="mastodon" rel="me" href="https://infosec.exchange/@wally3k">Mastodon</a></div>
<div><a class="discord" href="/gg">Discord</a></div>
<div><a class="steam" href="https://steamcommunity.com/chat/invite/H38UOOcC">Steam</a></div>
<div><a class="github" href="https://github.com/WaLLy3K">GitHub</a></div>
<div><a class="reddit" href="https://www.reddit.com/user/WaLLy3K">Reddit</a></div>
<div><a class="twitter" href="https://twitter.com/WaLLy3K">Twitter</a></div>
</div>
<h2>Notable Projects</h2>
<div class="sites grid projects">
<div><a class="pihole" href="https://pi-hole.net/">Pi-hole</a></div>
<div><a class="blocklist" href="https://firebog.net/"><span>Big </span>Blocklist Collection</a></div>
<div><a class="blockpage" href="https://github.com/WaLLy3K/Pi-hole-Block-Page"><span>Pi-hole </span>Block Page</a></div>
</div>
</main>
<footer>Has my work helped you? Toss a coin <a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HU4EDJZP2S9QA'>to your curator</a>!</footer>
</body>
</html>