chore: Site Fixes
2
TODO.txt
|
|
@ -1,2 +0,0 @@
|
|||
1. Modernize metadata (tags) across all pages.
|
||||
2. Fix up Venith-MC webpage.
|
||||
|
|
@ -1,422 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Not Found</title>
|
||||
<meta name="description" content="Page Not Found" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="css/global.css" />
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
<!-- Favicon -->
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="/images/favicon/favicon-96x96.png"
|
||||
sizes="96x96"
|
||||
/>
|
||||
<link rel="shortcut icon" href="/images/favicon/favicon.ico" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="/images/favicon/apple-touch-icon.png"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-title" content="Daniele" />
|
||||
<link rel="manifest" href="/images/favicon/site.webmanifest" />
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
<!---Site Container--->
|
||||
<div id="websiteContainer">
|
||||
<!-- Spacer -->
|
||||
<div id="websiteSpacerTop"></div>
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
<img
|
||||
src="images/header-logo.png"
|
||||
alt="Logo and Title"
|
||||
class="header-logo"
|
||||
/>
|
||||
</header>
|
||||
|
||||
<!-- Left Aside -->
|
||||
<aside id="leftSiteContent">
|
||||
<!-- Main Navigation -->
|
||||
<nav id="leftNav" aria-label="Main Navigation">
|
||||
<div class="nav-categories">
|
||||
<span>This Website</span>
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/home.png"
|
||||
class="nav-icons"
|
||||
alt="Kirby's house"
|
||||
/><a href="index.html" class="nav-links" id="navHome">Home</a>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/site-info.png"
|
||||
class="nav-icons"
|
||||
alt="Blue Kirby"
|
||||
/><a href="site_info.html" class="nav-links" id="navSiteInfo"
|
||||
>Site Info</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/past-versions.png"
|
||||
class="nav-icons"
|
||||
alt="Star"
|
||||
/><a
|
||||
href="past_versions.html"
|
||||
class="nav-links"
|
||||
id="navPastVersions"
|
||||
>Past Versions</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Personal</span>
|
||||
<div class="nav-items">
|
||||
<img src="images/about-me.png" class="nav-icons" alt="Kirby" /><a
|
||||
href="about_me.html"
|
||||
class="nav-links"
|
||||
id="navAboutMe"
|
||||
>About Me</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/favorite-games.png"
|
||||
class="nav-icons"
|
||||
alt="N64 Logo"
|
||||
/><a
|
||||
href="favorite_games.html"
|
||||
class="nav-links"
|
||||
id="navFavoriteGames"
|
||||
>Favorite Games</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/anime-reviews.png"
|
||||
class="nav-icons"
|
||||
alt="Konata Izumi"
|
||||
/><a
|
||||
href="anime_reviews.html"
|
||||
class="nav-links"
|
||||
id="navAnimeReviews"
|
||||
>Anime Reviews</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/artworks.png"
|
||||
class="nav-icons"
|
||||
alt="Kirby 64 Painting"
|
||||
/><a href="artworks.html" class="nav-links" id="navArtworks"
|
||||
>Artworks</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Entertainment</span>
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/music-player.png"
|
||||
class="nav-icons"
|
||||
alt="Mike Kirby"
|
||||
/><a
|
||||
href="music_player.html"
|
||||
class="nav-links"
|
||||
id="navMusicPlayer"
|
||||
>Music Player ♪</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/mini-tv.png"
|
||||
class="nav-icons"
|
||||
alt="Cartoonish CRT TV"
|
||||
/><a href="crt_television.html" class="nav-links" id="navCRT"
|
||||
>CRT Television</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/crt-television.png"
|
||||
class="nav-icons"
|
||||
alt="CRT TV Realistic"
|
||||
/><a href="others/crt-tv/index.html" class="nav-links-external"
|
||||
>Realistic CRT</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/arcade-games.png"
|
||||
class="nav-icons"
|
||||
alt="Pixel Mario"
|
||||
/><a
|
||||
href="arcade_games.html"
|
||||
class="nav-links"
|
||||
id="navArcadeGames"
|
||||
>Arcade Games</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/sketchbook.png"
|
||||
class="nav-icons"
|
||||
alt="Adeleine from Kirby"
|
||||
/><a href="sketchbook.html" class="nav-links" id="navSketchbook"
|
||||
>Sketchbook</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Cool Stuff</span>
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/coding-tricks.png"
|
||||
class="nav-icons"
|
||||
alt="HTML5 Logo"
|
||||
/><a
|
||||
href="coding_tricks.html"
|
||||
class="nav-links"
|
||||
id="navCodingTricks"
|
||||
>Coding Tricks</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/all-kirby-games.png"
|
||||
class="nav-icons"
|
||||
alt="Retro Kirby"
|
||||
/><a
|
||||
href="all_kirby_games.html"
|
||||
class="nav-links"
|
||||
id="navAllKirbyGames"
|
||||
>All Kirby Games</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/miscellaneous.png"
|
||||
class="nav-icons"
|
||||
alt="Kirby 64 Painting 2"
|
||||
/><a
|
||||
href="miscellaneous.html"
|
||||
class="nav-links"
|
||||
id="navMiscellaneous"
|
||||
>Miscellaneous</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/gif-collection.png"
|
||||
class="nav-icons"
|
||||
alt="King DeDeDe"
|
||||
/><a
|
||||
href="gif_collection.html"
|
||||
class="nav-links"
|
||||
id="navGifCollection"
|
||||
>GIF Collection</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/guestbook.png"
|
||||
class="nav-icons"
|
||||
alt="Open Book"
|
||||
/><a href="guestbook.html" class="nav-links" id="navGuestbook"
|
||||
>My Guestbook</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Other Pages</span>
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/monster-hunter-tribute.png"
|
||||
class="nav-icons"
|
||||
alt="Felyne"
|
||||
/><a
|
||||
href="others/mhfu-tribute/index.html"
|
||||
class="nav-links-external"
|
||||
>Monster Hunter</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/minecraft-tribute.png"
|
||||
class="nav-icons"
|
||||
alt="Grass Block"
|
||||
/><a
|
||||
href="others/minecraft-tribute/index.html"
|
||||
class="nav-links-external"
|
||||
>Minecraft</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/wall-e-tribute.png"
|
||||
class="nav-icons"
|
||||
alt="BNL Logo"
|
||||
/><a
|
||||
href="others/wall-e-tribute/home.html"
|
||||
class="nav-links-external"
|
||||
>WALL-E</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/frutigeraeroarchive.png"
|
||||
class="nav-icons"
|
||||
alt="Windows 7 Orb"
|
||||
/><a
|
||||
href="https://frutigeraeroarchive.neocities.org/"
|
||||
class="nav-links-external"
|
||||
>Frutiger Aero</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Nav Music Player -->
|
||||
<audio id="navMusic">
|
||||
<source src="" type="audio/mpeg" />
|
||||
</audio>
|
||||
<!-- Music Controls -->
|
||||
<div class="nav-music-div">
|
||||
<div class="nav-music-marquee">
|
||||
<span id="currentSongInfo"
|
||||
><!-- Current song information will go here --></span
|
||||
>
|
||||
</div>
|
||||
<nav aria-label="Music Player">
|
||||
<div>
|
||||
<button id="navMusicPlay">Play</button>
|
||||
<button id="navMusicPause">Pause</button>
|
||||
</div>
|
||||
<div aria-label="Music Player Media Controls">
|
||||
<button id="navMusicPrevious">Back</button>
|
||||
<button id="navMusicNext">Next</button>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
<!-- Right Aside -->
|
||||
<aside id="rightSiteContent">
|
||||
<div class="aside-ads-container">
|
||||
<span>Cool Posters</span>
|
||||
<img
|
||||
src="images/sidebars/azumanga.jpg"
|
||||
alt="Azumanga Daioh Poster"
|
||||
title="Azumanga Daioh"
|
||||
/>
|
||||
<img
|
||||
src="images/sidebars/renge.jpg"
|
||||
alt="Renge Miyauchi Poster"
|
||||
title="Renge Miyauchi"
|
||||
/>
|
||||
<img
|
||||
src="images/sidebars/nichijou.jpg"
|
||||
alt="Nichijou Poster"
|
||||
title="Nichijou"
|
||||
/>
|
||||
<img
|
||||
src="images/sidebars/kirby_gameboy.jpg"
|
||||
alt="Ad for Kirby Game Boy game"
|
||||
title="Kirby Tilt 'n' Tumble"
|
||||
/>
|
||||
<img
|
||||
src="images/sidebars/yui_hirasawa.png"
|
||||
alt="Yui Hirasawa"
|
||||
class="sidebar-character-1"
|
||||
title="Yui Hirasawa"
|
||||
/>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<!-- Main Page -->
|
||||
<main id="middleContent">
|
||||
<!-- Home Section-->
|
||||
<section id="homeSection">
|
||||
<header>
|
||||
<h1>Error 404 - Not Found</h1>
|
||||
</header>
|
||||
|
||||
<article class="home-text text-containers-secondary-bg">
|
||||
<img
|
||||
src="images/error_404.jpg"
|
||||
alt="Surprised Kirby"
|
||||
style="
|
||||
width: 99%;
|
||||
margin-top: 10px;
|
||||
border-radius: 5px;
|
||||
border: 3px solid #8699df;
|
||||
"
|
||||
/>
|
||||
|
||||
<p>
|
||||
The page you're trying to access no longer exist or has been
|
||||
moved.
|
||||
</p>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer id="bottomFooter">
|
||||
<span>2022-2025 @Daniele63</span><br />
|
||||
<a href="mailto:daniele63web@hotmail.com">e-mail</a>
|
||||
<a href="https://ko-fi.com/daniele63">ko-fi</a>
|
||||
<a href="https://spacehey.com/daniele63">spacehey</a>
|
||||
<a href="https://www.bitview.net/user/Daniele">bitview</a>
|
||||
<a href="https://neocities.org/site/daniele63">neocities</a>
|
||||
</footer>
|
||||
<!-- Spacer -->
|
||||
<div id="websiteSpacerBottom"></div>
|
||||
</div>
|
||||
<!-- Javascript -->
|
||||
<script src="../javascript/carousel.js"></script>
|
||||
<script src="../javascript/view-counter.js"></script>
|
||||
<script src="javascript/nav-music.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,422 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Not Found</title>
|
||||
<meta name="description" content="Page Not Found" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="css/global.css" />
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
<!-- Favicon -->
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="/images/favicon/favicon-96x96.png"
|
||||
sizes="96x96"
|
||||
/>
|
||||
<link rel="shortcut icon" href="/images/favicon/favicon.ico" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="/images/favicon/apple-touch-icon.png"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-title" content="Daniele" />
|
||||
<link rel="manifest" href="/images/favicon/site.webmanifest" />
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
<!---Site Container--->
|
||||
<div id="websiteContainer">
|
||||
<!-- Spacer -->
|
||||
<div id="websiteSpacerTop"></div>
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
<img
|
||||
src="images/header-logo.png"
|
||||
alt="Logo and Title"
|
||||
class="header-logo"
|
||||
/>
|
||||
</header>
|
||||
|
||||
<!-- Left Aside -->
|
||||
<aside id="leftSiteContent">
|
||||
<!-- Main Navigation -->
|
||||
<nav id="leftNav" aria-label="Main Navigation">
|
||||
<div class="nav-categories">
|
||||
<span>This Website</span>
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/home.png"
|
||||
class="nav-icons"
|
||||
alt="Kirby's house"
|
||||
/><a href="index.html" class="nav-links" id="navHome">Home</a>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/site-info.png"
|
||||
class="nav-icons"
|
||||
alt="Blue Kirby"
|
||||
/><a href="site_info.html" class="nav-links" id="navSiteInfo"
|
||||
>Site Info</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/past-versions.png"
|
||||
class="nav-icons"
|
||||
alt="Star"
|
||||
/><a
|
||||
href="past_versions.html"
|
||||
class="nav-links"
|
||||
id="navPastVersions"
|
||||
>Past Versions</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Personal</span>
|
||||
<div class="nav-items">
|
||||
<img src="images/about-me.png" class="nav-icons" alt="Kirby" /><a
|
||||
href="about_me.html"
|
||||
class="nav-links"
|
||||
id="navAboutMe"
|
||||
>About Me</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/favorite-games.png"
|
||||
class="nav-icons"
|
||||
alt="N64 Logo"
|
||||
/><a
|
||||
href="favorite_games.html"
|
||||
class="nav-links"
|
||||
id="navFavoriteGames"
|
||||
>Favorite Games</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/anime-reviews.png"
|
||||
class="nav-icons"
|
||||
alt="Konata Izumi"
|
||||
/><a
|
||||
href="anime_reviews.html"
|
||||
class="nav-links"
|
||||
id="navAnimeReviews"
|
||||
>Anime Reviews</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/artworks.png"
|
||||
class="nav-icons"
|
||||
alt="Kirby 64 Painting"
|
||||
/><a href="artworks.html" class="nav-links" id="navArtworks"
|
||||
>Artworks</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Entertainment</span>
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/music-player.png"
|
||||
class="nav-icons"
|
||||
alt="Mike Kirby"
|
||||
/><a
|
||||
href="music_player.html"
|
||||
class="nav-links"
|
||||
id="navMusicPlayer"
|
||||
>Music Player ♪</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/mini-tv.png"
|
||||
class="nav-icons"
|
||||
alt="Cartoonish CRT TV"
|
||||
/><a href="crt_television.html" class="nav-links" id="navCRT"
|
||||
>CRT Television</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/crt-television.png"
|
||||
class="nav-icons"
|
||||
alt="CRT TV Realistic"
|
||||
/><a href="others/crt-tv/index.html" class="nav-links-external"
|
||||
>Realistic CRT</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/arcade-games.png"
|
||||
class="nav-icons"
|
||||
alt="Pixel Mario"
|
||||
/><a
|
||||
href="arcade_games.html"
|
||||
class="nav-links"
|
||||
id="navArcadeGames"
|
||||
>Arcade Games</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/sketchbook.png"
|
||||
class="nav-icons"
|
||||
alt="Adeleine from Kirby"
|
||||
/><a href="sketchbook.html" class="nav-links" id="navSketchbook"
|
||||
>Sketchbook</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Cool Stuff</span>
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/coding-tricks.png"
|
||||
class="nav-icons"
|
||||
alt="HTML5 Logo"
|
||||
/><a
|
||||
href="coding_tricks.html"
|
||||
class="nav-links"
|
||||
id="navCodingTricks"
|
||||
>Coding Tricks</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/all-kirby-games.png"
|
||||
class="nav-icons"
|
||||
alt="Retro Kirby"
|
||||
/><a
|
||||
href="all_kirby_games.html"
|
||||
class="nav-links"
|
||||
id="navAllKirbyGames"
|
||||
>All Kirby Games</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/miscellaneous.png"
|
||||
class="nav-icons"
|
||||
alt="Kirby 64 Painting 2"
|
||||
/><a
|
||||
href="miscellaneous.html"
|
||||
class="nav-links"
|
||||
id="navMiscellaneous"
|
||||
>Miscellaneous</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/gif-collection.png"
|
||||
class="nav-icons"
|
||||
alt="King DeDeDe"
|
||||
/><a
|
||||
href="gif_collection.html"
|
||||
class="nav-links"
|
||||
id="navGifCollection"
|
||||
>GIF Collection</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/guestbook.png"
|
||||
class="nav-icons"
|
||||
alt="Open Book"
|
||||
/><a href="guestbook.html" class="nav-links" id="navGuestbook"
|
||||
>My Guestbook</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Other Pages</span>
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/monster-hunter-tribute.png"
|
||||
class="nav-icons"
|
||||
alt="Felyne"
|
||||
/><a
|
||||
href="others/mhfu-tribute/index.html"
|
||||
class="nav-links-external"
|
||||
>Monster Hunter</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/minecraft-tribute.png"
|
||||
class="nav-icons"
|
||||
alt="Grass Block"
|
||||
/><a
|
||||
href="others/minecraft-tribute/index.html"
|
||||
class="nav-links-external"
|
||||
>Minecraft</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/wall-e-tribute.png"
|
||||
class="nav-icons"
|
||||
alt="BNL Logo"
|
||||
/><a
|
||||
href="others/wall-e-tribute/home.html"
|
||||
class="nav-links-external"
|
||||
>WALL-E</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div class="nav-items">
|
||||
<img
|
||||
src="images/frutigeraeroarchive.png"
|
||||
class="nav-icons"
|
||||
alt="Windows 7 Orb"
|
||||
/><a
|
||||
href="https://frutigeraeroarchive.neocities.org/"
|
||||
class="nav-links-external"
|
||||
>Frutiger Aero</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Nav Music Player -->
|
||||
<audio id="navMusic">
|
||||
<source src="" type="audio/mpeg" />
|
||||
</audio>
|
||||
<!-- Music Controls -->
|
||||
<div class="nav-music-div">
|
||||
<div class="nav-music-marquee">
|
||||
<span id="currentSongInfo"
|
||||
><!-- Current song information will go here --></span
|
||||
>
|
||||
</div>
|
||||
<nav aria-label="Music Player">
|
||||
<div>
|
||||
<button id="navMusicPlay">Play</button>
|
||||
<button id="navMusicPause">Pause</button>
|
||||
</div>
|
||||
<div aria-label="Music Player Media Controls">
|
||||
<button id="navMusicPrevious">Back</button>
|
||||
<button id="navMusicNext">Next</button>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
<!-- Right Aside -->
|
||||
<aside id="rightSiteContent">
|
||||
<div class="aside-ads-container">
|
||||
<span>Cool Posters</span>
|
||||
<img
|
||||
src="images/sidebars/azumanga.jpg"
|
||||
alt="Azumanga Daioh Poster"
|
||||
title="Azumanga Daioh"
|
||||
/>
|
||||
<img
|
||||
src="images/sidebars/renge.jpg"
|
||||
alt="Renge Miyauchi Poster"
|
||||
title="Renge Miyauchi"
|
||||
/>
|
||||
<img
|
||||
src="images/sidebars/nichijou.jpg"
|
||||
alt="Nichijou Poster"
|
||||
title="Nichijou"
|
||||
/>
|
||||
<img
|
||||
src="images/sidebars/kirby_gameboy.jpg"
|
||||
alt="Ad for Kirby Game Boy game"
|
||||
title="Kirby Tilt 'n' Tumble"
|
||||
/>
|
||||
<img
|
||||
src="images/sidebars/yui_hirasawa.png"
|
||||
alt="Yui Hirasawa"
|
||||
class="sidebar-character-1"
|
||||
title="Yui Hirasawa"
|
||||
/>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<!-- Main Page -->
|
||||
<main id="middleContent">
|
||||
<!-- Home Section-->
|
||||
<section id="homeSection">
|
||||
<header>
|
||||
<h1>Error 404 - Not Found</h1>
|
||||
</header>
|
||||
|
||||
<article class="home-text text-containers-secondary-bg">
|
||||
<img
|
||||
src="images/error_404.jpg"
|
||||
alt="Surprised Kirby"
|
||||
style="
|
||||
width: 99%;
|
||||
margin-top: 10px;
|
||||
border-radius: 5px;
|
||||
border: 3px solid #8699df;
|
||||
"
|
||||
/>
|
||||
|
||||
<p>
|
||||
The page you're trying to access no longer exist or has been
|
||||
moved.
|
||||
</p>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer id="bottomFooter">
|
||||
<span>2022-2025 @Daniele63</span><br />
|
||||
<a href="mailto:daniele63web@hotmail.com">e-mail</a>
|
||||
<a href="https://ko-fi.com/daniele63">ko-fi</a>
|
||||
<a href="https://spacehey.com/daniele63">spacehey</a>
|
||||
<a href="https://www.bitview.net/user/Daniele">bitview</a>
|
||||
<a href="https://neocities.org/site/daniele63">neocities</a>
|
||||
</footer>
|
||||
<!-- Spacer -->
|
||||
<div id="websiteSpacerBottom"></div>
|
||||
</div>
|
||||
<!-- Javascript -->
|
||||
<script src="../javascript/carousel.js"></script>
|
||||
<script src="../javascript/view-counter.js"></script>
|
||||
<script src="javascript/nav-music.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
// Create Music Player
|
||||
function createYouTubePlayer() {
|
||||
// Default Playlist
|
||||
const defaultSrc =
|
||||
"https://www.youtube-nocookie.com/embed/videoseries?list=PLbiQ_Jf57CBWyu7z1UbCkWc79UNV4xitp&loop=1&enablejsapi=1";
|
||||
// Create iframe element
|
||||
const iframe = document.createElement("iframe");
|
||||
iframe.setAttribute("src", defaultSrc);
|
||||
iframe.setAttribute("frameborder", "0");
|
||||
iframe.setAttribute("allowfullscreen", "");
|
||||
iframe.setAttribute("id", "crtVideo");
|
||||
iframe.setAttribute("allow", "autoplay");
|
||||
|
||||
// Set default volume
|
||||
iframe.onload = function () {
|
||||
this.contentWindow.postMessage(
|
||||
JSON.stringify({
|
||||
event: "command",
|
||||
func: "setVolume",
|
||||
args: [50],
|
||||
}),
|
||||
"*"
|
||||
);
|
||||
};
|
||||
// CRT buttons
|
||||
function setVideoSource(source) {
|
||||
document.getElementById("crtVideo").src = source;
|
||||
}
|
||||
|
||||
// CRT Upload button
|
||||
document.getElementById("crtUpload").addEventListener("click", function () {
|
||||
var url = document.getElementById("crtURL").value;
|
||||
iframe.setAttribute("src", url);
|
||||
});
|
||||
|
||||
// CRT Reset button
|
||||
document.getElementById("crtReset").addEventListener("click", function () {
|
||||
iframe.setAttribute("src", defaultSrc);
|
||||
});
|
||||
|
||||
// Where it appears
|
||||
const container = document.querySelector(".crt-screen-div div");
|
||||
container.appendChild(iframe);
|
||||
return iframe;
|
||||
}
|
||||
|
||||
createYouTubePlayer();
|
||||
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 8 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 844 B After Width: | Height: | Size: 844 B |