Small fixes
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
|||||||
files
|
files
|
||||||
guides/xmpp
|
guides/xmpp
|
||||||
@@ -1,3 +1,7 @@
|
|||||||
|
#### 1.12.2024
|
||||||
|
Small changes nothing big.
|
||||||
|
- Updated my Matrix Username
|
||||||
|
- Added my alt Fedi account
|
||||||
#### 27.11.2024
|
#### 27.11.2024
|
||||||
- Added my PGP key (again)
|
- Added my PGP key (again)
|
||||||
- Added a mirrors page.
|
- Added a mirrors page.
|
||||||
@@ -81,4 +85,4 @@ Woah there is a lot to unpack here.
|
|||||||
- Updated the gitignore
|
- Updated the gitignore
|
||||||
- Added a changelog
|
- Added a changelog
|
||||||
- Deleted duplicate code in blog.html
|
- Deleted duplicate code in blog.html
|
||||||
- Improed the redability of the index file
|
- Improed the redability of the index file
|
||||||
|
|||||||
@@ -12,12 +12,11 @@
|
|||||||
<h2>=== Contact Me ===</h2>
|
<h2>=== Contact Me ===</h2>
|
||||||
<h4>Here are some ways to get in touch with me.</h4>
|
<h4>Here are some ways to get in touch with me.</h4>
|
||||||
Signal: @alek.69<br>
|
Signal: @alek.69<br>
|
||||||
Threema: VJDX9X66<br>
|
Matrix: purplebored:ari.lt<br>
|
||||||
Matrix: purplebored:ari.t<br>
|
|
||||||
Email: root(at)purplebored.pl<br>
|
Email: root(at)purplebored.pl<br>
|
||||||
XMPP: niko(at)telepath.im<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 email and XMPP the most.</p>
|
<p>I would prefer to be contacted by Email Or XMPP the other options are fine but I check email and XMPP the most.</p>
|
||||||
<p>Also if you are contacting me over email or XMPP please use PGP! <a href="https://meta.sr.ht/~purplebored.pgp" target="_blank">You can get it here!</a></p>
|
<p>Also if you are contacting me over email or XMPP please use PGP if you can in both cases! <a href="https://meta.sr.ht/~purplebored.pgp" target="_blank">You can get my public key here!</a></p>
|
||||||
<br>
|
<br>
|
||||||
<h3><a href="/index.html">Back to the main page</a></h3>
|
<h3><a href="/index.html">Back to the main page</a></h3>
|
||||||
</center>
|
</center>
|
||||||
|
|||||||
@@ -1,38 +1,38 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>401</title>
|
<title>401</title>
|
||||||
<link rel="icon" href="/favicon.png">
|
<link rel="icon" href="/favicon.png">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.ascii {
|
.ascii {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
top 50%;
|
top 50%;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ascii"> <center>
|
<div class="ascii"> <center>
|
||||||
_ _ ___ _
|
_ _ ___ _
|
||||||
| || | / _ \/ |
|
| || | / _ \/ |
|
||||||
| || |_| | | | |
|
| || |_| | | | |
|
||||||
|__ _| |_| | |
|
|__ _| |_| | |
|
||||||
|_| \___/|_|
|
|_| \___/|_|
|
||||||
</div>
|
</div>
|
||||||
<div class="text"> <center>
|
<div class="text"> <center>
|
||||||
401 - Unauthorized
|
401 - Unauthorized
|
||||||
<br>
|
<br>
|
||||||
<a href="../index.html">Go home!</a>
|
<a href="../index.html">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -1,38 +1,38 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403</title>
|
<title>403</title>
|
||||||
<link rel="icon" href="/favicon.png">
|
<link rel="icon" href="/favicon.png">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.ascii {
|
.ascii {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
top 50%;
|
top 50%;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ascii"> <center>
|
<div class="ascii"> <center>
|
||||||
_ _ ___ _____
|
_ _ ___ _____
|
||||||
| || | / _ \___ /
|
| || | / _ \___ /
|
||||||
| || |_| | | ||_ \
|
| || |_| | | ||_ \
|
||||||
|__ _| |_| |__) |
|
|__ _| |_| |__) |
|
||||||
|_| \___/____/
|
|_| \___/____/
|
||||||
</div>
|
</div>
|
||||||
<div class="text"> <center>
|
<div class="text"> <center>
|
||||||
403 - Forbidden
|
403 - Forbidden
|
||||||
<br>
|
<br>
|
||||||
<a href="../index.html">Go home!</a>
|
<a href="../index.html">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -1,38 +1,38 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>404</title>
|
<title>404</title>
|
||||||
<link rel="icon" href="favicon.png">
|
<link rel="icon" href="favicon.png">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.ascii {
|
.ascii {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
top 50%;
|
top 50%;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ascii"> <center>
|
<div class="ascii"> <center>
|
||||||
_ _ ___ _ _
|
_ _ ___ _ _
|
||||||
| || | / _ \| || |
|
| || | / _ \| || |
|
||||||
| || |_| | | | || |_
|
| || |_| | | | || |_
|
||||||
|__ _| |_| |__ _|
|
|__ _| |_| |__ _|
|
||||||
|_| \___/ |_|
|
|_| \___/ |_|
|
||||||
</div>
|
</div>
|
||||||
<div class="text"> <center>
|
<div class="text"> <center>
|
||||||
404 - Not Found
|
404 - Not Found
|
||||||
<br>
|
<br>
|
||||||
<a href="../index.html">Go home!</a>
|
<a href="../index.html">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -1,38 +1,38 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>500</title>
|
<title>500</title>
|
||||||
<link rel="icon" href="/favicon.png">
|
<link rel="icon" href="/favicon.png">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.ascii {
|
.ascii {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
top 50%;
|
top 50%;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ascii"> <center>
|
<div class="ascii"> <center>
|
||||||
_ _ ___ _____
|
_ _ ___ _____
|
||||||
| || | / _ \___ /
|
| || | / _ \___ /
|
||||||
| || |_| | | ||_ \
|
| || |_| | | ||_ \
|
||||||
|__ _| |_| |__) |
|
|__ _| |_| |__) |
|
||||||
|_| \___/____/
|
|_| \___/____/
|
||||||
</div>
|
</div>
|
||||||
<div class="text"> <center>
|
<div class="text"> <center>
|
||||||
500 - Internal Server Error
|
500 - Internal Server Error
|
||||||
<br>
|
<br>
|
||||||
<a href="../index.html">Go home!</a>
|
<a href="../index.html">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,38 +1,38 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>502</title>
|
<title>502</title>
|
||||||
<link rel="icon" href="/favicon.png">
|
<link rel="icon" href="/favicon.png">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.ascii {
|
.ascii {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
top 50%;
|
top 50%;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ascii"> <center>
|
<div class="ascii"> <center>
|
||||||
____ ___ ____
|
____ ___ ____
|
||||||
| ___| / _ \___ \
|
| ___| / _ \___ \
|
||||||
|___ \| | | |__) |
|
|___ \| | | |__) |
|
||||||
___) | |_| / __/
|
___) | |_| / __/
|
||||||
|____/ \___/_____|
|
|____/ \___/_____|
|
||||||
</div>
|
</div>
|
||||||
<div class="text"> <center>
|
<div class="text"> <center>
|
||||||
502 - Bad gateaway
|
502 - Bad gateaway
|
||||||
<br>
|
<br>
|
||||||
<a href="../index.html">Go home!</a>
|
<a href="../index.html">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
uhh hi! as you can see my error thingy is far from being done. This is just a temporay file to let you know if you for whatever reason are here.
|
uhh hi! as you can see my error thingy is far from being done. This is just a temporay file to let you know if you for whatever reason are here.
|
||||||
|
|
||||||
have a good day/night
|
have a good day/night
|
||||||
@@ -1,40 +1,40 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta property="og:title" content="=Purple Guides=">
|
<meta property="og:title" content="=Purple Guides=">
|
||||||
<meta property="og:description" content="A few nerdy guides fr">
|
<meta property="og:description" content="A few nerdy guides fr">
|
||||||
<title>=Purple Guides=</title>
|
<title>=Purple Guides=</title>
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Sick ascii art/logo -->
|
<!-- Sick ascii art/logo -->
|
||||||
<div class="ascii-logo2"><center>
|
<div class="ascii-logo2"><center>
|
||||||
_____ _ _
|
_____ _ _
|
||||||
/ ____| (_) | |
|
/ ____| (_) | |
|
||||||
| | __ _ _ _ __| | ___ ___
|
| | __ _ _ _ __| | ___ ___
|
||||||
| | |_ | | | | |/ _` |/ _ \/ __|
|
| | |_ | | | | |/ _` |/ _ \/ __|
|
||||||
| |__| | |_| | | (_| | __/\__ \
|
| |__| | |_| | | (_| | __/\__ \
|
||||||
\_____|\__,_|_|\__,_|\___||___/
|
\_____|\__,_|_|\__,_|\___||___/
|
||||||
|
|
||||||
|
|
||||||
</center></div>
|
</center></div>
|
||||||
|
|
||||||
<div class="content2">
|
<div class="content2">
|
||||||
<h3><center>=== Info ===</center></h3>
|
<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>
|
<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>
|
<center>
|
||||||
<h3>=== Categories: ===</h3>
|
<h3>=== Categories: ===</h3>
|
||||||
<h4><a>XMPP (Comming soon!)</a></h4>
|
<h4><a>XMPP (Comming soon!)</a></h4>
|
||||||
<h4><a>PGP (Comming 2025!)</a></h4>
|
<h4><a>PGP (Comming 2025!)</a></h4>
|
||||||
<h4><a>Privacy guides (Comming one day)</a></h4>
|
<h4><a>Privacy guides (Comming one day)</a></h4>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/socials.html">My Socials</a> | <a href="/contact.html">Contact Me</a> | <a href="../index.html">Homepage</a> |
|
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/socials.html">My Socials</a> | <a href="/contact.html">Contact Me</a> | <a href="../index.html">Homepage</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
||||||
52
mirrors.html
52
mirrors.html
@@ -1,27 +1,27 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>=Mirrors=</title>
|
<title>=Mirrors=</title>
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content1">
|
<div class="content1">
|
||||||
<center>
|
<center>
|
||||||
<h2>=== Mirrors ===</h2>
|
<h2>=== Mirrors ===</h2>
|
||||||
<p>Here is are list of my website mirrors and my tor site. Later gonna add a ygg site too!</p>
|
<p>Here is are list of my website mirrors and my tor site. Later gonna add a ygg site too!</p>
|
||||||
Main URL: <a href="https://purplebored.pl">https://purplebored.pl</a><br>
|
Main URL: <a href="https://purplebored.pl">https://purplebored.pl</a><br>
|
||||||
Mirror 1 URL: <a href="https://niko.fsky.io">https://niko.fsky.io</a><br>
|
Mirror 1 URL: <a href="https://niko.fsky.io">https://niko.fsky.io</a><br>
|
||||||
TOR: <a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/">http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/</a>
|
TOR: <a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/">http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/</a>
|
||||||
<br>
|
<br>
|
||||||
<h3> <a href="/index.html">Back to the home page</a> </h3>
|
<h3> <a href="/index.html">Back to the home page</a> </h3>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/index.html">Homepage</a> | <a href="/contact.html">Contact Me</a> |
|
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/index.html">Homepage</a> | <a href="/contact.html">Contact Me</a> |
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -12,7 +12,8 @@
|
|||||||
<center>
|
<center>
|
||||||
<h2>=== My Socials ===</h2>
|
<h2>=== My Socials ===</h2>
|
||||||
<p>As you can see I don't really like to use social media. All I use is Mastodon and by use I pretty much only shitpost on there. You can go follow me just don't expect anything quality.</p>
|
<p>As you can see I don't really like to use social media. All I use is Mastodon and by use I pretty much only shitpost on there. You can go follow me just don't expect anything quality.</p>
|
||||||
<li style="list-style-type: none;">Fediverse: (at)niko(at)ak.ari.lt</li>
|
Main fedi account: (at)20PLN(at)101010.pl<br>
|
||||||
|
Alt Fedi account: (at)purplebored(at)ak.ari.lt
|
||||||
<br>
|
<br>
|
||||||
<h3> <a href="/index.html">Back to the main page</a> </h3>
|
<h3> <a href="/index.html">Back to the main page</a> </h3>
|
||||||
</center>
|
</center>
|
||||||
|
|||||||
Reference in New Issue
Block a user