Skip to content

Commit 8c0d94b

Browse files
committed
#3
1 parent 3b09084 commit 8c0d94b

12 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
soundPhone.volume = 0.1;
456456
document.getElementById('popup-container-img').addEventListener('click', function() {
457457
soundPhone.play();
458-
});</script></body><body class="chamelion"><div class="index-wrapper"><div class="menu-side-overall-wrapper"><div class="menu-side-wrapper"><img class="side-pix" src="../../media/img/sidemenu/index.gif"></div><div class="menu-side-projects-wrapper"><ul>CURRENT PROJECTS<li><a href="https://trackerninja.codeberg.page" target="_blank">RETRO PORTAL</a></li><li><a href="https://behance.net/retrowave88" target="_blank">GRAPHICS</a></li><li><a href="https://www.tiktok.com/@trackerninja808" target="_blank">TRACKER MUSIC</a></li><li><a href="https://stock.adobe.com/contributor/204789995/spacedrone808" target="_blank">ADOBE STOCK</a></li><li><a href="https://freepik.com/author/spacedrone808" target="_blank">FREEPIK STOCK</a></li></ul></div></div><div class="chamelion" id="print-text"><span class="cursor" style="color: green;"></span></div><div class="cursor-pink chamelion">REC</div><button class="collapsible" type="button">CLICK FOR SECRET INFO #1!</button><div class="collapsible-wrapper"><p>Website was made entirely in Windows 7 ESU x64.</p></div><br><button class="collapsible" type="button">CLICK FOR SECRET INFO #2!</button><div class="collapsible-wrapper"><p>No frameworks, only pure code.</p></div><br><button class="collapsible" type="button">CLICK FOR SECRET INFO #3!</button><div class="collapsible-wrapper"><p>Made in VS Code v1.100 + NodeJS v23.7.</p></div><br><button class="collapsible" type="button">CLICK FOR SECRET INFO #4!</button><div class="collapsible-wrapper"><p>Don't be lame, don't use Windows 10!</p></div><br><p class="tools-intro-lead wrapper" style="color:red; text-decoration: underline dotted red; text-decoration-thickness: 2px;">I wish you satisfaction in what you do and have a nice day!</p></div></body><script>const coll = document.getElementsByClassName('collapsible');
458+
});</script></body><body class="chamelion"><div class="index-wrapper"><div class="menu-side-overall-wrapper"><div class="menu-side-wrapper"><img class="side-pix" src="/../../media/img/sidemenu/index.gif"></div><div class="menu-side-projects-wrapper"><ul>CURRENT PROJECTS<li><a href="https://trackerninja.codeberg.page" target="_blank">RETRO PORTAL</a></li><li><a href="https://behance.net/retrowave88" target="_blank">GRAPHICS</a></li><li><a href="https://www.tiktok.com/@trackerninja808" target="_blank">TRACKER MUSIC</a></li><li><a href="https://stock.adobe.com/contributor/204789995/spacedrone808" target="_blank">ADOBE STOCK</a></li><li><a href="https://freepik.com/author/spacedrone808" target="_blank">FREEPIK STOCK</a></li></ul></div></div><div class="chamelion" id="print-text"><span class="cursor" style="color: green;"></span></div><div class="cursor-pink chamelion">REC</div><button class="collapsible" type="button">CLICK FOR SECRET INFO #1!</button><div class="collapsible-wrapper"><p>Website was made entirely in Windows 7 ESU x64.</p></div><br><button class="collapsible" type="button">CLICK FOR SECRET INFO #2!</button><div class="collapsible-wrapper"><p>No frameworks, only pure code.</p></div><br><button class="collapsible" type="button">CLICK FOR SECRET INFO #3!</button><div class="collapsible-wrapper"><p>Made in VS Code v1.100 + NodeJS v23.7.</p></div><br><button class="collapsible" type="button">CLICK FOR SECRET INFO #4!</button><div class="collapsible-wrapper"><p>Don't be lame, don't use Windows 10!</p></div><br><p class="tools-intro-lead wrapper" style="color:red; text-decoration: underline dotted red; text-decoration-thickness: 2px;">I wish you satisfaction in what you do and have a nice day!</p></div></body><script>const coll = document.getElementsByClassName('collapsible');
459459
for (let i = 0; i < coll.length; i++) {
460460
coll[i].addEventListener('click', function () {
461461
this.classList.toggle('active');
-1.48 MB
Binary file not shown.
-63 KB
Binary file not shown.
-152 KB
Binary file not shown.
-1.28 MB
Binary file not shown.
-779 KB
Binary file not shown.

src/includes/menu/side.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mixin sidemenu(page)
44
.menu-side-wrapper
55
//- img(src=require("../../media/img/beavis-cpu.gif"), class="side-pix", width="178", alt="Side picture")
66
if page === 'index'
7-
img(src="../../media/img/sidemenu/index.gif" class="side-pix")
7+
img(src="/../../media/img/sidemenu/index.gif" class="side-pix")
88
else if page === 'projects'
99
img(src="../../media/img/sidemenu/code.gif" class="side-pix")
1010
else if page === 'snippets'
-1.48 MB
Binary file not shown.
-63 KB
Binary file not shown.
-152 KB
Binary file not shown.

0 commit comments

Comments
 (0)