Added a changelog and a fixed a few stuff
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
/games/
|
/games/
|
||||||
|
/blogs/blog.html
|
||||||
|
todo
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
<title>=My Blog=</title>
|
<title>=My Blog=</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<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">
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
6
changelog.md
Normal file
6
changelog.md
Normal 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
|
||||||
23
index.html
23
index.html
@@ -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.
|
===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>
|
--- 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>
|
--- 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 - 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>
|
--- 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>
|
--- 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>
|
--- 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>
|
</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="location"> My Timezone: Europe/Warsaw</div>
|
||||||
<div id="time"></div>
|
<div id="time"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Banners / Badges-->
|
<!-- Banners / Badges-->
|
||||||
<a href="https://www.mozilla.org/en-US/firefox/" target="_blank">
|
<a href="https://www.mozilla.org/en-US/firefox/" target="_blank">
|
||||||
<img src="/assets/images/firefox4.gif" alt="Tested on Firefox" class="banner1">
|
<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">
|
<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">
|
<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.-->
|
<!-- End of the code used for the Banners / Badges Still no idea how to call them lmfao.-->
|
||||||
<div class="links">
|
|
||||||
</div>
|
|
||||||
<footer>
|
<footer>
|
||||||
<a class="clean">Purplebored © 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>
|
<a class="clean">Purplebored © 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>
|
<script src="script.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Code for this website made by Purplebored. https://purplebored.pl -->
|
<!-- Code for this website made by Purplebored. https://purplebored.pl -->
|
||||||
@@ -40,9 +40,11 @@ body {
|
|||||||
/*Content of the website ig no idea how to name this lmfao*/
|
/*Content of the website ig no idea how to name this lmfao*/
|
||||||
.content1 {
|
.content1 {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: normal;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
top: 25px;
|
top: 25px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
/* End of the content thingy */
|
/* End of the content thingy */
|
||||||
|
|
||||||
@@ -86,6 +88,7 @@ a {
|
|||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
/* End of the Blog content thingy */
|
/* End of the Blog content thingy */
|
||||||
|
|
||||||
/*Blog Content 2 (This is mostly for the content of the blogs like the blog posts themself */
|
/*Blog Content 2 (This is mostly for the content of the blogs like the blog posts themself */
|
||||||
.content-blog-2 {
|
.content-blog-2 {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
|||||||
Reference in New Issue
Block a user