Skip to content

Changelogs

Paraliyzed_evo edited this page Sep 26, 2024 · 13 revisions

9/25/2024

Notes

Whoopsy, delayed the update by two weeks but I finally did it! (Also changed the formating again lol)

Image folder

  • Replaced the tablet.png
  • Added spotify.png and spotify-h.png

Misc folder

  • birthdays.html and original.html
    • Hotfix changes and added a spotify link both on page and nav bar

osu-skin folder

  • Added a tuyu folder
  • image folder
    • Shifted around a few folders by removing the first two folders and puting them into the tuyu-folder then renaming the renaming folders to 01-05
    • Move 06.jpg and 97.jpg to the tuyu-skin folder
    • Removed the 00template folder
    • Added main.jpg, other.jpg, skin websites.png, tuyu.jpg
  • main-skin folder
    • Removed a.html
      • Moved 01.html and 02.html down to 06.html and 07.html and basically reordered them
    • run.js
      • Added "let header = document.getElementsByTagName('header'); header.item(0).innerHTML = ` <h1> $ {skin.name} </h1> <p > ${skin.date_start} --- ${skin.date_end} </p> `" on lines 4-10
      • Removed lines 11-12
      • Added "<center>" on line 13
      • Added "<a rel="noopener noreferrer" class="dl" href="${skin.url}" target="_blank"> Download Link" on lines 15-16
      • Added "<div class=grid> <div style="display:inline-block" class="item"> <p style="color:white" id="youtubePreview" class="itemName">YouTube Preview</p> <iframe width="720" height="405" src="${skin.video_url}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>" on lines 18-21
      • Replaced "<div style="display:inline-block">" with "<div style="display:inline-block" class="item">" on line 28
      • Replaced "<p style="color:white" id="${image.name}">${image.name}</p>" with "<p style="color:white" id="${image.name}" class="itemName">${image.name}</p>" on line 30
      • Replaced "<a class="a" href="${image.url}"" with "<a rel="noopener noreferrer" class="a" href="${image.url}"" on line 32
      • Replaced "<img src="../image/${image.image_url}" alt="image" width="880" height="495">" with "<img src="../image/${image.image_url}" alt="image" width="720" height="405">" on line 34
      • Replaced "<div style="display:inline-block">" with "<div style="display:inline-block" class="item">" on line 39
      • Replaced "<p style="color:white" id="${image.name}">${image.name}</p>" with "<p style="color:white" id="${image.name}" class="itemName">${image.name}</p>" line 41
      • Replaced "<img src="../image/${image.image_url}" alt="image" width="880" height="495">" with "<img src="../image/${image.image_url}" alt="image" width="720" height="405">" on line 43
      • Added "text += '</div></center>'" on line 47
    • const.js
      • Shifted some stuff around to put tuyu skin code at bottom and Paraliyzed skin code at top
  • home.html
    • Added images to the boxes in the grid, shifted some stuff around and changed the nav bar a little bit
  • main-skins.html, other-skins.html, tuyu-skins.html
    • Changed the overall design into grids instead of a list, all images are still the same but designed differently. Also added a nav bar on all pages
  • Removed style2.css and style3.css
  • skinlayout.css
    • Added a id class called dl
    • Replaced color: #ffffff; with color: purple; on line 55
    • Added a niger class
  • Removed template.html
  • Added skinpage.css
  • skin-sites.html
    • Replaced "<li><a href="tuyu-skins.html">Mixed skins</a></li>" with "<li><a href="tuyu-skins.html">Tuyu skins</a></li>"
  • index.html
    • Added a spotify link both on page and nav bar
  • index.js
    • Added a spotify class
  • index-style.css
    • Added a spotify class and changed some stuff regarding on links
  • nav.css
    • Added a spotify class
  • stuff.js
    • Added my yt playlist in there

9/9/2024

Notes

Just a hotfix today, will be done writing the skin section of my website by tmw (hopefully). Edit: I did some things today like the home.html and skin-websites in the osu-skin folder and decided to launch them out early. I also did/add stuff today.

Files

  • Changed the size oif all tablet.png and reduced it by 67px
  • Deleted style1.css and style4.css as it's getting replaced by the skinlayout.css in the osu-folder

