diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 9cd3f72..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/games/
-/blogs/blog.html
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
old mode 100644
new mode 100755
index ad4e605..2243cea
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,15 +1,15 @@
-## Contributing
-
-Thank you for considering contributing to this website! If you find a typo or a bug, or if you have an idea for an improvement, i welcome your contributions. To ensure a smooth process, please follow this quick guide:
-
-
-### Quick Guide to Contributing
-
-1. Fork the repository and clone it to your local machine.
-3. Make your changes, following the coding conventions and guidelines.
-4. Run the website and check for any issues.
-5. Commit your changes with a commit messages.
-6. Push your changes to your forked repository.
-7. Submit a pull request to the main repository, explaining the purpose and details of your changes.
-
-I appreciate your interest in contributing to my small website! Your contributions will be reviewed and, if accepted, merged into the main codebase.
+## Contributing
+
+Thank you for considering contributing to this website! If you find a typo or a bug, or if you have an idea for an improvement, i welcome your contributions. To ensure a smooth process, please follow this quick guide:
+
+
+### Quick Guide to Contributing
+
+1. Fork the repository and clone it to your local machine.
+3. Make your changes, following the coding conventions and guidelines.
+4. Run the website and check for any issues.
+5. Commit your changes with a commit messages.
+6. Push your changes to your forked repository.
+7. Submit a pull request to the main repository, explaining the purpose and details of your changes.
+
+I appreciate your interest in contributing to my small website! Your contributions will be reviewed and, if accepted, merged into the main codebase.
diff --git a/LICENSE b/LICENSE
new file mode 100755
index 0000000..43e91eb
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,203 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
index 7e1d45f..6d50dc6
--- a/README.md
+++ b/README.md
@@ -1,39 +1,23 @@
-## purplebored.pl
-If u here on github please dont commit here. Commit on my Codeberg cause i have only sync from codeberg to github thx thx! [Codeberg](https://codeberg.org/purplebored)
-
-Welcome to my personal website, located at https://purplebored.pl/
-This is a simple and goofy website that serves as my personal space on the internet.
-
-Catalog of Main Sites:
-----------------------
-- New Site:
-https://purplebored.pl/
-- Old site:
-https://purplebored.pl/old
-
-To Do:
-------------
-I have a seprete todo file now! So you can track what i am planning to add.
-
-Contributing
-------------
-Please read the contribution thingy which is located in the "CONTRIBUTING.md" file before making any contributions to this project.
-
-License Information
--------------------
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-(So much yap abt a license ong)
-
-FAQ:
-----
-Idk i havent recive any questions lmfao
\ No newline at end of file
+## purplebored.pl
+
+Welcome to my personal website, located at https://purplebored.pl !
+This is a simple and goofy website that serves as my personal space on the internet. (Such fancy wording ik)
+
+Contributing
+------------
+Please read the contribution thingy which is located in the "CONTRIBUTING.md" file before making any contributions to this project.
+
+License Information
+-------------------
+Licensed under the [Apache License, Version 2.0](LICENSE)
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License. For the full licene chcek out the LICENSE file
+(So much yap abt a license ong)
diff --git a/articles.html b/articles.html
new file mode 100755
index 0000000..30b5f39
--- /dev/null
+++ b/articles.html
@@ -0,0 +1,28 @@
+
+
+
+
+ =My cool PDA=
+
+
+
+
+
+
+
+
=== Articles: ===
+
So This is where i gonna write Articels/Posts/Blogs, I still can't really decide how to name this. And i gotta admit i took quite a lot inspiration from digdeeper.club but i will try my best to do my own thing. So i won't be only do Privacy stuff here.
For now there is nothing really here just some small stuff i wrote when i was bored i don't really have the skill to write something good so i just write some short stuff on here which i like. Now i think about it these are just small blog posts lmfao. Well too lazy to change the name now!
+
+
+
+
+
\ No newline at end of file
diff --git a/articles/pda.html b/articles/pda.html
new file mode 100755
index 0000000..c39b471
--- /dev/null
+++ b/articles/pda.html
@@ -0,0 +1,33 @@
+
+
+
+
+ =My cool PDA=
+
+
+
+
+
+
+
+
=== My Cool PDA ===
+So yeah just wanted to share about my Palm Tungsten W PDA! It's Probably one of my most favorite tech item i own.
+
+
As you can see from the picture it's quite in a neat condition too(Or you may not cause i compresed this image asf)!
+
+
The device is sadly simlocked so i can't use the conectivity of it :(. But somehow the Palm comunity is quite big and impresive with there being even an entire archive of apps for palm os HECK there are even new apps being developed!
+ Connecting It to Windows is a pain tough cause the software for it is like 20 years old and you can feel it was designed for Windows XP machines lol. I mean to even get it working on windows 10/11 You need to download special sketchy USB drivers!
+ But after doing all that it works "fine". Still not as reliable as a actuall XP PC/VM sadly.
+
+
The PDA also includes a nice dock for it. But sometimes it can disconect at the slightest touch. But that might be age issue.
+ Software wise it's fine nothing special just normal PDA software with Memos,Calls,Notes sadly no solitaire pre installed :( but mananged to download and crack one version of solitare.
+Sadly the PDA only includes a SMALL amount of storage. and i mean SMALL like a few kilo bytes if not bytes. Everything is stored in RAM ... so if you keep your PDA not synced with your desktop AND you forget to charge it for a week you can say goodbye to your data.
+ Also even the keyboard is quite a meh expireince. I would everyday choose a cheap late blackbery keyboard over this one. Also even for a almost 20 year old device at this point the batter life is quite good.
+Not the best i seen but also not the worst. Quite suprising actually.
+ And i mean i also heard that Palm OS is quite capable even heard stories of people running IRC clients using it lol.
+ But well without sim unlocking it i can't really do anything :( So if anyone has a safe way of simunlocking it please contact me!!! I will deffintly do some fun stuff while i can use 2G!
+ Back to the main page
+
+
+
+
\ No newline at end of file
diff --git a/assets/images/amd_powered.gif b/assets/images/amd_powered.gif
deleted file mode 100644
index 344cda4..0000000
Binary files a/assets/images/amd_powered.gif and /dev/null differ
diff --git a/assets/images/buttons/Purplebored_button.png b/assets/images/buttons/Purplebored_button.png
new file mode 100755
index 0000000..c06b7f5
Binary files /dev/null and b/assets/images/buttons/Purplebored_button.png differ
diff --git a/assets/images/buttons/aagaming.png b/assets/images/buttons/aagaming.png
new file mode 100755
index 0000000..1ffc6ca
Binary files /dev/null and b/assets/images/buttons/aagaming.png differ
diff --git a/assets/images/buttons/any_browser.gif b/assets/images/buttons/any_browser.gif
new file mode 100755
index 0000000..662fd0c
Binary files /dev/null and b/assets/images/buttons/any_browser.gif differ
diff --git a/assets/images/buttons/dark-mode.gif b/assets/images/buttons/dark-mode.gif
new file mode 100755
index 0000000..3171661
Binary files /dev/null and b/assets/images/buttons/dark-mode.gif differ
diff --git a/assets/images/buttons/eclipsecx.png b/assets/images/buttons/eclipsecx.png
new file mode 100755
index 0000000..f399319
Binary files /dev/null and b/assets/images/buttons/eclipsecx.png differ
diff --git a/assets/images/firefox4.gif b/assets/images/buttons/firefox.gif
old mode 100644
new mode 100755
similarity index 100%
rename from assets/images/firefox4.gif
rename to assets/images/buttons/firefox.gif
diff --git a/assets/images/buttons/freebsd.gif b/assets/images/buttons/freebsd.gif
new file mode 100755
index 0000000..cd41141
Binary files /dev/null and b/assets/images/buttons/freebsd.gif differ
diff --git a/assets/images/buttons/html4.png b/assets/images/buttons/html4.png
new file mode 100755
index 0000000..df9481f
Binary files /dev/null and b/assets/images/buttons/html4.png differ
diff --git a/assets/images/buttons/mcneb10.gif b/assets/images/buttons/mcneb10.gif
new file mode 100755
index 0000000..d1f95c0
Binary files /dev/null and b/assets/images/buttons/mcneb10.gif differ
diff --git a/assets/images/buttons/tobskep.gif b/assets/images/buttons/tobskep.gif
new file mode 100755
index 0000000..ce52422
Binary files /dev/null and b/assets/images/buttons/tobskep.gif differ
diff --git a/assets/images/buttons/unpato.png b/assets/images/buttons/unpato.png
new file mode 100755
index 0000000..aa38e0d
Binary files /dev/null and b/assets/images/buttons/unpato.png differ
diff --git a/assets/images/tungsten1.jpg b/assets/images/tungsten1.jpg
new file mode 100755
index 0000000..84befba
Binary files /dev/null and b/assets/images/tungsten1.jpg differ
diff --git a/assets/images/ublockorigin.png b/assets/images/ublockorigin.png
deleted file mode 100644
index c82555b..0000000
Binary files a/assets/images/ublockorigin.png and /dev/null differ
diff --git a/assets/images/underwear.gif b/assets/images/underwear.gif
deleted file mode 100644
index 7b3584a..0000000
Binary files a/assets/images/underwear.gif and /dev/null differ
diff --git a/blog.html b/blog.html
deleted file mode 100644
index 3ebe60b..0000000
--- a/blog.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- =My Blog=
-
-
-
-
-
-
- >
-
-
\ No newline at end of file
diff --git a/blogs/1.html b/blogs/1.html
deleted file mode 100644
index 0d32170..0000000
--- a/blogs/1.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- =Welcome to my Blog=
-
-
-
-
-
-Welcome to my first blog post!
-
-So yeah i will post some small blogs on here! Nothing much really just some ideas or my personal opinions on somehting.
-
-As you can see for now this is VERY basic for now. If it gets any popular i might use something like writefreely or shit like that. But for now just straight old HTML works fine for me.
-
-If you got any recomandations for this website or blog u can just send me the recomandations Here. So yeah very simple.
-
-
-
-
\ No newline at end of file
diff --git a/blogs/2.html b/blogs/2.html
deleted file mode 100644
index b5b43a3..0000000
--- a/blogs/2.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- =My small idea=
-
-
-
-
-
-So yeah i used my brain for once and i got an idea. So i decided to tell yall about it. I recently checked out neal.fun which is a very good website.
-
-And i decided that i wanna make something simlar just some small fun games which u can play in a browser. Nothing much really. Maybe some Tic tac toe with AI or snake or some shit.
-
-I was also considering maybe making a full on Text based RPG. But that's a project for a later date lol.
-
-I will probably start the work on this soon. I should have it done this year (execpt that text based RPG). I will first need to improve my JS skills cause they are really bad rn. I can barley do shit.
-
-But anyways if u got any idea for some other SIMPLE games i could do on here just send me the idea Here. and i will credit you for the idea or some shit like that.
-
-
-
-
\ No newline at end of file
diff --git a/blogs/3.html b/blogs/3.html
deleted file mode 100644
index 0e899f4..0000000
--- a/blogs/3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
- =Github a nono=
-
-
-
-
-So yeah i am bored once again so i deped deepr into the GIT provider rabbit hole. And i found quite a lot of some intresting stuff!
-
-Many of you probably use or used Github at some point in time but as it turns out ever since MS bought Github they aint the best regarding privacy and ethics wise. In this post i gonna maybe try and explain why you shouldn't use github and give some alternatives too!
-
-Most of the probelms with Github can be linked to thier AI assitant Copilot.
-
-As it turns out thier AI assitant is trained on Open source code. And open source code is not always under the Public Domain. A lot of github repos are licensed using copyleft licenses like GPL.
-And those licenes require any modification of the source code to be redistributed under the same license as the original. So for example if you want to create a fork using the source code of a project licensed under the GPL (Or any other copyleft license) you have to redistribute it under the same license as the original.
-
-
-But Copilot doesnt include any mention of the original author or does it mention anything about the license and this can lead to some issues. This is a violation of both the license terms and the intellectual property of the authors of the original code.
-
-
-The even bigger issue is the fact that you can just use a github alternative to publish your code but other people have the legal right to have thier fork of your project on Github. Which means Copilot gonna be able to scan ur code and then use it.
-
-
-But then the question might arise of what to use instead of Github. And there a are quite a few options but here i just gonna give 3. 2 Normal ones and one techinly paid.
-
-
-1. My number one alternative would be Codeberg it's probably the most popular privacy respecing Github alternative. It's also run by a Noprofit unlike github.
-2. My number two would be Gitlab it's also a quite good alternative but it's more centered for team work then just storing ur code. Still a good option tough.
-3. And the last option would be just self hosting ur own Gitea or Forgejo instance. Link to Gitea. It's quite easy to setup if you have basic linux expireince.
-
-
-
-
-
\ No newline at end of file
diff --git a/changelog.md b/changelog.md
old mode 100644
new mode 100755
index 35de813..df4d1dc
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,62 @@
-#### 09.05.2024
-- Fixed text wrapping
-- Updated the gitignore
-- Added a changelog
-- Deleted duplicate code in blog.html
+#### 03.07.2024
+Small update.
+-Added a OMENO XMPP key to my Contact me section.
+
+#### 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 "
" 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
\ No newline at end of file
diff --git a/contact.html b/contact.html
old mode 100644
new mode 100755
index 8705a0f..c7c5ba5
--- a/contact.html
+++ b/contact.html
@@ -1,23 +1,29 @@
-
-
-
- =Contact Me=
-
-
-
-
-
-
-
-So for whatever reason you want to contact me. I mean i don't know why but here are some ways to contact me!
-Signal: @alek.69
-Threema: VJDX9X66 (Preffered)
-Matrix: purplebored(at)envs.net
-Email: purplebored(at)keemail.me
-
-
-
+
+
+
+
+ =Contact Me=
+
+
+
+
+
+
+
=== Contact Me ===
+So for whatever reason you want to contact me. I mean i don't know why but here are some ways to contact me!
+
So yeah if you want to contact me using XMPP it would be prefferd if you used OMENO encryption. Here is my Fingerprint so double check in your client that you actually talking with me!
+
+
+
\ No newline at end of file
diff --git a/cool_stuff/buttons.html b/cool_stuff/buttons.html
new file mode 100755
index 0000000..298f194
--- /dev/null
+++ b/cool_stuff/buttons.html
@@ -0,0 +1,35 @@
+
+
+
+
+ =Buttons=
+
+
+
+
+
+
+
+
=== Buttons ===
+Ah yes buttons trully one thing i really miss about the current web. I mean they are still here just not as common as they used to be. I personaly really like the idea of them and i even have my own! which you can download Here!
+(you can also just use that link instead of downloading the button. That would be even better actually cause if i update my button it gonna automaticly update on your website!)
+ Well you might have expected this site to have a full on history of buttons but nah. I just wanted to share my button and share some cool buttons i found online :D
+
So here you go:
+
+
+
+ I gonna be slowly adding more buttons as i go :D
+
-===About Me===
-
-Hi welcome to my crappy website (the code behind the website looks even worse turst me). I am Niko aka Purplebored I love to troll and spread missinformation online (but not here no missinfomation here!!).
-I mostly just shitpost sometimes i try to learn programing but it never works out the most i know is just a lil bit of HTML JS and CSS and some C# and C++ (VERY basic C++ and C# lmfao). (I am also Polish so my English skill aint too good! If you see a typo you can just let me know about it or make the change yourself on Github or Codeberg)
-Wanna go to my Old site? (No idea why this is a lot better!) In that case just go Here!
-I am planning to add some random content to this website like some small reviews or some software recomandations nothing special really just yet another personal website.
-
-===Shit i self host=== btw this cool dark purple is a hyperlink ^^
-My Private Pastebin instance (Very cool!)
-My Private Zerobin instance (Privte Bin but older)
-A LibreSpeed instance using a Polish server located in Warsaw.
-A Linkstack instance i host. It's very slow cause of my hosting soultion but it works.
-
-===Content=== (That's the reviews and recomandations and shit i use)
-Software and things i use
-My Blog (!!Still learning how to blog don't hate on me!!)
-
-===My Projects=== I am not cooking rn so nothing here!
-
-===My OLD Projects=== So i had some VERY basic old projects before. I am not putting them under "My Projects" cause i am not mantaining them anymore and they are really bad lol.
-
---- neko.purplebored.pl - Well this was a very simple project which took me like 30 minutes. I did it mostly to learn some more about APIs. You can check it out here. You can read about why and how i made it here.
---- purplebored.pl (OG) - Well this was my very first website. I still like it tough. I think it looks really good for a first time with AI help. You can check it here. You can also read about why and how i made it here.
---- old.purplebored.pl - It's just a 90s themed website i did for fun. It even had a working guest book! (Which was abused to make it redirect to pornhub). You can visit it here. And to learn more just go here.
---- pass.purplebored.pl - Thank god not a password manager but a simple password generator. I did this site for fun and as a simple learning project. You can check it out here. You can also read about why and how i made it here.
---- cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can check it out here. You can also read about why and how i made it here.
-
-
+ 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 (I know i am so fancy.) I am not really that special.
+ Like actually just normal stuff. I quite like making websites like this. And I am also somewhat of a privacy advocate. I am Speaking Polish and English but i am learning Russian. Regarding programing i currently only know basic HTML but i am planning to pick up a language soon!
+ From other stuff i also know some Linux! Mostly Arch and Debian based distros. Currently using Fedora 40 with KDE!(big jump for me since i almost always used XFCE)
+
+ --neko.purplebored.pl - Well this was a very simple project mostly done for a friend and educational reasons. It took me around 30 minutes to create this. You can check it out Here!
+ --OG version of purplebored.pl - Well this was my very first public website. I still quite like it altough it was done with the help of AI and the code behind it is just a big mess. You can check it out Here!
+ --old.purplebored.pl - a 90s themed website that i created for fun! It even had a guestbook written in PHP which had to be disabled due to abuse. You can check it out Here! (It's my personal favorite btw.)
+ --pass.purplebored.pl - Well this was a simple Password generator. Just simple as that. I still quite like the desgin of it. Sadly it's just impractical to use. You can still check it out Here!
+ --cat.purplebored.pl - Well this was fully for fun an educational reasons. It was actually my first ever "project". Created it to learn how to use APIs. As always you can check it out Here!
+
+
+
+
+
+
diff --git a/old/assets/code.svg b/old/assets/code.svg
deleted file mode 100644
index 834f553..0000000
--- a/old/assets/code.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
\ No newline at end of file
diff --git a/old/assets/codeberg.svg b/old/assets/codeberg.svg
deleted file mode 100644
index f2e4f47..0000000
--- a/old/assets/codeberg.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
\ No newline at end of file
diff --git a/old/assets/discord.svg b/old/assets/discord.svg
deleted file mode 100644
index eca3bd3..0000000
--- a/old/assets/discord.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
\ No newline at end of file
diff --git a/old/assets/email.svg b/old/assets/email.svg
deleted file mode 100644
index 2586034..0000000
--- a/old/assets/email.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/old/assets/github.svg b/old/assets/github.svg
deleted file mode 100644
index f5f82ef..0000000
--- a/old/assets/github.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
\ No newline at end of file
diff --git a/old/assets/gitlab.svg b/old/assets/gitlab.svg
deleted file mode 100644
index d3a88ff..0000000
--- a/old/assets/gitlab.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
\ No newline at end of file
diff --git a/old/assets/mastodon.svg b/old/assets/mastodon.svg
deleted file mode 100644
index 0f83ccf..0000000
--- a/old/assets/mastodon.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
\ No newline at end of file
diff --git a/old/assets/matrix.svg b/old/assets/matrix.svg
deleted file mode 100644
index 31429c7..0000000
--- a/old/assets/matrix.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/old/assets/pfp.jpg b/old/assets/pfp.jpg
deleted file mode 100644
index c7b39a0..0000000
Binary files a/old/assets/pfp.jpg and /dev/null differ
diff --git a/old/easteregg/1.css b/old/easteregg/1.css
deleted file mode 100644
index ee73656..0000000
--- a/old/easteregg/1.css
+++ /dev/null
@@ -1,33 +0,0 @@
-html, body {
- height: 100%;
- margin: 0;
- padding: 0;
- overflow: hidden;
- }
-
- video {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
-
- .container {
- position: relative;
- z-index: 1;
- text-align: center;
- padding-top: 50px;
- }
-
- #instruction {
- position: fixed;
- bottom: 20px;
- left: 50%;
- transform: translateX(-50%);
- font-family: 'Noto Sans', sans-serif;
- font-size: 24px;
- color: white;
- }
-/* CSS code by Purplebored */
\ No newline at end of file
diff --git a/old/easteregg/1.html b/old/easteregg/1.html
deleted file mode 100644
index ed95e63..0000000
--- a/old/easteregg/1.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
- You found it #1
-
-
-
-
-
Click anywhere to unmute
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/old/easteregg/1.js b/old/easteregg/1.js
deleted file mode 100644
index 6939e83..0000000
--- a/old/easteregg/1.js
+++ /dev/null
@@ -1,11 +0,0 @@
-document.addEventListener("DOMContentLoaded", function() {
- var video = document.querySelector("video");
- var instruction = document.getElementById("instruction");
-
- document.addEventListener("click", function() {
- video.play();
- video.muted = false;
- instruction.style.display = "none";
- });
- });
- // JS file by purplebored
\ No newline at end of file
diff --git a/old/easteregg/1.mp4 b/old/easteregg/1.mp4
deleted file mode 100644
index 1de6e7e..0000000
Binary files a/old/easteregg/1.mp4 and /dev/null differ
diff --git a/old/easteregg/1.png b/old/easteregg/1.png
deleted file mode 100644
index 9c5dae3..0000000
Binary files a/old/easteregg/1.png and /dev/null differ
diff --git a/old/fish.png b/old/fish.png
deleted file mode 100644
index c4f63b7..0000000
Binary files a/old/fish.png and /dev/null differ
diff --git a/old/fonts/JetBrainsMono-Italic-VariableFont_wght.ttf b/old/fonts/JetBrainsMono-Italic-VariableFont_wght.ttf
deleted file mode 100644
index 914e323..0000000
Binary files a/old/fonts/JetBrainsMono-Italic-VariableFont_wght.ttf and /dev/null differ
diff --git a/old/fonts/JetBrainsMono-VariableFont_wght.ttf b/old/fonts/JetBrainsMono-VariableFont_wght.ttf
deleted file mode 100644
index d73994a..0000000
Binary files a/old/fonts/JetBrainsMono-VariableFont_wght.ttf and /dev/null differ
diff --git a/old/fonts/JetBrainsMono[wght].ttf b/old/fonts/JetBrainsMono[wght].ttf
deleted file mode 100644
index b60e77f..0000000
Binary files a/old/fonts/JetBrainsMono[wght].ttf and /dev/null differ
diff --git a/old/fonts/Mona-Sans.ttf b/old/fonts/Mona-Sans.ttf
deleted file mode 100644
index 446c86d..0000000
Binary files a/old/fonts/Mona-Sans.ttf and /dev/null differ
diff --git a/old/fonts/PixelNES.ttf b/old/fonts/PixelNES.ttf
deleted file mode 100644
index b200219..0000000
Binary files a/old/fonts/PixelNES.ttf and /dev/null differ
diff --git a/old/fonts/Pixel_NES.eot b/old/fonts/Pixel_NES.eot
deleted file mode 100644
index 6105e67..0000000
Binary files a/old/fonts/Pixel_NES.eot and /dev/null differ
diff --git a/old/fonts/Pixel_NES.svg b/old/fonts/Pixel_NES.svg
deleted file mode 100644
index b0e90ac..0000000
--- a/old/fonts/Pixel_NES.svg
+++ /dev/null
@@ -1,455 +0,0 @@
-
-
-
diff --git a/old/fonts/Pixel_NES.woff b/old/fonts/Pixel_NES.woff
deleted file mode 100644
index 4d3cc5d..0000000
Binary files a/old/fonts/Pixel_NES.woff and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-Bold.ttf b/old/fonts/static/JetBrainsMono-Bold.ttf
deleted file mode 100644
index b748437..0000000
Binary files a/old/fonts/static/JetBrainsMono-Bold.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-BoldItalic.ttf b/old/fonts/static/JetBrainsMono-BoldItalic.ttf
deleted file mode 100644
index 0091142..0000000
Binary files a/old/fonts/static/JetBrainsMono-BoldItalic.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-ExtraBold.ttf b/old/fonts/static/JetBrainsMono-ExtraBold.ttf
deleted file mode 100644
index 88eab2f..0000000
Binary files a/old/fonts/static/JetBrainsMono-ExtraBold.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-ExtraBoldItalic.ttf b/old/fonts/static/JetBrainsMono-ExtraBoldItalic.ttf
deleted file mode 100644
index 85e67db..0000000
Binary files a/old/fonts/static/JetBrainsMono-ExtraBoldItalic.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-ExtraLight.ttf b/old/fonts/static/JetBrainsMono-ExtraLight.ttf
deleted file mode 100644
index 1f73714..0000000
Binary files a/old/fonts/static/JetBrainsMono-ExtraLight.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-ExtraLightItalic.ttf b/old/fonts/static/JetBrainsMono-ExtraLightItalic.ttf
deleted file mode 100644
index 745b58e..0000000
Binary files a/old/fonts/static/JetBrainsMono-ExtraLightItalic.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-Italic.ttf b/old/fonts/static/JetBrainsMono-Italic.ttf
deleted file mode 100644
index 5b484dd..0000000
Binary files a/old/fonts/static/JetBrainsMono-Italic.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-Light.ttf b/old/fonts/static/JetBrainsMono-Light.ttf
deleted file mode 100644
index 296186f..0000000
Binary files a/old/fonts/static/JetBrainsMono-Light.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-LightItalic.ttf b/old/fonts/static/JetBrainsMono-LightItalic.ttf
deleted file mode 100644
index 399ede7..0000000
Binary files a/old/fonts/static/JetBrainsMono-LightItalic.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-Medium.ttf b/old/fonts/static/JetBrainsMono-Medium.ttf
deleted file mode 100644
index ad31fbd..0000000
Binary files a/old/fonts/static/JetBrainsMono-Medium.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-MediumItalic.ttf b/old/fonts/static/JetBrainsMono-MediumItalic.ttf
deleted file mode 100644
index 4f499f2..0000000
Binary files a/old/fonts/static/JetBrainsMono-MediumItalic.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-Regular.ttf b/old/fonts/static/JetBrainsMono-Regular.ttf
deleted file mode 100644
index 02bc07e..0000000
Binary files a/old/fonts/static/JetBrainsMono-Regular.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-SemiBold.ttf b/old/fonts/static/JetBrainsMono-SemiBold.ttf
deleted file mode 100644
index c3adfd3..0000000
Binary files a/old/fonts/static/JetBrainsMono-SemiBold.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-SemiBoldItalic.ttf b/old/fonts/static/JetBrainsMono-SemiBoldItalic.ttf
deleted file mode 100644
index 62d58ad..0000000
Binary files a/old/fonts/static/JetBrainsMono-SemiBoldItalic.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-Thin.ttf b/old/fonts/static/JetBrainsMono-Thin.ttf
deleted file mode 100644
index 6a6a556..0000000
Binary files a/old/fonts/static/JetBrainsMono-Thin.ttf and /dev/null differ
diff --git a/old/fonts/static/JetBrainsMono-ThinItalic.ttf b/old/fonts/static/JetBrainsMono-ThinItalic.ttf
deleted file mode 100644
index 33a23d7..0000000
Binary files a/old/fonts/static/JetBrainsMono-ThinItalic.ttf and /dev/null differ
diff --git a/old/fonts/static/Pixel_NES.eot b/old/fonts/static/Pixel_NES.eot
deleted file mode 100644
index 6105e67..0000000
Binary files a/old/fonts/static/Pixel_NES.eot and /dev/null differ
diff --git a/old/fonts/static/Pixel_NES.ttf b/old/fonts/static/Pixel_NES.ttf
deleted file mode 100644
index b200219..0000000
Binary files a/old/fonts/static/Pixel_NES.ttf and /dev/null differ
diff --git a/old/fonts/static/Pixel_NES.woff b/old/fonts/static/Pixel_NES.woff
deleted file mode 100644
index 4d3cc5d..0000000
Binary files a/old/fonts/static/Pixel_NES.woff and /dev/null differ
diff --git a/old/index.html b/old/index.html
deleted file mode 100644
index ee3d228..0000000
--- a/old/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Niko :3
-
-
-
-
-
-
-
-
This website IS OUT OF DATE. All the info on it IS out of date. Please refer to the new website for everything else.
-
-
-
-
-
-
-
-
Hi, I'm Niko...
-
-
-
-
-
About Me
-
Hi i am Niko aka Purplebored i am Currently learning C# some Ruby and russian :D. I made this site for fun you can find the source code of it on my Github. I also host some stuff like a zerobin instance privatebin instance and linkstack instance!
-Go back.
-The guestbook has been disabled due to a LOT of abuse and security reasons. If u want you can go to the last snapshot of the guestbook with all the bad stuff delted.
-To go to the snapshot just go here.
-
+Go back.
+The guestbook has been disabled due to a LOT of abuse and security reasons. If u want you can go to the last snapshot of the guestbook with all the bad stuff delted.
+To go to the snapshot just go here.
+
+ >
+
\ No newline at end of file
diff --git a/oldprojects/90s-site/index.html b/oldprojects/90s-site/index.html
old mode 100644
new mode 100755
index d26b386..50b8fe0
--- a/oldprojects/90s-site/index.html
+++ b/oldprojects/90s-site/index.html
@@ -1,95 +1,95 @@
-
-
-
- Nikos cool and epic website
-
-
-
-
-
Welcome to My Epic 8) Website!!1!!!11!
-
This is my website. It's fancy af, so better have a good cumputer!!!!!!.
-
I like to do many things like:
-
-
Listen to Nirvana Nevermind (My Favorite album)
-
PLay withDOS
-
Play Half life
-
Chat with my friends on AOL
-
-
If you want to get in touch with me, you can email! me at niko@astolfo.email.
-So this was just a simple website I did. It was 90s-themed and even worked on old Netscape. I even created a PHP guestbook for it. (Which was sadly abused.)
-I did this site mostly because I was bored, and I also wanted to have a site with a 90s theme. Fun fact, technically, it temporarily replaced my main site for a month. After a month, I created a new website.
-
-
Screenshot from the project ^^
-
- >
-
-
\ No newline at end of file
diff --git a/oldprojects/90s-site/screenshot.jpg b/oldprojects/90s-site/screenshot.jpg
old mode 100644
new mode 100755
diff --git a/oldprojects/cat/favicon.png b/oldprojects/cat/favicon.png
old mode 100644
new mode 100755
diff --git a/oldprojects/cat/index.html b/oldprojects/cat/index.html
old mode 100644
new mode 100755
index 78accb0..b3a6f81
--- a/oldprojects/cat/index.html
+++ b/oldprojects/cat/index.html
@@ -1,18 +1,18 @@
-
-
-
-
-
-
- Кот
-
-
-
Random Cat Pictures
-
-
-
-
-
+
+
+
+
+
+
+ Кот
+
+
+
Random Cat Pictures
+
+
+
+
+
\ No newline at end of file
diff --git a/oldprojects/cat/info.html b/oldprojects/cat/info.html
deleted file mode 100644
index dfc8f42..0000000
--- a/oldprojects/cat/info.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- =Info=
-
-
-
-
-
-
-
-Return to main site.===INFO===
-So yeah this was my First API project that i did. It's very simple (and ugly). It uses thecatapi. I have nothing more to say about this lol
-