My-Personal-Website/index.xhtml

99 lines
4.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml" xml:lang="en"
lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<!-- Stuff required for embeds and propper SEO -->
<!-- ^ who gives a shit -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="og:url" content="https://purplebored.pl/" />
<meta name="og:title" content="Purplebored.pl" />
<meta name="og:description" content="Just my personal website :-)" />
<meta name="description" content="Just my personal website :-)" />
<meta name="keywords" content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="black" />
<!-- End -->
<title>=Purplebored=</title>
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<!-- Sick ascii art/logo -->
<pre class="ascii-logo">
_____ _ _ _ _
| __ \ | | | | | | | |
| |__) | _ _ __ _ __ | | ___| |__ ___ _ __ ___ __| | _ __ | |
| ___/ | | | '__| '_ \| |/ _ \ '_ \ / _ \| '__/ _ \/ _` | | '_ \| |
| | | |_| | | | |_) | | __/ |_) | (_) | | | __/ (_| |_| |_) | |
|_| \__,_|_| | .__/|_|\___|_.__/ \___/|_| \___|\__,_(_) .__/|_|
| | | |
|_| |_|
</pre>
<!--As my very creative class name may suggest this is the CSS div for my "content". Nothing special.-->
<div class="content1">
<h3>=== About Me ===</h3>
<p>
Hi, I am Purplebored, o/ also known as Niko. Right now you are
on my own little website which I call my home on the World Wide
Web!
</p>
<p>
I like making websites like this. And I am also somewhat of a
privacy advocate. I also love tobaccoo and I really like nasal snuff. I even write a little bit about it but I am still very much a snuff newbie. I speak Polish and English but I am
also learning Russian. Regarding programming I currently only know
basic HTML. From
other stuff I also know some Linux! (Not much but enough to daily
drive it)
</p>
<h3>=== Stuff I am self hosting: ===</h3>
<a href="https://bin.purplebored.pl/" target="_blank">
My Private Pastebin instance.
</a>
<br />
<a href="https://oldpb.purplebored.pl/" target="_blank">
My Private Zerobin instance.
</a>
<br />
<a href="https://speed.purplebored.pl/" target="_blank">
A LibreSpeed instance using a server located in Warsaw.
</a>
<br />
<a href="https://purplebored.pl/files/index.php" target="_blank">
A Directory Lister where I share some of my files.
</a>
<br />
Mumble - You can find it on mumble.purplebored.pl (Deafult port.). Simply connect with your mumble client and talk !!
<h3>=== My Projects ===</h3>
<a href="/pages/guides.xhtml" target="_blank">
A list of guides on how to use XMPP, IRC, PGP, etc.
</a>
<br />
<a href="/blog/blog.xhtml" target="_blank">
Purpleblog
</a>
<h3>=== Cool Stuff ===</h3>
<a href="/pages/stuff.xhtml">Stuff I like !!</a>
<br />
<a href="/pages/buttons.xhtml">Buttons!/88X31s !!</a>
<br />
<a href="/pages/snuff.xhtml">Nasal snuff !!</a>
<br />
<a href="/pages/music.xhtml">Music I like !!</a>
</div>
<div class="footer">
Purplebored &copy; 2023-2025 |
<a href="https://git.ari.lt/purplebored/My-Personal-Website">Source code</a> |
<a href="/pages/contact.xhtml">Contact Me</a> |
<a href="/pages/mirrors.xhtml">Tor, Ygg &amp; Mirrors</a> |
<a href="/pages/font.xhtml">Font</a> |
<a href="/pages/feeds.xhtml">RSS</a> |
</div>
</body>
</html>
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl/ <3 -->