wiikifoxs-den/index.html

99 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Wiikifox's Den</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./styles.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="./assets/images/favicon.png">
</head>
<body>
<div>
<div class="card">
<img id="avatar" src="./assets/images/avatar.png" alt="avatar">
<h1>Welcome to <span id="title">Wiikifox's den</span></h1>
<i>A small place to relax in the internet</i>
<div>
<h2>Who am I?</h2>
<p>
I'm Wiikifox! A geek furry with passion about computers and art :3 I suck at talking about me,
so I'll just leave my contact info down here so you can get to know me yourself :P
</p>
<ul>
<li><b>E-Mail:</b> wiikifox@unix.dog and fox@notmalwaretrust.me</li>
<li><b>XMPP:</b> wiikifox@unix.dog and fox@notmalwaretrust.me</li>
<li><b>Fedi:</b> @wiikifox@unix.dog</li>
</ul>
<i>(Yeah, I have a lot of stuff under <a href="https://unix.dog">unix.dog</a>)</i>
<p>
Also, I'll leave some personal info over here
</p>
<ul>
<li><b>Birthday:</b> 2009-03-01</li>
<li><b>Country:</b> Cuba</li>
<li><b>Likes:</b> Computers, Videogames, <i>Synthwave</i>, Pixel Art, Foxes, Software Freedom, Privacy (and a lot of stuff I don't remember)</li>
<li><b>Dislikes:</b> DRM, Proprietary Software (and another bunch of stuff I don't remember either)</li>
</ul>
<div>
My PGP public keys:
<ul>
<li><a href="./assets/misc/wiikifox-unix-dog.asc">unix.dog</a>
<li><a href="./assets/misc/wiikifox-unix-dog.asc">notmalwaretrust.me</a>
</ul>
Feel free to add them to your keyring to mail me private stuff :3
</div>
</div>
<div>
By the way, I have a <a href="gemini://unix.dog/~wiikifox">small Gemini capsule</a> where I post some stuff sometimes. It's probably worth to check it out ;3
</div>
</div>
<div class="card" id="friends">
<h2>Some of my friends' websites :3</h2>
<strong><a href="https://notmalwaretrust.me/">Byte:</a></strong> Really cool derg with a great like for cuddles<br>
<strong><a href="https://dolphinana.codeberg.page">Kittynunu/Dolphinana:</a></strong> A FLOSS advocate kitty<br>
<strong><a href="https://unixmeow.neocities.org">Unix Meow:</a></strong> A cute digital pony
</div>
</div>
<div>
<div class="card" id="webrings">
<h2>Webrings</h2>
<div id="webrings-retronaut">
<strong>Retronaut: </strong><a href="http://webring.dinhe.net/prev/https://unix.dog/~wiikifox/">previous</a> //
<a href="http://webring.dinhe.net/random">random</a> //
<a href="http://webring.dinhe.net/next/https://unix.dog/~wiikifox/">next</a> //
<a href="http://webring.dinhe.net/">home</a>
</div>
<div id="webrings-geekring">
<strong>Geekring: </strong><a href="http://geekring.net/site/354/previous/">previous</a> //
<a href="http://geekring.net/site/354/random/">random</a> //
<a href="http://geekring.net/site/354/next/">next</a> //
<a href="http://geekring.net/">home</a>
</div>
</div>
<div class="card" id="navigation">
<h2>Navigation</h2>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./portfolio.html">Art</a></li>
</ul>
</div>
<div id="buttons">
<img src="./assets/images/buttons/i-like-computer.png" alt="I LIKE COMPUTER">
<img src="./assets/images/buttons/i-hate-mac.jpg" alt="I Hate Macintosh">
<img src="./assets/images/buttons/i-hate-ms.jpg" alt="I Hate MICROSOFT">
<img src="./assets/images/buttons/best-viewed.gif" alt="This page is best viewed with: a computer and a monitor">
<img src="./assets/images/buttons/anything-but-chrome.gif" alt="Anything but Chrome">
<img src="./assets/images/buttons/gnu-linux.gif" alt="Made on GNU/Linux">
<img src="./assets/images/buttons/learn-html.gif" alt="<HTML>: Learn it today!">
<a href="http://web3.14159.annwfn.net"><img src="./assets/images/buttons/web-pi.png" alt="Web 3.14159..."></a>
</div>
</div>
<img id="kirby" src="./assets/images/kirby.gif" alt="kirby vibing to some tunes">
</body>
<div class="card">
<span>This work © 2024 by Wiikifox is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></span>
</div>
</html>