forked from WaLLy3K/wally3k.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
38 lines (36 loc) · 2 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
<!DOCTYPE html>
<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.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="robots" content="noindex,"/>
</head><body id="about">
<header>
<div class="title"><a href="/">The Firebog</a></div>
<div class="alt">Updated: 13JUN18<br/><span/></div>
</header>
<main>
<h1>about:https://WaLLy3K</h1>
<p class="bio">
👋 G'day cobber! I'm an Australian that's gone by the alias of WaLLy3K since 1998. My roots are in gaming, being a former Counter-Strike Admin & GameOp, but these days, I put a lot of my spare time into Pi-hole development. I also like to dabble in personal projects involving <code>bash</code>, HTML/CSS and PHP. My interests involve technology, photography, animals, online privacy, as well as being able to help people using the knowledge I've learnt.
</p>
<h2>You can find me on</h2>
<div class="sites grid places">
<div><a class="keybase" href="https://keybase.io/wally3k">Keybase</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><a class="steam" href="https://s.team/chat/H38UOOcC">Steam</a></div>
<div><a class="github" href="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/WaLLy3K">Github</a></div>
<div><a class="discord" href="https://discord.gg/sNMQWtc">Discord</a></div>
</div>
<h2>Notable Timesinks & 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://wally3k.github.io"><span>Big </span>Blocklist Collection</a></div>
<div><a class="blockpage" href="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/WaLLy3K/Pi-hole-Block-Page"><span>Pi-hole </span>Block Page</a></div>
</div>
</main>
<footer>This site and content © WaLLy3K 2017</footer>
</body></html>