rewrite to xhtml made by zayd
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #000;
|
background-color: #000000;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100;
|
height: 100;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
@@ -47,7 +47,7 @@ body {
|
|||||||
/* Very easy one is for articels or just post idk how to call them and the content1 thing if for general usage */
|
/* Very easy one is for articels or just post idk how to call them and the content1 thing if for general usage */
|
||||||
|
|
||||||
/*Code to make footer look cool and ncie :D*/
|
/*Code to make footer look cool and ncie :D*/
|
||||||
footer {
|
.footer {
|
||||||
font-family: IBMWeb, Liberation Mono, monospace;
|
font-family: IBMWeb, Liberation Mono, monospace;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
@@ -80,3 +80,11 @@ a {
|
|||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
margin: 0 auto;
|
||||||
|
text-align: center;
|
||||||
|
font-family: monospace;
|
||||||
|
white-space: pre;
|
||||||
|
color: #a57ae9;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,38 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>401</title>
|
|
||||||
<link rel="icon" href="/favicon.png">
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #000;
|
|
||||||
}
|
|
||||||
.ascii {
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
font-family: monospace;
|
|
||||||
white-space: pre;
|
|
||||||
color: #a57ae9;
|
|
||||||
top 50%;
|
|
||||||
}
|
|
||||||
.text {
|
|
||||||
font-family: monospace;
|
|
||||||
color: #a57ae9;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="ascii"> <center>
|
|
||||||
_ _ ___ _
|
|
||||||
| || | / _ \/ |
|
|
||||||
| || |_| | | | |
|
|
||||||
|__ _| |_| | |
|
|
||||||
|_| \___/|_|
|
|
||||||
</div>
|
|
||||||
<div class="text"> <center>
|
|
||||||
401 - Unauthorized
|
|
||||||
<br>
|
|
||||||
<a href="../index.html">Go home!</a>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
21
errors/401.xhtml
Normal file
21
errors/401.xhtml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<title>401</title>
|
||||||
|
<link rel="icon" href="/favicon.png" />
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="error">
|
||||||
|
_ _ ___ _
|
||||||
|
| || | / _ \/ |
|
||||||
|
| || |_| | | | |
|
||||||
|
|__ _| |_| | |
|
||||||
|
|_| \___/|_|
|
||||||
|
|
||||||
|
401 - Unauthorized
|
||||||
|
<a href="/index.xhtml">Go home!</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>403</title>
|
|
||||||
<link rel="icon" href="/favicon.png">
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #000;
|
|
||||||
}
|
|
||||||
.ascii {
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
font-family: monospace;
|
|
||||||
white-space: pre;
|
|
||||||
color: #a57ae9;
|
|
||||||
top 50%;
|
|
||||||
}
|
|
||||||
.text {
|
|
||||||
font-family: monospace;
|
|
||||||
color: #a57ae9;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="ascii"> <center>
|
|
||||||
_ _ ___ _____
|
|
||||||
| || | / _ \___ /
|
|
||||||
| || |_| | | ||_ \
|
|
||||||
|__ _| |_| |__) |
|
|
||||||
|_| \___/____/
|
|
||||||
</div>
|
|
||||||
<div class="text"> <center>
|
|
||||||
403 - Forbidden
|
|
||||||
<br>
|
|
||||||
<a href="../index.html">Go home!</a>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
21
errors/403.xhtml
Normal file
21
errors/403.xhtml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<title>401</title>
|
||||||
|
<link rel="icon" href="/favicon.png" />
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="error">
|
||||||
|
_ _ ___ _____
|
||||||
|
| || | / _ \___ /
|
||||||
|
| || |_| | | ||_ \
|
||||||
|
|__ _| |_| |__) |
|
||||||
|
|_| \___/____/
|
||||||
|
|
||||||
|
403 - Forbidden
|
||||||
|
<a href="/index.xhtml">Go home!</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>404</title>
|
|
||||||
<link rel="icon" href="favicon.png">
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #000;
|
|
||||||
}
|
|
||||||
.ascii {
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
font-family: monospace;
|
|
||||||
white-space: pre;
|
|
||||||
color: #a57ae9;
|
|
||||||
top 50%;
|
|
||||||
}
|
|
||||||
.text {
|
|
||||||
font-family: monospace;
|
|
||||||
color: #a57ae9;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="ascii"> <center>
|
|
||||||
_ _ ___ _ _
|
|
||||||
| || | / _ \| || |
|
|
||||||
| || |_| | | | || |_
|
|
||||||
|__ _| |_| |__ _|
|
|
||||||
|_| \___/ |_|
|
|
||||||
</div>
|
|
||||||
<div class="text"> <center>
|
|
||||||
404 - Not Found
|
|
||||||
<br>
|
|
||||||
<a href="../index.html">Go home!</a>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
21
errors/404.xhtml
Normal file
21
errors/404.xhtml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<title>401</title>
|
||||||
|
<link rel="icon" href="/favicon.png" />
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="error">
|
||||||
|
_ _ ___ _ _
|
||||||
|
| || | / _ \| || |
|
||||||
|
| || |_| | | | || |_
|
||||||
|
|__ _| |_| |__ _|
|
||||||
|
|_| \___/ |_|
|
||||||
|
|
||||||
|
404 - Not Found
|
||||||
|
<a href="/index.xhtml">Go home!</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>500</title>
|
|
||||||
<link rel="icon" href="/favicon.png">
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #000;
|
|
||||||
}
|
|
||||||
.ascii {
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
font-family: monospace;
|
|
||||||
white-space: pre;
|
|
||||||
color: #a57ae9;
|
|
||||||
top 50%;
|
|
||||||
}
|
|
||||||
.text {
|
|
||||||
font-family: monospace;
|
|
||||||
color: #a57ae9;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="ascii"> <center>
|
|
||||||
_ _ ___ _____
|
|
||||||
| || | / _ \___ /
|
|
||||||
| || |_| | | ||_ \
|
|
||||||
|__ _| |_| |__) |
|
|
||||||
|_| \___/____/
|
|
||||||
</div>
|
|
||||||
<div class="text"> <center>
|
|
||||||
500 - Internal Server Error
|
|
||||||
<br>
|
|
||||||
<a href="../index.html">Go home!</a>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
21
errors/500.xhtml
Normal file
21
errors/500.xhtml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<title>401</title>
|
||||||
|
<link rel="icon" href="/favicon.png" />
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="error">
|
||||||
|
_ _ ___ _____
|
||||||
|
| || | / _ \___ /
|
||||||
|
| || |_| | | ||_ \
|
||||||
|
|__ _| |_| |__) |
|
||||||
|
|_| \___/____/
|
||||||
|
|
||||||
|
500 - Internal Server Error
|
||||||
|
<a href="/index.xhtml">Go home!</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>502</title>
|
|
||||||
<link rel="icon" href="/favicon.png">
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #000;
|
|
||||||
}
|
|
||||||
.ascii {
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
font-family: monospace;
|
|
||||||
white-space: pre;
|
|
||||||
color: #a57ae9;
|
|
||||||
top 50%;
|
|
||||||
}
|
|
||||||
.text {
|
|
||||||
font-family: monospace;
|
|
||||||
color: #a57ae9;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="ascii"> <center>
|
|
||||||
____ ___ ____
|
|
||||||
| ___| / _ \___ \
|
|
||||||
|___ \| | | |__) |
|
|
||||||
___) | |_| / __/
|
|
||||||
|____/ \___/_____|
|
|
||||||
</div>
|
|
||||||
<div class="text"> <center>
|
|
||||||
502 - Bad gateaway
|
|
||||||
<br>
|
|
||||||
<a href="../index.html">Go home!</a>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
21
errors/502.xhtml
Normal file
21
errors/502.xhtml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<title>401</title>
|
||||||
|
<link rel="icon" href="/favicon.png" />
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="error">
|
||||||
|
____ ___ ____
|
||||||
|
| ___| / _ \___ \
|
||||||
|
|___ \| | | |__) |
|
||||||
|
___) | |_| / __/
|
||||||
|
|____/ \___/_____|
|
||||||
|
|
||||||
|
502 - Bad gateway
|
||||||
|
<a href="/index.xhtml">Go home!</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
94
index.html
94
index.html
@@ -1,94 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
|
|
||||||
<!-- Stuff required for embeds and propper SEO -->
|
|
||||||
<meta property="og:url" content="https://purplebored.pl/" />
|
|
||||||
<meta property="og:title" content="Purplebored.pl" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Just my personal website :-)"
|
|
||||||
/>
|
|
||||||
<meta property="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 speak Polish and English but I am
|
|
||||||
also learning Russian. Regarding programming I currently only know
|
|
||||||
basic HTML but I am planning to start learning C++ soon! 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" target="_blank"
|
|
||||||
>A Directory Lister where I share some of my files.</a
|
|
||||||
>
|
|
||||||
|
|
||||||
<h3>=== My Projects ===</h3>
|
|
||||||
<a href="/pages/guides.html" target="_blank"
|
|
||||||
>A list of guides on how to use XMPP, IRC, PGP, etc.</a
|
|
||||||
><br />
|
|
||||||
<a href="https://blog.purplebored.pl" target="_blank"
|
|
||||||
>Purpleblog</a>
|
|
||||||
|
|
||||||
<h3>=== Cool Stuff ===</h3>
|
|
||||||
Yeah there is not a lot of cool stuff on here lol.
|
|
||||||
<br />
|
|
||||||
<a href="/pages/buttons.html">Buttons!/88X31s!</a><br />
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
Purplebored © 2023-2025 |
|
|
||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
|
||||||
>Source code</a
|
|
||||||
>
|
|
||||||
| <a href="/pages/contact.html">Contact Me</a> |
|
|
||||||
<a href="/pages/mirrors.html">Tor, Ygg & Mirrors</a> |
|
|
||||||
<a href="/pages/font.html">Font</a> |
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl/ <3 -->
|
|
||||||
93
index.xhtml
Normal file
93
index.xhtml
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
<!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" />
|
||||||
|
|
||||||
|
<!-- Stuff required for embeds and propper SEO -->
|
||||||
|
<!-- ^ who gives a shit -->
|
||||||
|
<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 speak Polish and English but I am
|
||||||
|
also learning Russian. Regarding programming I currently only know
|
||||||
|
basic HTML but I am planning to start learning C++ soon! 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" target="_blank">
|
||||||
|
A Directory Lister where I share some of my files.
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<h3>=== My Projects ===</h3>
|
||||||
|
<a href="/pages/guides.html" target="_blank">
|
||||||
|
A list of guides on how to use XMPP, IRC, PGP, etc.
|
||||||
|
</a>
|
||||||
|
<br />
|
||||||
|
<a href="https://blog.purplebored.pl" target="_blank">
|
||||||
|
Purpleblog
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<h3>=== Cool Stuff ===</h3>
|
||||||
|
Yeah there is not a lot of cool stuff on here lol.
|
||||||
|
<br />
|
||||||
|
<a href="/pages/buttons.xhtml">Buttons!/88X31s!</a>
|
||||||
|
<br />
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
Purplebored © 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 & Mirrors</a> |
|
||||||
|
<a href="/pages/font.xhtml">Font</a> |
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl/ <3 -->
|
||||||
@@ -1,195 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://purplebored.pl/pages/buttons.html" />
|
|
||||||
<meta property="og:title" content="Buttons" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Purplebored 88x31s :-)"
|
|
||||||
/>
|
|
||||||
<meta property="description" content="Purplebored 88x31s :-)" />
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, 88x31"
|
|
||||||
/>
|
|
||||||
<meta name="color-scheme" content="dark" />
|
|
||||||
<meta name="theme-color" content="black" />
|
|
||||||
|
|
||||||
<title>=Buttons=</title>
|
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="content1">
|
|
||||||
<center>
|
|
||||||
<h3>=== Buttons ===</h3>
|
|
||||||
Ah yes 88x31 also known as buttons, a staple in personal websites
|
|
||||||
I would say. They are so cool in my opinion and I love having
|
|
||||||
them. I even have my own 88x31 which you can download
|
|
||||||
<a
|
|
||||||
href="/assets/images/buttons/Purplebored_button.png"
|
|
||||||
target="_blank"
|
|
||||||
>Here!</a
|
|
||||||
><br />
|
|
||||||
(you can also just use that link instead of downloading the
|
|
||||||
button. That would be even better actually because if I update my
|
|
||||||
button it's going to automaticly update on your website.)
|
|
||||||
<br />
|
|
||||||
<h4>Website 88x31s:<br /></h4>
|
|
||||||
<!-- All the website buttons -->
|
|
||||||
<!--My personal website button-->
|
|
||||||
<a href="https://purplebored.pl/" target="_blank"
|
|
||||||
><img
|
|
||||||
src="/assets/images/buttons/Purplebored_button.png"
|
|
||||||
alt="My button"
|
|
||||||
/></a>
|
|
||||||
<!--Unpato writing button-->
|
|
||||||
<a href="https://unpato.neocities.org/" target="_blank"
|
|
||||||
><img
|
|
||||||
src="/assets/images/buttons/unpato.png"
|
|
||||||
alt="Unpato writing Button"
|
|
||||||
/></a>
|
|
||||||
<!--tobskep button-->
|
|
||||||
<a href="https://tobskep.com/" target="_blank"
|
|
||||||
><img
|
|
||||||
src="/assets/images/buttons/tobskep.gif"
|
|
||||||
alt="Tobskeep button."
|
|
||||||
/></a>
|
|
||||||
<!--eclipse.cx button-->
|
|
||||||
<a href="https://eclipse.cx" target="_blank"
|
|
||||||
><img
|
|
||||||
src="/assets/images/buttons/eclipsecx.png"
|
|
||||||
alt="Eclipse Comunity Button"
|
|
||||||
/></a>
|
|
||||||
<!--aagaming button-->
|
|
||||||
<a href="https://aagaming.me/" target="_blank"
|
|
||||||
><img
|
|
||||||
src="/assets/images/buttons/aagaming.png"
|
|
||||||
alt="AAgamings button."
|
|
||||||
/></a>
|
|
||||||
<!--mcneb10 button-->
|
|
||||||
<a href="https://themcgovern.net" target="_blank"
|
|
||||||
><img
|
|
||||||
src="/assets/images/buttons/mcneb10.gif"
|
|
||||||
alt="Mcneb10 button."
|
|
||||||
/></a>
|
|
||||||
<!--georgemoody button-->
|
|
||||||
<a href="htttps://moody.im/"
|
|
||||||
><img
|
|
||||||
border="1"
|
|
||||||
src="/assets/images/buttons/georgemoody.png"
|
|
||||||
alt="georgemoody button."
|
|
||||||
/></a>
|
|
||||||
<!--Xameren button-->
|
|
||||||
<a href="https://xameren.fsky.io"
|
|
||||||
><img
|
|
||||||
src="/assets/images/buttons/xameren.png"
|
|
||||||
alt="Xamern button."
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
<!--fsky.io button-->
|
|
||||||
<a href="https://fsky.io"
|
|
||||||
><img
|
|
||||||
src="/assets/images/buttons/fsky.png"
|
|
||||||
alt="FSKY.io button."
|
|
||||||
/></a>
|
|
||||||
<!--ari button-->
|
|
||||||
<a
|
|
||||||
href="https://ari.lt/"
|
|
||||||
title="ari-web badge"
|
|
||||||
aria-label="Visit ari-web"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/ari.png"
|
|
||||||
loading="lazy"
|
|
||||||
alt="ari-web badge"
|
|
||||||
height="31"
|
|
||||||
width="88"
|
|
||||||
role="presentation"
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
<!--telepath button-->
|
|
||||||
<a href="https://telepath.im">
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/telepath.png"
|
|
||||||
alt="Telepath.im butoon"
|
|
||||||
/></a>
|
|
||||||
<!--Nyx button-->
|
|
||||||
<a href="https://nyx.everypizza.im">
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/nyx.png"
|
|
||||||
alt="Nyx everypizza button."
|
|
||||||
/></a>
|
|
||||||
<!-- Aleksey kon button -->
|
|
||||||
<a href="https://aleksey-kon-games.fsky.io/">
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/aleksey.png"
|
|
||||||
alt="aleksey kon games button"
|
|
||||||
/></a>
|
|
||||||
<!-- k327 button -->
|
|
||||||
<a href="https://k327.eu/">
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/k327.png"
|
|
||||||
alt="k327.eu button"
|
|
||||||
/></a>
|
|
||||||
<!-- Trace button -->
|
|
||||||
<a href="https://vaporwavefox.neocities.org">
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/trace.png"
|
|
||||||
alt="Trace button"
|
|
||||||
/></a>
|
|
||||||
<!-- Zayd button-->
|
|
||||||
<a href="https://zayd.fsky.io">
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/zayd.png"
|
|
||||||
alt="Zayd button"
|
|
||||||
/></a>
|
|
||||||
<!-- Authen button-->
|
|
||||||
<a href="https://authenyo.xyz">
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/authen.gif"
|
|
||||||
alt="Authen button"
|
|
||||||
/></a>
|
|
||||||
<!-- End of the website buttons -->
|
|
||||||
<br />
|
|
||||||
<h4><br />Other buttons:</h4>
|
|
||||||
<!--Firefox button-->
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/firefox.gif"
|
|
||||||
alt="Tested on Firefox button"
|
|
||||||
/>
|
|
||||||
<!--Works on every browser button-->
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/any_browser.gif"
|
|
||||||
alt="Works on any browser button."
|
|
||||||
/>
|
|
||||||
<!--Made for dark mode button-->
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/dark-mode.gif"
|
|
||||||
alt="Made for darkmode button."
|
|
||||||
/>
|
|
||||||
<!--Runs on freeBSD button-->
|
|
||||||
<img
|
|
||||||
src="/assets/images/buttons/freebsd.gif"
|
|
||||||
alt="Runs on freeBSD button."
|
|
||||||
/>
|
|
||||||
<br />
|
|
||||||
<br /><a href="/">Back to the main page</a>
|
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
Purplebored © 2023-2025 |
|
|
||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
|
||||||
>Source code</a
|
|
||||||
>
|
|
||||||
| <a href="/pages/contact.html">Contact Me</a> |
|
|
||||||
<a href="/pages/mirrors.html">Tor, Ygg & Mirrors</a> |
|
|
||||||
<a href="/pages/font.html">Font</a> |
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
|
||||||
</html>
|
|
||||||
152
pages/buttons.xhtml
Normal file
152
pages/buttons.xhtml
Normal file
@@ -0,0 +1,152 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
|
<meta name="og:url" content="https://purplebored.pl/pages/buttons.xhtml" />
|
||||||
|
<meta name="og:title" content="Buttons" />
|
||||||
|
<meta name="og:description" content="Purplebored 88x31s :-)" />
|
||||||
|
<meta name="description" content="Purplebored 88x31s :-)" />
|
||||||
|
<meta name="keywords" content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, 88x31" />
|
||||||
|
<meta name="color-scheme" content="dark" />
|
||||||
|
<meta name="theme-color" content="black" />
|
||||||
|
|
||||||
|
<title>=Buttons=</title>
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content1" style="text-align: center; margin: 0 auto">
|
||||||
|
<h3>=== Buttons ===</h3>
|
||||||
|
Ah yes 88x31 also known as buttons, a staple in personal websites
|
||||||
|
I would say. They are so cool in my opinion and I love having
|
||||||
|
them. I even have my own 88x31 which you can download
|
||||||
|
<a href="/assets/images/buttons/Purplebored_button.png" target="_blank">
|
||||||
|
Here!
|
||||||
|
</a>
|
||||||
|
<br />
|
||||||
|
(you can also just use that link instead of downloading the
|
||||||
|
button. That would be even better actually because if I update my
|
||||||
|
button it's going to automaticly update on your website.)
|
||||||
|
<br />
|
||||||
|
<h4>Website 88x31s:<br /></h4>
|
||||||
|
<!-- All the website buttons -->
|
||||||
|
<!--My personal website button-->
|
||||||
|
<a href="https://purplebored.pl/" target="_blank">
|
||||||
|
<img src="/assets/images/buttons/Purplebored_button.png"
|
||||||
|
alt="My button"/>
|
||||||
|
</a>
|
||||||
|
<!--Unpato writing button-->
|
||||||
|
<a href="https://unpato.neocities.org/" target="_blank">
|
||||||
|
<img src="/assets/images/buttons/unpato.png"
|
||||||
|
alt="Unpato writing Button"/>
|
||||||
|
</a>
|
||||||
|
<!--tobskep button-->
|
||||||
|
<a href="https://tobskep.com/" target="_blank">
|
||||||
|
<img src="/assets/images/buttons/tobskep.gif"
|
||||||
|
alt="Tobskeep button."/>
|
||||||
|
</a>
|
||||||
|
<!--eclipse.cx button-->
|
||||||
|
<a href="https://eclipse.cx" target="_blank">
|
||||||
|
<img src="/assets/images/buttons/eclipsecx.png"
|
||||||
|
alt="Eclipse Comunity Button"/>
|
||||||
|
</a>
|
||||||
|
<!--aagaming button-->
|
||||||
|
<a href="https://aagaming.me/" target="_blank">
|
||||||
|
<img src="/assets/images/buttons/aagaming.png"
|
||||||
|
alt="AAgamings button." />
|
||||||
|
</a>
|
||||||
|
<!--mcneb10 button-->
|
||||||
|
<a href="https://themcgovern.net" target="_blank">
|
||||||
|
<img src="/assets/images/buttons/mcneb10.gif"
|
||||||
|
alt="Mcneb10 button." />
|
||||||
|
</a>
|
||||||
|
<!--georgemoody button-->
|
||||||
|
<a href="htttps://moody.im/">
|
||||||
|
<img border="1"
|
||||||
|
src="/assets/images/buttons/georgemoody.png"
|
||||||
|
alt="georgemoody button."/>
|
||||||
|
</a>
|
||||||
|
<!--Xameren button-->
|
||||||
|
<a href="https://xameren.fsky.io">
|
||||||
|
<img src="/assets/images/buttons/xameren.png"
|
||||||
|
alt="Xamern button." />
|
||||||
|
</a>
|
||||||
|
<!--fsky.io button-->
|
||||||
|
<a href="https://fsky.io">
|
||||||
|
<img src="/assets/images/buttons/fsky.png"
|
||||||
|
alt="FSKY.io button."/>
|
||||||
|
</a>
|
||||||
|
<!--ari button-->
|
||||||
|
<a href="https://ari.lt/"
|
||||||
|
title="ari-web badge"
|
||||||
|
rel="noopener noreferrer">
|
||||||
|
<img src="/assets/images/buttons/ari.png"
|
||||||
|
alt="ari-web badge" />
|
||||||
|
</a>
|
||||||
|
<!--telepath button-->
|
||||||
|
<a href="https://telepath.im">
|
||||||
|
<img src="/assets/images/buttons/telepath.png"
|
||||||
|
alt="Telepath.im button"/>
|
||||||
|
</a>
|
||||||
|
<!--Nyx button-->
|
||||||
|
<a href="https://nyx.everypizza.im">
|
||||||
|
<img src="/assets/images/buttons/nyx.png"
|
||||||
|
alt="Nyx everypizza button."/>
|
||||||
|
</a>
|
||||||
|
<!-- Aleksey kon button -->
|
||||||
|
<a href="https://aleksey-kon-games.fsky.io/">
|
||||||
|
<img src="/assets/images/buttons/aleksey.png"
|
||||||
|
alt="aleksey kon games button" />
|
||||||
|
</a>
|
||||||
|
<!-- k327 button -->
|
||||||
|
<a href="https://k327.eu/">
|
||||||
|
<img src="/assets/images/buttons/k327.png"
|
||||||
|
alt="k327.eu button"/>
|
||||||
|
</a>
|
||||||
|
<!-- Trace button -->
|
||||||
|
<a href="https://vaporwavefox.neocities.org">
|
||||||
|
<img src="/assets/images/buttons/trace.png"
|
||||||
|
alt="Trace button"/>
|
||||||
|
</a>
|
||||||
|
<!-- Zayd button-->
|
||||||
|
<a href="https://zayd.fsky.io">
|
||||||
|
<img src="/assets/images/buttons/zayd.png"
|
||||||
|
alt="Zayd button" />
|
||||||
|
</a>
|
||||||
|
<!-- Authen button-->
|
||||||
|
<a href="https://authenyo.xyz">
|
||||||
|
<img src="/assets/images/buttons/authen.gif"
|
||||||
|
alt="Authen button" />
|
||||||
|
</a>
|
||||||
|
<!-- End of the website buttons -->
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<h4>Other buttons:</h4>
|
||||||
|
<!--Firefox button-->
|
||||||
|
<img src="/assets/images/buttons/firefox.gif"
|
||||||
|
alt="Tested on Firefox button" />
|
||||||
|
<!--Works on every browser button-->
|
||||||
|
<img src="/assets/images/buttons/any_browser.gif"
|
||||||
|
alt="Works on any browser button." />
|
||||||
|
<!--Made for dark mode button-->
|
||||||
|
<img src="/assets/images/buttons/dark-mode.gif"
|
||||||
|
alt="Made for darkmode button." />
|
||||||
|
<!--Runs on freeBSD button-->
|
||||||
|
<img src="/assets/images/buttons/freebsd.gif"
|
||||||
|
alt="Runs on FreeBSD button." />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<a href="/index.xhtml">Back to the main page</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
Purplebored © 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 & Mirrors</a> |
|
||||||
|
<a href="/pages/font.xhtml">Font</a> |
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
||||||
|
</html>
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://purplebored.pl/pages/contact.html" />
|
|
||||||
<meta property="og:title" content="Contact" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Purplebored contacts :-)"
|
|
||||||
/>
|
|
||||||
<meta property="description" content="Purplebored contacts :-)" />
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact"
|
|
||||||
/>
|
|
||||||
<meta name="color-scheme" content="dark" />
|
|
||||||
<meta name="theme-color" content="black" />
|
|
||||||
|
|
||||||
<title>=Contact Me=</title>
|
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="content1">
|
|
||||||
<center>
|
|
||||||
<h2>=== Contact Me ===</h2>
|
|
||||||
<h4>Here are some ways to get in touch with me.</h4>
|
|
||||||
Signal: @alek.69<br />
|
|
||||||
Telegram: @purplebored
|
|
||||||
Matrix: purplebored:telepath.im<br />
|
|
||||||
Matrix(alt): mokosh:inamatrix.xyz<br />
|
|
||||||
Email: purplebored(at)posteo.com<br />
|
|
||||||
XMPP: niko(at)telepath.im<br />
|
|
||||||
<p>
|
|
||||||
I would prefer to be contacted by Email or XMPP. The other
|
|
||||||
options are fine but I check my email and XMPP the most.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Also if you are contacting me over email or XMPP please use
|
|
||||||
PGP if you can in both cases!
|
|
||||||
<a
|
|
||||||
href="/0CB52690CD644413EF66A21CAEF2F9A8C0334670.asc"
|
|
||||||
target="_blank"
|
|
||||||
>You can get my public key here!</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<br />
|
|
||||||
<h3><a href="/">Back to the main page</a></h3>
|
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
Purplebored © 2023-2025 |
|
|
||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
|
||||||
>Source code</a
|
|
||||||
>
|
|
||||||
| <a href="/pages/contact.html">Contact Me</a> |
|
|
||||||
<a href="/pages/mirrors.html">Tor, Ygg & Mirrors</a> |
|
|
||||||
<a href="/pages/font.html">Font</a> |
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
52
pages/contact.xhtml
Normal file
52
pages/contact.xhtml
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
|
<meta name="og:url" content="https://purplebored.pl/pages/contact.xhtml" />
|
||||||
|
<meta name="og:title" content="Contact" />
|
||||||
|
<meta name="og:description" content="Purplebored contacts :-)" />
|
||||||
|
<meta name="description" content="Purplebored contacts :-)" />
|
||||||
|
<meta name="keywords" content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact" />
|
||||||
|
<meta name="color-scheme" content="dark" />
|
||||||
|
<meta name="theme-color" content="black" />
|
||||||
|
|
||||||
|
<title>=Contact Me=</title>
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content1" style="text-align: center; margin: 0 auto">
|
||||||
|
<h2>=== Contact Me ===</h2>
|
||||||
|
<h4>Here are some ways to get in touch with me.</h4>
|
||||||
|
Signal: @alek.69<br />
|
||||||
|
Telegram: @purplebored
|
||||||
|
Matrix: purplebored:telepath.im<br />
|
||||||
|
Matrix(alt): mokosh:inamatrix.xyz<br />
|
||||||
|
Email: purplebored(at)posteo.com<br />
|
||||||
|
XMPP: niko(at)telepath.im<br />
|
||||||
|
<p>
|
||||||
|
I would prefer to be contacted by Email or XMPP. The other
|
||||||
|
options are fine but I check my email and XMPP the most.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Also if you are contacting me over email or XMPP please use
|
||||||
|
PGP if you can in both cases!
|
||||||
|
<a href="/0CB52690CD644413EF66A21CAEF2F9A8C0334670.asc"
|
||||||
|
target="_blank">
|
||||||
|
You can get my public key here!
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<br />
|
||||||
|
<h3><a href="/index.xhtml">Back to the main page</a></h3>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
Purplebored © 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 & Mirrors</a> |
|
||||||
|
<a href="/pages/font.xhtml">Font</a> |
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://purplebored.pl/pages/contact.html" />
|
|
||||||
<meta property="og:title" content="Contact" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Purplebored contacts :-)"
|
|
||||||
/>
|
|
||||||
<meta property="description" content="Purplebored contacts :-)" />
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact"
|
|
||||||
/>
|
|
||||||
<meta name="color-scheme" content="dark" />
|
|
||||||
<meta name="theme-color" content="black" />
|
|
||||||
|
|
||||||
<title>=Contact Me=</title>
|
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="content1">
|
|
||||||
<center>
|
|
||||||
<h2>=== The font I am using ===</h2>
|
|
||||||
<p>
|
|
||||||
IBM VGA 9x16 font by VileR. (I found it on 4d2.org and realy liked it lol)
|
|
||||||
<a href="https://int10h.org/oldschool-pc-fonts/#-"
|
|
||||||
>Link</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<br />
|
|
||||||
<h3><a href="/">Back to the main page</a></h3>
|
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
Purplebored © 2023-2025 |
|
|
||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
|
||||||
>Source code</a
|
|
||||||
>
|
|
||||||
| <a href="/pages/contact.html">Contact Me</a> |
|
|
||||||
<a href="/pages/mirrors.html">Tor, Ygg & Mirrors</a> |
|
|
||||||
<a href="/pages/font.html">Font</a> |
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
37
pages/font.xhtml
Normal file
37
pages/font.xhtml
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
|
<meta name="og:url" content="https://purplebored.pl/pages/contact.xhtml" />
|
||||||
|
<meta name="og:title" content="Contact" />
|
||||||
|
<meta name="og:description" content="Purplebored contacts :-)" />
|
||||||
|
<meta name="description" content="Purplebored contacts :-)" />
|
||||||
|
<meta name="keywords" content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact" />
|
||||||
|
<meta name="color-scheme" content="dark" />
|
||||||
|
<meta name="theme-color" content="black" />
|
||||||
|
|
||||||
|
<title>=Font=</title>
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content1" style="text-align: center; margin: 0 auto">
|
||||||
|
<h2>=== The font I am using ===</h2>
|
||||||
|
<p>
|
||||||
|
IBM VGA 9x16 font by VileR. (I found it on 4d2.org and realy liked it lol)
|
||||||
|
<a href="https://int10h.org/oldschool-pc-fonts/#-">Link</a>
|
||||||
|
</p>
|
||||||
|
<br />
|
||||||
|
<h3><a href="/">Back to the main page</a></h3>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
Purplebored © 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 & Mirrors</a> |
|
||||||
|
<a href="/pages/font.xhtml">Font</a> |
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,64 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:url"
|
|
||||||
content="https://purplebored.pl/pages/guides.html"
|
|
||||||
/>
|
|
||||||
<meta property="og:title" content="Guides" />
|
|
||||||
<meta property="og:description" content="A few nerdy guides fr" />
|
|
||||||
<meta property="description" content="A few nerdy guides fr" />
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, guides"
|
|
||||||
/>
|
|
||||||
<meta name="color-scheme" content="dark" />
|
|
||||||
<meta name="theme-color" content="black" />
|
|
||||||
|
|
||||||
<title>=Purple Guides=</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-logo2"><center>
|
|
||||||
_____ _ _
|
|
||||||
/ ____| (_) | |
|
|
||||||
| | __ _ _ _ __| | ___ ___
|
|
||||||
| | |_ | | | | |/ _` |/ _ \/ __|
|
|
||||||
| |__| | |_| | | (_| | __/\__ \
|
|
||||||
\_____|\__,_|_|\__,_|\___||___/
|
|
||||||
|
|
||||||
|
|
||||||
</center></pre>
|
|
||||||
|
|
||||||
<div class="content2">
|
|
||||||
<h3><center>=== Info ===</center></h3>
|
|
||||||
<p>
|
|
||||||
Below you’ll find all the guides I’ve written. Each guide is
|
|
||||||
available for download as a PDF or .docx file. Download links
|
|
||||||
are located at the top of each guide.
|
|
||||||
</p>
|
|
||||||
<center>
|
|
||||||
<h3>=== Categories: ===</h3>
|
|
||||||
<h4><a>XMPP (Coming One day.)</a></h4>
|
|
||||||
<h4><a>PGP (Coming One day.)</a></h4>
|
|
||||||
<br />
|
|
||||||
<h3><a href="/">Back to the home page</a></h3>
|
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
Purplebored © 2023-2025 |
|
|
||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
|
||||||
>Source code</a
|
|
||||||
>
|
|
||||||
| <a href="/pages/contact.html">Contact Me</a> |
|
|
||||||
<a href="/pages/mirrors.html">Tor, Ygg & Mirrors</a> |
|
|
||||||
<a href="/pages/font.html">Font</a> |
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
|
||||||
53
pages/guides.xhtml
Normal file
53
pages/guides.xhtml
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
|
<meta name="og:url" content="https://purplebored.pl/pages/contact.xhtml" />
|
||||||
|
<meta name="og:title" content="Contact" />
|
||||||
|
<meta name="og:description" content="Purplebored contacts :-)" />
|
||||||
|
<meta name="description" content="Purplebored contacts :-)" />
|
||||||
|
<meta name="keywords" content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact" />
|
||||||
|
<meta name="color-scheme" content="dark" />
|
||||||
|
<meta name="theme-color" content="black" />
|
||||||
|
|
||||||
|
<title>=Purple Guides=</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-logo2" style="text-align: center; margin: 0 auto">
|
||||||
|
_____ _ _
|
||||||
|
/ ____| (_) | |
|
||||||
|
| | __ _ _ _ __| | ___ ___
|
||||||
|
| | |_ | | | | |/ _` |/ _ \/ __|
|
||||||
|
| |__| | |_| | | (_| | __/\__ \
|
||||||
|
\_____|\__,_|_|\__,_|\___||___/
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<div class="content2" style="text-align: center; margin: 0 auto">
|
||||||
|
<h3>=== Info ===</h3>
|
||||||
|
<p>
|
||||||
|
Below you’ll find all the guides I’ve written. Each guide is
|
||||||
|
available for download as a PDF or .docx file. Download links
|
||||||
|
are located at the top of each guide.
|
||||||
|
</p>
|
||||||
|
<h3>=== Categories: ===</h3>
|
||||||
|
<h4><a>XMPP (Coming One day.)</a></h4>
|
||||||
|
<h4><a>PGP (Coming One day.)</a></h4>
|
||||||
|
<br />
|
||||||
|
<h3><a href="/index.xhtml">Back to the home page</a></h3>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
Purplebored © 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 & Mirrors</a> |
|
||||||
|
<a href="/pages/font.xhtml">Font</a> |
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://purplebored.pl/pages/buttons.html" />
|
|
||||||
<meta property="og:title" content="Mirrors" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Purplebored mirrors"
|
|
||||||
/>
|
|
||||||
<meta property="description" content="Purplebored mirrors :-)" />
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, mirrors"
|
|
||||||
/>
|
|
||||||
<meta name="color-scheme" content="dark" />
|
|
||||||
<meta name="theme-color" content="black" />
|
|
||||||
|
|
||||||
<title>=Mirrors=</title>
|
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="content1">
|
|
||||||
<center>
|
|
||||||
<h2>=== Mirrors ===</h2>
|
|
||||||
<p>
|
|
||||||
Here is a list of my website mirrors and my tor site.
|
|
||||||
</p>
|
|
||||||
Main URL:
|
|
||||||
<a href="https://purplebored.pl">https://purplebored.pl (Main site hosted by me)</a
|
|
||||||
><br />
|
|
||||||
Mirror 1 URL:
|
|
||||||
<a href="https://niko.fsky.io">https://niko.fsky.io (Hosted on fsky.io)</a><br />
|
|
||||||
Ygg site:
|
|
||||||
<a href="http://[300:5506:25eb:d0d9:1000:1000:1000:1002]/">http://[300:5506:25eb:d0d9:1000:1000:1000:1002]/ (Hosted on Midgard)</a><br />
|
|
||||||
Tor:
|
|
||||||
<a
|
|
||||||
href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/"
|
|
||||||
>http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/ (Hosted on fsky.io)</a
|
|
||||||
>
|
|
||||||
<br />
|
|
||||||
Tor 2:
|
|
||||||
<a
|
|
||||||
href="http://purplebored.midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/"
|
|
||||||
>purplebored.midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/ (Hosted on Midgard)</a
|
|
||||||
>
|
|
||||||
<br />
|
|
||||||
<h4>== Links to the hosts ==</h4>
|
|
||||||
|
|
||||||
fsky.io <a
|
|
||||||
href="https://fsky.io">(Clearnet)</a
|
|
||||||
><br />
|
|
||||||
Midgard <a
|
|
||||||
href="http://[200:5506:25eb:d0d9:4c64:92a6:42a6:f4b0]/">(Yggdrasil)</a
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion"> (Tor)</a
|
|
||||||
>
|
|
||||||
<br />
|
|
||||||
<h3><a href="/">Back to the home page</a></h3>
|
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
Purplebored © 2023-2025 |
|
|
||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
|
||||||
>Source code</a
|
|
||||||
>
|
|
||||||
| <a href="/pages/contact.html">Contact Me</a> |
|
|
||||||
<a href="/pages/mirrors.html">Tor, Ygg & Mirrors</a> |
|
|
||||||
<a href="/pages/font.html">Font</a> |
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
60
pages/mirrors.xhtml
Normal file
60
pages/mirrors.xhtml
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
<!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" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
|
<meta name="og:url" content="https://purplebored.pl/pages/contact.xhtml" />
|
||||||
|
<meta name="og:title" content="Contact" />
|
||||||
|
<meta name="og:description" content="Purplebored contacts :-)" />
|
||||||
|
<meta name="description" content="Purplebored contacts :-)" />
|
||||||
|
<meta name="keywords" content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact" />
|
||||||
|
<meta name="color-scheme" content="dark" />
|
||||||
|
<meta name="theme-color" content="black" />
|
||||||
|
|
||||||
|
<title>=Font=</title>
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content1" style="text-align: center; margin: 0 auto">
|
||||||
|
<h2>=== Mirrors ===</h2>
|
||||||
|
<p>
|
||||||
|
Here is a list of my website mirrors and my tor site.
|
||||||
|
</p>
|
||||||
|
Main URL:
|
||||||
|
<a href="https://purplebored.pl">https://purplebored.pl (Main site hosted by me)</a>
|
||||||
|
<br />
|
||||||
|
Mirror 1 URL:
|
||||||
|
<a href="https://niko.fsky.io">https://niko.fsky.io (Hosted on fsky.io)</a><br />
|
||||||
|
Ygg site:
|
||||||
|
<a href="http://[300:5506:25eb:d0d9:1000:1000:1000:1002]/">http://[300:5506:25eb:d0d9:1000:1000:1000:1002]/ (Hosted on Midgard)</a>
|
||||||
|
<br />
|
||||||
|
Tor:
|
||||||
|
<a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/">
|
||||||
|
http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/ (Hosted on fsky.io)
|
||||||
|
</a>
|
||||||
|
<br />
|
||||||
|
Tor 2:
|
||||||
|
<a href="http://purplebored.midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">
|
||||||
|
purplebored.midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/ (Hosted on Midgard)
|
||||||
|
</a>
|
||||||
|
<br />
|
||||||
|
<h4>== Links to the hosts ==</h4>
|
||||||
|
|
||||||
|
fsky.io <a href="https://fsky.io">(Clearnet)</a><br />
|
||||||
|
Midgard <a href="http://[200:5506:25eb:d0d9:4c64:92a6:42a6:f4b0]/">(Yggdrasil)</a>
|
||||||
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion"> (Tor)</a>
|
||||||
|
<br />
|
||||||
|
<h3><a href="/">Back to the home page</a></h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
Purplebored © 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 & Mirrors</a> |
|
||||||
|
<a href="/pages/font.xhtml">Font</a> |
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user