stuff.html

  • Fixed a thing where it would dupe the links and lists

stuff.css

  • Specified a font under the itemLink class to fix bugs on mobile/tablet

index-style.css

  • Changed line 71 from color: white; to color: rgb(38, 150, 255);
  • Added text-decoration: none on line 73
  • Changed line 79 from color: white; to color: purple;
  • Added text-decoration: underline on line 87

index.html

  • Optimization

nav.css

  • Added text-decoration: underline; on lines 105 and 110
  • Added color: #fab7af; on line 119

osu-skin/HOME.html

  • Added a nav bar on top (lines 25-34)
  • Added header on top (lines 22-24)
  • Added a back button (lines 18-20)
  • Rewritten it instead of having links to click on and is now more modern/visually appealing

osu-skin/skin-sites.html

  • Added a nav bar on top (lines 27-36)
  • Added header on top (lines 23-26)

9/8/2024

Extra notes

Finally gonna organize how I write my change logs as this is a big revamp to my website as it took the whole day to rewrite everything, but I did it. I will start working on rewriting the osu skin pages and will probably launch it by tmw

Files

  • Made a old_img folder in the image folder
  • Added a new mback.gif and a new setup pic and put the old ones into the old_img folder
  • Added a 404.css
  • Remade error1.html and error.html and renamed them to 403.html and 404.html
  • Added a index.js file
  • Added a nav.css file
  • Renamed style2w.css to stuff.css

index.html , original.html , and birthdays.html

  • Changed line 4 from <link rel="shortcut icon" type="image/png" href="image/logo.jpg"> to <link rel="shortcut icon" type="image/jpg" href="image/logo.jpg">
  • Added <link rel="stylesheet" href="nav.css"> at line 6
  • Added a nav bar on top (Lines 18-41)
  • Replaced the js script to index.js
  • Added romanji lyrics in my about me (line 226-230)

index-style.css

  • Added lines 1-5 to change scrollbar-color and some other stuff
  • Added a niger class, replacing the awwawa class
  • Added classes for my about me card that are displayed on index.html , original.html , and birthdays.html (lines 553-576)

stuff.css

  • Added a sectionHeading heading class and an h3 class in stuff.css (previously named style2w.css)(lines 20-30)
  • Completely removed the sidebar class as the sidebar is no longer needed and is being replaced by the nav bar that is displayed in index.html , original.html , and birthdays.html
  • Added a header class (lines 39-40)
  • Replaced the a class with the itemLink class (lines 51-61)
  • added a img class (lines 64-66)
  • Changed the mback class so the back button displayed at the top left is now displayed at the bottom right
  • Removed useless comments

.htaccess

  • Rewrote it to the new 404.html and 403.html files

stuff.html

  • Replaced line 3 from <link rel="shortcut icon" type="image/png" href="image/logo.jpg"> to <link rel="shortcut icon" type="image/jpg" href="image/logo.jpg">
  • Added a nav bar on top, replacing the sidebar

stuff.js

  • Everything in the stuff.js file has now moved to the index.js file making this a completely new file
  • In this new file, it's just a script that displays all of my peripherals and such to make it easier for me to add/replace and remove links if I need too

8/11/2024

  • Changed line 207 to Doing ap comp sci<br> from In comp sci, doing ap next year<br> in index.html , original.html , and birthdays.html

8/10/2024

8/7/2024

  • Added steam class in index-style.css at line 517
  • Added a steam home link in stuff.js at line 82
  • Added steam.png and steam-h.png in the image folder
  • Added <div style="display:inline-block"> <p style="margin-right:20px; margin-left:20px; font-size:20px; margin-bottom:4px; color:rgb(200, 200, 200)"> Steam</p> <p><a href="https://steamcommunity.com/id/Paraliyzed_evo/"> </a></p><div class="steampng"><a href="https://steamcommunity.com/id/Paraliyzed_evo/"> <img src="image/steam.png" class="img-nh" alt="png bottom"> <img src="image/steam-h.png" class="img-h" alt="png top"> </a></div><a href="https://steamcommunity.com/id/Paraliyzed_evo/"> </a><p></p> </div> in index.html , original.html , and birthdays.html at line 146

