New file structure + added robots.txt

This commit is contained in:
2025-01-11 02:27:14 +01:00
parent a5caa17345
commit d412977fba
9 changed files with 14 additions and 139 deletions

View File

@@ -1,88 +0,0 @@
#### 1.12.2024
Small changes nothing big.
- Updated my Matrix Username
- Added my alt Fedi account
#### 27.11.2024
- Added my PGP key (again)
- Added a mirrors page.
- Small visual update in the guide page.
#### 26.11.2024
- Added the guide page. (the guide will come in the upcomming months)
- Changed the repo yet again (which I will revert)
- other small changes
#### 23.11.2024
Well time to finally fix this website
- Reworded some stuff
- Fix the footer color (now it's transparent instead of being black)
- Updated my contact information
- Changed the footer text on socials and contact me
#### 12.10.2024
Holly molly I havent worked on this for quite a while. Anyways this is quite a big update.
- Improved the 88x31s / Buttons page.
- Deleted some stuff from the Socials page.
- Cleaned up the code a little bit
- Removed my old projects from this site.
- Changed the ASCII art logo a little bit.
#### 27.06.2024
more sutff!
- Added a articels page and articles folder:
- added Articel file Cool stuff on index.
- Imrpoved the article on my PDA.
#### 26.06.2024
Small update :(
- Added a new button
- Fixed a small typo in index
#### 25.06.2024 (Two)
Some more changes!
- Removed the neocities mirror
- Added Margins
- Change the wording in index.html
- Removed the Linkstack instance
- Added Some comments
- Modified the todo with new stuff & delted some stupid ideas
- Removed the old website folder.
- Delted the info files which were the part of my website PRE rewwrite
- Removed the embed.jpg part
- Imrpvoed the README.md file
- Removed some Target blanks
- Improved Buttons/Badges Page
- Specified the Langauge & charset
- Added more buttons
#### 24.06.2024/25.06.2024
Woah there is a lot to unpack here.
- Added a socials page
- Rewrote index.html
- Improved style.css
- Improved Hyperlinks
- Change Git Host
- Added a buttons folder in assets/images
- Added new buttons
- Added new Category in Index.html
- Removed my Blog
- Added a neocities mirror
- Removed things.html
- Changed Readme.MD
- Improved contact.html
- Added Socials.html
- Added my own button!
- Added a whole button pages!
- Added a back to the main bage button to every page
- We do not talk about "<li style="list-style-type: none;">" if you do i gonna throw you into the sun.
- Added a new Post in cool_stuff
- And some diffrent Minor things!
- Added a License File!
#### 09.05.2024
- Fixed text wrapping
- Updated the gitignore
- Added a changelog
- Deleted duplicate code in blog.html
- Improed the redability of the index file

View File

@@ -1,40 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:title" content="=Purple Guides=">
<meta property="og:description" content="A few nerdy guides fr">
<title>=Purple Guides=</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Sick ascii art/logo -->
<div class="ascii-logo2"><center>
_____ _ _
/ ____| (_) | |
| | __ _ _ _ __| | ___ ___
| | |_ | | | | |/ _` |/ _ \/ __|
| |__| | |_| | | (_| | __/\__ \
\_____|\__,_|_|\__,_|\___||___/
</center></div>
<div class="content2">
<h3><center>=== Info ===</center></h3>
<p>Below youll find all the guides Ive 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 (Comming soon!)</a></h4>
<h4><a>PGP (Comming 2025!)</a></h4>
<h4><a>Privacy guides (Comming one day)</a></h4>
</center>
</div>
<footer>
Purplebored &copy; 2023-2025 | <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>
</body>
</html>
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->

View File

@@ -8,7 +8,7 @@
<meta property="og:description" content="Just my personal website :-)"> <meta property="og:description" content="Just my personal website :-)">
<!-- End --> <!-- End -->
<title>=Purplebored=</title> <title>=Purplebored=</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="../assets/css/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>
@@ -44,12 +44,12 @@
<h3>=== Cool Stuff ===</h3> <h3>=== Cool Stuff ===</h3>
Yeah there is not a lot of cool stuff on here lol. Yeah there is not a lot of cool stuff on here lol.
<br> <br>
<a href="/cool_stuff/buttons.html">Buttons!/88X31s!</a><br> <a href="../pages/buttons.html">Buttons!/88X31s!</a><br>
</div> </div>
<footer> <footer>
Purplebored &copy; 2023-2025 | <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="mirrors.html">TOR & Mirrors</a> | Purplebored &copy; 2023-2025 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="../pages/socials.html">My Socials</a> | <a href="../pages/contact.html">Contact Me</a> | <a href="../pages/mirrors.html">TOR & Mirrors</a> |
</footer> </footer>
</body> </body>

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>=Buttons=</title> <title>=Buttons=</title>
<link rel="stylesheet" href="https://purplebored.pl/style.css"> <link rel="stylesheet" href="../assets/css/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>
@@ -58,7 +58,7 @@ Ah yes 88x31 also known as buttons a staple in personal websites i would say. Th
</center> </center>
</div> </div>
<footer> <footer>
Purplebored &copy; 2023-2025 | <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> | Purplebored &copy; 2023-2025 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="../pages/socials.html">My Socials</a> | <a href="../pages/contact.html">Contact Me</a> |
</footer> </footer>
</body> </body>

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>=Contact Me=</title> <title>=Contact Me=</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="../assets/css/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>
@@ -22,7 +22,7 @@ XMPP: niko(at)telepath.im<br>
</center> </center>
</div> </div>
<footer> <footer>
Purplebored &copy; 2023-2025 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/socials.html">My Socials</a> | <a href="/index.html">Homepage</a> | Purplebored &copy; 2023-2025 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="../pages/socials.html">My Socials</a> | <a href="/index.html">Homepage</a> |
</footer> </footer>
</body> </body>
</html> </html>

View File

@@ -3,7 +3,7 @@
<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="../assets/css/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>
@@ -20,7 +20,7 @@
</div> </div>
<footer> <footer>
Purplebored &copy; 2023-2025 | <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 &copy; 2023-2025 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/index.html">Homepage</a> | <a href="../pages/contact.html">Contact Me</a> |
</footer> </footer>
</body> </body>

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>=Socials=</title> <title>=Socials=</title>
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="../assets/css/style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="icon" href="favicon.ico" type="image/x-icon">
</head> </head>
@@ -20,7 +20,7 @@
</div> </div>
<footer> <footer>
Purplebored &copy; 2023-2025 | <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 &copy; 2023-2025 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/index.html">Homepage</a> | <a href="../pages/contact.html">Contact Me</a> |
</footer> </footer>
</body> </body>

3
robots.txt Normal file
View File

@@ -0,0 +1,3 @@
User-agent: *
Disallow: /
Allow: /index.html