diff --git a/.gitignore b/.gitignore index a76dde4..4c6eacf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/games/ \ No newline at end of file +/games/ +/blogs/blog.html +todo \ No newline at end of file diff --git a/blog.html b/blog.html index 79bcf11..3ebe60b 100644 --- a/blog.html +++ b/blog.html @@ -4,7 +4,6 @@ =My Blog= - diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..35de813 --- /dev/null +++ b/changelog.md @@ -0,0 +1,6 @@ +#### 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/index.html b/index.html index 2cbe9b7..8e97f33 100644 --- a/index.html +++ b/index.html @@ -48,11 +48,11 @@ I am planning to add some random content to this website like some small reviews ===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. The code is so messy on there that it's insane. 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 - As the name may suggest this is NOT my "old" site. 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. +--- 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. @@ -60,6 +60,7 @@ cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can
My Timezone: Europe/Warsaw
+ Tested on Firefox @@ -71,19 +72,15 @@ cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can AMD Powered - - + > + + + \ No newline at end of file diff --git a/style.css b/style.css index 3b6d4b9..2eb233b 100644 --- a/style.css +++ b/style.css @@ -40,9 +40,11 @@ body { /*Content of the website ig no idea how to name this lmfao*/ .content1 { font-family: monospace; - white-space: pre; + white-space: normal; color: #a57ae9; top: 25px; + word-wrap: break-word; + white-space: pre-wrap; } /* End of the content thingy */ @@ -86,6 +88,7 @@ a { font-size: large; } /* End of the Blog content thingy */ + /*Blog Content 2 (This is mostly for the content of the blogs like the blog posts themself */ .content-blog-2 { font-family: monospace;