8/4/2024

  • Changed line 12 of stuff.js from link: "mailto:jamaljaqavion6969420@gmail.com", to link: "mailto:business@paraliyzed.com",
  • Change line 140 of stuff.js from <p><a href="${stuff[key].link}" target="_blank"> to <p><a href="${stuff[key].link}">
  • Replaced osuk.png and osuk-h.ong in image folder
  • Replaced GQ2bMi1bYAAarue.jpg to russian.png image folder
  • Changed line 31 of index.html , Birthdays.html , and original.html from <a href="https://linktr.ee/paraliyzed_evo" target="_blank"><img src="/image/GQ2bMi1bYAAarue.jpg" style="height:455px; width:256px;"></a> to <a href="https://linktr.ee/paraliyzed_evo" target="_blank"><img src="/image/russian.png" style="height:256px; width:256px;"></a>
  • Added Alya folder in image/old_pfp folder

7/16/2024

  • Added CTL-472 Cover.png in the image folder
  • Added Tablet Cover - <a href="image/CTL-472 Cover.png" target="_blank">Image</a> I used <a href="https://foxbox.io/collections/tablet-covers" target="_blank">Store</a> where I bought the cover in stuff.html
  • Replaced tablet.png in the image folder

7/14/2024

  • Added <br> <br> Random non-osu! songs<br> <iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/0RYHqnmtNRfbYxP6Dn8Vse?utm_source=generator" width="300" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe><br> in index.html , Birthdays.html , and original.html
  • Replaced メズマライザー ⧸ 初音ミク・重音テトSV [19y8YTbvri8].mp3 in the image folder

7/8/2024

  • Added DECO*27 - 初嵐 feat. 初音ミク [L7BxD7HHWl4].mp3 and メズマライザー ⧸ 初音ミク・重音テトSV [19y8YTbvri8].mp3 in the image folder
  • Replaced Rabbit Hole ⧸ Pure Pure "ラビットホール" 4K Edit Full Version feat. @channelcaststation [zVRDUtJXCrQ].mp3
  • Changed line 209 of index.html , Birthdays.html , and original.html from Random osu! song to Random osu! songs<br>
  • Added <audio controls=""><source src="/image/DECO*27 - 初嵐 feat. 初音ミク [L7BxD7HHWl4].mp3" type="audio/mpeg"></audio><br> and <audio controls=""><source src="/image/メズマライザー ⧸ 初音ミク・重音テトSV [19y8YTbvri8].mp3" type="audio/mpeg"></audio><br> in index.html , Birthdays.html , and original.html

7/7/2024

7/6/2024

  • Replaced Backstabber - Kesha (speed up and nightcore).mp3 with Rabbit Hole ⧸ Pure Pure "ラビットホール" 4K Edit Full Version feat. @channelcaststation [zVRDUtJXCrQ].mp3 in the image folder
  • Changed line 211 from <source src="image/Backstabber - Kesha (speed up and nightcore).mp3" type="audio/mpeg"> to <source src="/image/Rabbit Hole ⧸ Pure Pure "ラビットホール" 4K Edit Full Version feat. @channelcaststation [zVRDUtJXCrQ].mp3" type="audio/mpeg"> in index.html , Misc/original.html , and Misc/Birthday.html

7/3/2024

  • Reverted everything back before the 7/2/2024 change as their birthday is over but kept Birthdays.html the same
  • Added a Misc.html file in the misc folder

