diff --git a/index.html b/index.html index 9de8e57..e58721b 100644 --- a/index.html +++ b/index.html @@ -18,11 +18,30 @@ |_| -
-
Europe/Warsaw
-
+
+

===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 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 +Place holder twp pr some other shit like that
+
+
My Timezone: Europe/Warsaw
+
+
+ + \ No newline at end of file diff --git a/style.css b/style.css index f7a7bbe..8424acd 100644 --- a/style.css +++ b/style.css @@ -3,9 +3,10 @@ body {background-color: #000;} .ascii-logo { font-family: monospace; white-space: pre; - color: #6200ff; + color: #a57ae9; top: 50px; } +/* End of Ascii logo */ /* time widget */ .time-widget { @@ -14,7 +15,7 @@ body {background-color: #000;} right: 10px; transform: translateY(-50%); background-color: black; - color: #6200ff; + color: #a57ae9; padding: 10px; border: 2px solid white; width: 100px; @@ -29,3 +30,28 @@ body {background-color: #000;} #location { 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; +} \ No newline at end of file