From ea9e17d2b5368fce54fa236779937d224e7dbb72 Mon Sep 17 00:00:00 2001 From: Purplebored Date: Fri, 3 May 2024 21:44:40 +0200 Subject: [PATCH] More stuff added including the old site! Site should be finished soon --- .gitignore | 2 -- CONTRIBUTING.md | 20 +++----------------- README.txt => README.md | 15 ++++++--------- contact.html | 22 ++++++++++++++++++++++ index.html | 24 +++++++++++++++++------- old | 1 + style.css | 7 ++++++- things.html | 21 +++++++++++++++++++++ 8 files changed, 76 insertions(+), 36 deletions(-) delete mode 100644 .gitignore rename README.txt => README.md (55%) create mode 100644 contact.html create mode 160000 old create mode 100644 things.html diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 840aebb..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.idea -fonts \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b75b1ba..b9b17c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,29 +2,15 @@ ## Contributing -Thank you for considering contributing to this project! If you find a typo or a bug, or if you have an idea for an improvement, we welcome your contributions. To ensure a smooth and collaborative process, please follow these guidelines: +Thank you for considering contributing to this project! If you find a typo or a bug, or if you have an idea for an improvement, we welcome your contributions. To ensure a smooth process, please follow this quick guide: -### Bug Reports and Feature Requests - -If you encounter a bug or have a feature request, please submit an issue on the [issue tracker](https://codeberg.org/Purplebored/My-Personal-Website/issues) with a clear and descriptive title and description. Include steps to reproduce the issue or a detailed explanation of the requested feature. - -### Pull Requests - -If you'd like to contribute code to fix a bug or implement a feature: - -1. Fork the repository and create your branch from `main`. -2. Ensure your code adheres to the project's coding conventions and style guide. -3. Include any necessary tests for your changes. -4. Make sure all existing tests pass successfully. -5. Submit a pull request describing the changes you've made. Provide a clear and concise explanation of the problem you're solving and the approach you've taken. ### Quick Guide to Contributing 1. Fork the repository and clone it to your local machine. -2. Install the dependencies outlined in the installation instructions. 3. Make your changes, following the coding conventions and guidelines. -4. Run the tests and ensure they pass without any failures. -5. Commit your changes with descriptive commit messages. +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. diff --git a/README.txt b/README.md similarity index 55% rename from README.txt rename to README.md index be0052e..e832d7f 100644 --- a/README.txt +++ b/README.md @@ -8,10 +8,12 @@ Catalog of Main Sites: ---------------------- - Main Site: https://purplebored.pl/ +- Old site: +https://purplebored.pl/old Contributing ------------ -Please read the contribution guidelines which are located in the "CONTRIBUTING.md" file before making any contributions to this project. +Please read the contribution thingy which is located in the "CONTRIBUTING.md" file before making any contributions to this project. License Information ------------------- @@ -26,12 +28,7 @@ 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: -Q:Was this site written by AI? -A:Short answer no. Long answer somewhat i did used AI to write most of these comments and i did use AI to do some of the things like CSS but i wrote most of the site myself. -|-----------------------------------------------------------------------| -| | -| This readme was almost fully written by AmiGGo Chatbot on gg.pl | -| | -|-----------------------------------------------------------------------| +
+Idk i havent recive any questions lmfao \ No newline at end of file diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..c1ff005 --- /dev/null +++ b/contact.html @@ -0,0 +1,22 @@ + + + + =Contact Me= + + + + + +
+

Return to main site.
===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 +
+ + + \ No newline at end of file diff --git a/index.html b/index.html index e58721b..e921310 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,14 @@ - Purplebored + + + + + + + + =Purplebored= @@ -21,16 +28,18 @@

===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 CPP (VERY basic C++ and C# lmfao). +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 CPP (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 Warsaw Server. -

===Content===
(That's the reviews and recomandations and shit i was yapping about)

-Place holder one or some shit like that +A LibreSpeed instance using a Polish server located in Warsaw. +

===Content===
(That's the reviews and recomandations and shit i use)

+Software and things i use Place holder twp pr some other shit like that +

===My Projects===


I am not cooking rn so nothing here!
@@ -40,8 +49,9 @@ I am planning to add some random content to this website like some small reviews - \ No newline at end of file + + \ No newline at end of file diff --git a/old b/old new file mode 160000 index 0000000..f3b3b20 --- /dev/null +++ b/old @@ -0,0 +1 @@ +Subproject commit f3b3b20fed5502ba4ae611f850886dbb1e515939 diff --git a/style.css b/style.css index 8424acd..99a0ab8 100644 --- a/style.css +++ b/style.css @@ -39,6 +39,8 @@ body {background-color: #000;} color: #a57ae9; top: 25px; } +/* End of the content thingy */ + /*Code to make footer look cool and ncie :D*/ footer { font-family: monospace; @@ -50,8 +52,11 @@ footer { color: white; text-decoration: none; } +/* End of the code which makes the footer look nice :( */ + /* Makes hyerpinks not look ugly */ a { text-decoration: none; color: #6200ff; -} \ No newline at end of file +} +/* End of hyperlink styling */ diff --git a/things.html b/things.html new file mode 100644 index 0000000..938321d --- /dev/null +++ b/things.html @@ -0,0 +1,21 @@ + + + + =Stuff i use= + + + + + + + + + \ No newline at end of file