Added a changelog and a fixed a few stuff

This commit is contained in:
Purplebored
2024-05-09 22:34:23 +02:00
parent d23fa8c882
commit 9f1f28c07c
5 changed files with 23 additions and 16 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
/games/
/blogs/blog.html
todo

View File

@@ -4,7 +4,6 @@
<title>=My Blog=</title>
<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>
<body>

6
changelog.md Normal file
View File

@@ -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

View File

@@ -48,11 +48,11 @@ I am planning to add some random content to this website like some small reviews
===My OLD Projects=== </br>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 <a href="/oldprojects/neko/index.html" target="_blank">here.</a> You can read about why and how i made it <a href="/oldprojects/neko/info.html" target="_blank">here.</a>
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 <a href="/oldprojects/first_website/index.html" target="_blank">here.</a> You can also read about why and how i made it <a href="/oldprojects/first_website/info.html" target="_blank">here.</a>
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 <a href="/oldprojects/90s-site/index.html" target="_blank">here.</a> And to learn more just go <a href="/oldprojects/90s-site/info.html" target="_blank">here.</a>
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 <a href="/oldprojects/pass/index.html" target="_blank">here.</a> You can also read about why and how i made it <a href="/oldprojects/pass/info.html" target="_blank">here.</a>
cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can check it out <a href="/oldprojects/cat/index.html" target="_blank">here.</a> You can also read about why and how i made it <a href="/oldprojects/cat/info.html" target="_blank">here.</a>
--- 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 <a href="/oldprojects/neko/index.html" target="_blank">here.</a> You can read about why and how i made it <a href="/oldprojects/neko/info.html" target="_blank">here.</a>
--- 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 <a href="/oldprojects/first_website/index.html" target="_blank">here.</a> You can also read about why and how i made it <a href="/oldprojects/first_website/info.html" target="_blank">here.</a>
--- 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 <a href="/oldprojects/90s-site/index.html" target="_blank">here.</a> And to learn more just go <a href="/oldprojects/90s-site/info.html" target="_blank">here.</a>
--- 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 <a href="/oldprojects/pass/index.html" target="_blank">here.</a> You can also read about why and how i made it <a href="/oldprojects/pass/info.html" target="_blank">here.</a>
--- cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can check it out <a href="/oldprojects/cat/index.html" target="_blank">here.</a> You can also read about why and how i made it <a href="/oldprojects/cat/info.html" target="_blank">here.</a>
</div>
@@ -60,6 +60,7 @@ cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can
<div id="location"> My Timezone: Europe/Warsaw</div>
<div id="time"></div>
</div>
<!-- Banners / Badges-->
<a href="https://www.mozilla.org/en-US/firefox/" target="_blank">
<img src="/assets/images/firefox4.gif" alt="Tested on Firefox" class="banner1">
@@ -71,19 +72,15 @@ cat.purplebored.pl - Just a simple cat site which grabs random cat pics. You can
<img src="/assets/images/amd_powered.gif" alt="AMD Powered" class="banner3">
<!-- Commened this out cause of My blog post abt github yk.
<a href="https://github.com/purplebored" target="_blank">
<img src="https://cyber.dabamos.de/88x31/github-check.gif" class="banner4">
</a>
-->
<img src="/assets/images/underwear.gif" class="banner5">
<!-- End of the code used for the Banners / Badges Still no idea how to call them lmfao.-->
<div class="links">
</div>
<footer>
<a class="clean">Purplebored &copy; 2023-2024 </a> | <a href="https://codeberg.org/Purplebored" target="_blank">My Codeberg</a> | <a href="https://github.com/PurpleBored" target="_blank">My Github</a> | <a href="/contact.html/" target="_blank">Contact Me</a> | </pre>
</footer>>
</footer>
<script src="script.js"></script>
</body>
</html>
<!-- Code for this website made by Purplebored. https://purplebored.pl -->

View File

@@ -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;