7/2/2024

  • Renamed May 7th Only.html to Birthdays.html in the misc folder
  • Changed line 21 of Birthday.html from "poggers" as <a href="https://twitter.com/bushidontdothat" > Bushido </a> would <a href="hushhush.html">say</a> to "India is in Asia" as <a href="hushhush.html">Alayna</a> would say (me personally ion think that's true)
  • Changed line 211 of Birthday.html from <source src="image/Temptation.mp3" type="audio/mpeg"> to <source src="image/Backstabber - Kesha (speed up and nightcore).mp3" type="audio/mpeg">
  • Changed the index.html to match Birthday.html
  • Changed line 3 of hushhush.html from <link rel="shortcut icon" type="image/jpg" href="/image/logo.jpg"> to <link rel="shortcut icon" type="image/jpg" href="image/logo.jpg">
  • Changed line 4 of hushhush.html from <link rel="stylesheet" href="boppin.css"> to <link rel="stylesheet" href="index-style.css">
  • Changed line 11 of hushhush.html from <meta property="og:description" content="Boppin's birthday"> to <meta property="og:description" content="Alayna's birthday">
  • Changed line 13 of hushhush.html from <meta property="og:image" content="image/zitron-diamond.jpg"> to <meta property="og:image" content="/image/logo.jpg">
  • Changed line 16 of hushhush.html from <center><h3>HAPPY BIRTHDAY BUSHIDO!!!!!</h3> to <center><h3>HAPPY BIRTHDAY ALAYNA!!!!!</h3>
  • Changed line 17 of hushhush.html from <p>05/07 is Bushido's Birthday</p> to <p>07/02 is Alayna's Birthday!</p>
  • Changed line 22 of hushhush.html from <center><pre>Bushido is a to <center><pre class="idk">Alayna is a
  • Changed line 27 of hushhush.html from Filipino to Indian
  • Changed line 28 of hushhush.html from Swimmer to Water Polo Player
  • Changed line 29 of hushhush.html from PJSK Player to Kind
  • Changed line 30 of hushhush.html from Val Player to Helpful
  • Changed line 31 of hushhush.html from Petty (Understandable) to Non-dyslexic (somehow???)
  • Changed line 36 of hushhush.html from "Pog" - As <a href = "https://twitter.com/bushidontdothat"> Bushido </a> would say back in the old days to "India is in Asia" as <a href="hushhush.html">Alayna</a> would say (me personally ion think that's true)
  • Removed line 37 of hushhush.html
  • Deleted boppin.css from the misc folder and merged it with index-style.css
  • Added a idk class in index-style.css

6/25/2024

  • Changed line 211 in index.html and original.html from <source src="image/Netaminity Theatre 666.mp3" type="audio/mpeg"> to <source src="image/Backstabber - Kesha (speed up and nightcore).mp3" type="audio/mpeg">
  • Removed Netaminity Theatre 666.mp3 and added Backstabber - Kesha (speed up and nightcore).mp3
  • Added <p style="font-size:80px; margin-bottom:4px; color:rgb(200, 200, 200)"><a class="dl" href="https://osu.ppy.sh/community/forums/topics/1672096?n=1" target="_blank">-#KW-! If there was an endpoint.</a></p> at line 30 of osu-skin/other-skins.html
  • Added <a href="https://paraliyzedevo.github.io/Random/Minecraft 1.8.8">Minecraft 1.8.8</a> at line 39 in stuff.html

6/13/2024

  • Added this <a href="Misc/link.html">The 5 Stack GC Archive</a> on line 138
  • Created a new folder called Misc and moved files boppin.css , hushhush.html , idek.html , May 7th only.html , no.html , original.html , yes.html
  • In May 7th only.html , I changed line 25 from <script src="stuff.js"></script> to <script src="/stuff.js"></script> , line 5 from href="index-style.css"> to href="/index-style.css"> , and line 4 from href="image/logo.jpg"> to href="/image/logo.jpg">
  • In hushhush.html , I changed line 3 from href="image/logo.jpg"> to href="/image/logo.jpg">
  • In original.html , I changed line 25 from <script src="stuff.js"></script> to <script src="/stuff.js"></script> , line 5 from href="index-style.css"> to href="/index-style.css"> , and line 4 from href="image/logo.jpg"> to href="/image/logo.jpg">
  • In stuff.js I replace everything that said image to /image as I had to move files into the misc folder which broke the html. I also changed line 44 from link: "osu-skin/HOME.html" to link: "/osu-skin/HOME.html" and line 76 from link: "stuff.html" to link: "/stuff.html"

6/6/2024

5/30/2024

5/13/2024

  • Updated Readme to add a changelog
  • Replacing Temptation.mp3 with Netaminity Theatre 666.mp3
  • Changing index.html line 211 from source <src="image/Temptation.mp3" type="audio/mpeg"> to <source src="image/Netaminity Theatre 666.mp3" type="audio/mpeg">
  • Changing original.html line 211 from source <src="image/Temptation.mp3" type="audio/mpeg"> to <source src="image/Netaminity Theatre 666.mp3" type="audio/mpeg">

Clone this wiki locally