Yo me alive again a RARE updated on my site rewrite ong

This commit is contained in:
Purplebored
2024-04-22 17:15:44 +02:00
parent 44eee774fd
commit 8965cccd7f
2 changed files with 50 additions and 5 deletions

View File

@@ -18,11 +18,30 @@
|_| |_|
</div> </div>
<div class="time-widget"> <div class="content1">
<div id="location">Europe/Warsaw</div> <p>===About Me===<p>
<div id="time"></div> 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 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.
</br>
<p>===Shit i self host=== </br>btw this cool dark purple is a hyperlink ^^</p>
<a href="https://bin.purplebored.pl/" target="_blank">My Private Pastebin instance (Very cool!)</a>
<a href="https://oldpb.purplebored.pl/" target="_blank">My Private Zerobin instance (Privte Bin but older)</a>
<a href="https://speed.purplebored.pl/" target="_blank">A LibreSpeed instance using a Polish Warsaw Server.</a>
<p>===Content=== </br>(That's the reviews and recomandations and shit i was yapping about)</p>
<a href="https://purplebored.pl/" target="_blank">Place holder one or some shit like that</a>
<a href="https://purplebored.pl/" target="_blank">Place holder twp pr some other shit like that</a>
</div> </div>
<div class="time-widget">
<div id="location"> My Timezone: Europe/Warsaw</div>
<div id="time"></div>
</div>
<div class="links">
</div>
<footer>
<a class="clean">Purplebored &copy; 2023-2024 | <a href="https://codeberg.org/Purplebored" target="_blank">My Codeberg</a> | <a href="https://git.envs.net/niko/undifiend/wiki" target="_blank">Help</a> | <a href="https://liberapay.com/purplebored" target="_blank">LibrePay</a> | <a href="/pages/faq.html" target="_blank"FAQ</a> </pre>
</footer>
<script src="script.js"></script> <script src="script.js"></script>
</body> </body>
</html> </html>

View File

@@ -3,9 +3,10 @@ body {background-color: #000;}
.ascii-logo { .ascii-logo {
font-family: monospace; font-family: monospace;
white-space: pre; white-space: pre;
color: #6200ff; color: #a57ae9;
top: 50px; top: 50px;
} }
/* End of Ascii logo */
/* time widget */ /* time widget */
.time-widget { .time-widget {
@@ -14,7 +15,7 @@ body {background-color: #000;}
right: 10px; right: 10px;
transform: translateY(-50%); transform: translateY(-50%);
background-color: black; background-color: black;
color: #6200ff; color: #a57ae9;
padding: 10px; padding: 10px;
border: 2px solid white; border: 2px solid white;
width: 100px; width: 100px;
@@ -29,3 +30,28 @@ body {background-color: #000;}
#location { #location {
font-size: 12px; font-size: 12px;
} }
/* End of time widget */
/*Content of the website ig no idea how to name this lmfao*/
.content1 {
font-family: monospace;
white-space: pre;
color: #a57ae9;
top: 25px;
}
/*Code to make footer look cool and ncie :D*/
footer {
font-family: monospace;
position: fixed;
text-align: center;
bottom: 0;
width: 100%;
padding: 1em;
color: white;
text-decoration: none;
}
/* Makes hyerpinks not look ugly */
a {
text-decoration: none;
color: #6200ff;
}