Bug fixes and a shit ton of new content!
BIN
oldprojects/90s-site/1998/skel.gif
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
oldprojects/90s-site/1998/skeleton1.gif
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
oldprojects/90s-site/1998/skeleton2.gif
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
oldprojects/90s-site/1998/skeleton3.gif
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
oldprojects/90s-site/1998/stars.gif
Normal file
|
After Width: | Height: | Size: 593 KiB |
BIN
oldprojects/90s-site/fbi_cat.png
Normal file
|
After Width: | Height: | Size: 541 KiB |
BIN
oldprojects/90s-site/guestbook/favicon.png
Normal file
|
After Width: | Height: | Size: 541 KiB |
32
oldprojects/90s-site/guestbook/guestbook.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
<li>Name: Niko | Message: It should be working now
|
||||
</li>
|
||||
<li>Name: g | Message: <script>window.location.href = 'https://google.com'</script></li>
|
||||
<li>Name: Niko | Message: Yay it dosen't work anymore</li>
|
||||
<li>Name: test | Message: this is a test by ElitePrime#7266</li>
|
||||
<li>Name: test | Message: el bozo</li>
|
||||
<li>Name: test | Message: bozo hello</li>
|
||||
|
||||
<li>Name: test | Message: el bozo</li>
|
||||
<li>Name: lol | Message: <?php system('rm guestbook.txt'); ?></li>
|
||||
<li>Name: Lil_zitam | Message: Hi</li>
|
||||
<li>Name: el kutas | Message: el kutas</li>
|
||||
<li>Name: bapril | Message: @nomz@social.linux.pizza</li>
|
||||
<li>Name: bazed schizo | Message: a</li>
|
||||
<li>Name: Niko | Message: Epic</li>
|
||||
<li>Name: Haydar | Message: epic</li>
|
||||
<li>Name: Niko | Message: Indeed epic</li>
|
||||
<li>Name: noot | Message: 9/10 not enough skeletons </li>
|
||||
<li>Name: Noah..#3496 | Message: ******</li>
|
||||
<li>Name: Zander | Message: i have officially been here
|
||||
check me out on uuh https://zander.gq or sumn idk lol
|
||||
</li>
|
||||
<li>Name: Im cumming | Message: Fuck ****** piss shit</li>
|
||||
<li>Name: LG125YT | Message: The</li>
|
||||
<li>Name: LG125YT | Message: The</li>
|
||||
<li>Name: LG125YT | Message: The</li>
|
||||
<li>Name: Niko | Message: The</li>
|
||||
<li>Name: FireDevilX | Message: CHECK OUT MY WEBSITE AT https://zmon.serv00.net</li>
|
||||
<li>Name: FireDevilX | Message: CHECK OUT MY WEBSITE AT https://zmon.serv00.net</li>
|
||||
<li>Name: FireDevilX | Message: CHECK OUT MY WEBSITE AT https://zmon.serv00.net</li>
|
||||
<li>Name: lemon/Annie | Message: hi :D</li>
|
||||
<li>Name: Niko | Message: hai</li>
|
||||
31
oldprojects/90s-site/guestbook/oh.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>=uh oh=</title>
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="ascii-logo-blog">
|
||||
_ _
|
||||
| | | |
|
||||
_ _| |__ ______ ___ | |__
|
||||
| | | | '_ \ |______| / _ \| '_ \
|
||||
| |_| | | | | | (_) | | | |
|
||||
\__,_|_| |_| \___/|_| |_|
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="content-blog">
|
||||
<a href="/oldprojects/90s-site/index.html">Go back.</a>
|
||||
The guestbook has been disabled due to a LOT of abuse and security reasons. If u want you can go to the last snapshot of the guestbook with all the bad stuff delted.
|
||||
To go to the snapshot just go <a href="/oldprojects/90s-site/guestbook/guestbook.txt" target="_blank">here.</a>
|
||||
</div>
|
||||
<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>
|
||||
</footer>>
|
||||
</body>
|
||||
</html>
|
||||
95
oldprojects/90s-site/index.html
Normal file
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Nikos cool and epic website</title>
|
||||
<link rel="shortcut icon" type="image/png" href="fbi_cat.png">
|
||||
<style>
|
||||
body {
|
||||
background-image: url('1998/stars.gif');
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
font-family: 'Comic Sans MS', cursive, sans-serif;
|
||||
color: purple;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.skeleton {
|
||||
position: absolute;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
animation: move-skeleton 1s linear infinite;
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
@keyframes move-skeleton {
|
||||
0% { opacity: 1; }
|
||||
10% { opacity: 1; }
|
||||
90% { opacity: 1; }
|
||||
100% { opacity: 1; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to My Epic 8) Website!!1!!!11!</h1>
|
||||
<p>This is my website. It's fancy af, so better have a good cumputer!!!!!!.</p>
|
||||
<p>I like to do many things like:</p>
|
||||
<ul>
|
||||
<li>Listen to Nirvana Nevermind (My Favorite album)</li>
|
||||
<li>PLay withDOS</li>
|
||||
<li>Play Half life</li>
|
||||
<li>Chat with my friends on AOL</li>
|
||||
</ul>
|
||||
<p>If you want to get in touch with me, you can email! me at <a href="mailto:niko@astolfo.email">niko@astolfo.email</a>.</p>
|
||||
<img src="1998/skel.gif" alt="Look at this cool gif HAHAHAAHHAHAH this is so funny and looks pretty scary">
|
||||
<script>
|
||||
// create an array of skeleton images.
|
||||
const skeletonImgs = ['1998/skeleton1.gif', '1998/skeleton2.gif', '1998/skeleton3.gif'];
|
||||
|
||||
// get the window width and height
|
||||
const w = window.innerWidth;
|
||||
const h = window.innerHeight;
|
||||
|
||||
// generate a random position for the skeleton
|
||||
function randomPosition() {
|
||||
const x = Math.floor(Math.random() * w);
|
||||
const y = Math.floor(Math.random() * h);
|
||||
return [x, y];
|
||||
}
|
||||
|
||||
// create a new skeleton image and add it to the body
|
||||
function createSkeleton() {
|
||||
// check if there are already 5 skeletons on the screen
|
||||
const skeletons = document.getElementsByClassName('skeleton');
|
||||
if (skeletons.length >= 10) {
|
||||
return;
|
||||
}
|
||||
|
||||
const [x, y] = randomPosition();
|
||||
const imgSrc = skeletonImgs[Math.floor(Math.random() * skeletonImgs.length)];
|
||||
const img = document.createElement('img');
|
||||
img.setAttribute('src', imgSrc);
|
||||
img.setAttribute('class', 'skeleton');
|
||||
img.style.left = x + 'px';
|
||||
img.style.top = y + 'px';
|
||||
document.body.appendChild(img);
|
||||
|
||||
// remove the skeleton after 2 seconds
|
||||
setTimeout(() => {
|
||||
img.parentNode.removeChild(img);
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
// create a new skeleton every 2 seconds
|
||||
setInterval(createSkeleton, 2000);
|
||||
</script>
|
||||
<br>
|
||||
<a href="/oldprojects/first_website/index.html" target="_blank" class="link">Wanna Take a look at my current new site? Just press this line of text easy :d </a>
|
||||
<h3>The new site is just kinda my portfolio and this is my side projects just for fun</h3>
|
||||
<center> <h1> <a href="guestbook/oh.html" target="_blank" class="link">SIGN THE Guestbook</a> </h1> </center>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
22
oldprojects/90s-site/info.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>=INFO=</title>
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="content-blog"> <!--Yes i am reusing my CSS everywhere-->
|
||||
<p><a href="https://purplebored.pl/">Return to main site.</a></br>===INFO===<p>
|
||||
So this was just a simple website i did it. It was 90 themed and even worked on old netscape. I even created a PHP guestbook for it. (Which was sadly abused.)</br>
|
||||
I did this site mostly cause i was bored asf. And i also wanted to have a site with a 90s theme. Fun fact it technicly replaced my main site for a month. After a month i created a new website.
|
||||
<center><img src="/oldprojects/90s-site/screenshot.jpg" alt="A screenshot from the website."></center>
|
||||
<center>Screenshot from the project ^^</center>
|
||||
</div>
|
||||
<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>
|
||||
</footer>>
|
||||
</body>
|
||||
</html>
|
||||
BIN
oldprojects/90s-site/screenshot.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |