659 lines
23 KiB
HTML
659 lines
23 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>Daniele's Website - Anime Reviews</title>
|
|
<meta
|
|
name="description"
|
|
content="Page where I talk about my favorite anime series / movies and give my opinion on them."
|
|
/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="css/global.css" />
|
|
<link rel="stylesheet" href="css/anime_reviews.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" />
|
|
<!-- Canonical tag -->
|
|
<link rel="canonical" href="about_me.html" />
|
|
</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-active"
|
|
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">
|
|
<!-- About Me Section -->
|
|
<section id="aboutMeSection">
|
|
<div class="text-divs text-containers-main-bg">
|
|
<h1>Anime Reviews</h1>
|
|
<p>
|
|
This is a page where I talk about Anime series or movies that I
|
|
like and give my opinion on them.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/anime_reviews/non_non_biyori.jpg"
|
|
alt="Non Non Biyori Cover"
|
|
/>
|
|
<div>
|
|
<h2>Non Non Biyori</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/non_non_biyori_repeat_opening.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
One of my comfort anime, Non Non Biyori is a slice of life that
|
|
lets you follow the life of school girls in rural Japan, with
|
|
beautiful scenery, music, and stories. If you have not watched
|
|
it yet, I heavily recommend it, as well as the movies.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/anime_reviews/azumanga_daioh.jpg"
|
|
alt="Azumanga Daioh Cover"
|
|
/>
|
|
<div>
|
|
<h2>Azumanga Daioh</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/azumanga_daioh_soramimi_cake.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
An anime full of sillyness and I love it for it, it's another
|
|
slice of life but it's very funny! I can relate to Osaka that
|
|
falls asleep often during class, like I did. Sakaki is also
|
|
relatable because she is very introverted. Overall, amazing
|
|
anime with peak memes, go watch it now.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img src="images/anime_reviews/k_on.jpg" alt="K-ON! Cover" />
|
|
<div>
|
|
<h2>K-ON!</h2>
|
|
<audio controls>
|
|
<source src="music/k_on_u_i.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
If you watched Bocchi the Rock, this is what probably inspired
|
|
it! A slice of life music anime with awesome songs (especially
|
|
the opening and ending songs), sweet characters (Yui and
|
|
Azusa!), and emotional moments (the ending). It's also my
|
|
hyperfixation as of writing this, so yeah love it. Absolute
|
|
peak.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img src="images/anime_reviews/nichijou.jpg" alt="Nichijou Cover" />
|
|
<div>
|
|
<h2>Nichijou</h2>
|
|
<audio controls>
|
|
<source src="music/nichijou-op-1.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
Even more silly than Azumanga Daioh, Nichijou is slice of life
|
|
but with the comedy aspect on steroids, with no regards for the
|
|
laws of physics sometimes. It's a masterpiece visually, with the
|
|
amazing art style that it has, and story-wise, it's also very
|
|
good. I also enjoyed the Manga a lot, which has more content
|
|
than the Anime. Peak anime, recommend.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img src="images/anime_reviews/naruto.jpg" alt="Naruto Cover" />
|
|
<div>
|
|
<h2>Naruto</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/kana_boon_silhouette.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
Naruto & Naruto Shippuden are my childhood. Seriously it is the
|
|
best anime I've ever seen. The story is incredible and the
|
|
characters are so inspiring. My favorite characters are
|
|
Shikamaru because of his intelligence and maturity, Kakashi for
|
|
being a mentor figure, and Jiraiya for his wisdom (paired with
|
|
sillyness). Every opening and ending songs are bangers. Heavily
|
|
recommend this anime.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/anime_reviews/lucky_star.jpg"
|
|
alt="Lucky Star Cover"
|
|
/>
|
|
<div>
|
|
<h2>Lucky Star</h2>
|
|
<audio controls>
|
|
<source src="music/motteke_sailor_fuku.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
Very cute anime with funny characters, especially Konata who
|
|
likes manga and anime (animeception?), and the "Lucky Channel"
|
|
bit at the end of every episode. This anime has a lot of
|
|
talking, so much that I couldn't keep track with the subtitles
|
|
at some point, which made switch to the dubbed version. But it's
|
|
very fun overall, I also like the extras that were included in
|
|
the Blu-Ray disc.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/anime_reviews/bocchi_the_rock.jpg"
|
|
alt="Bocchi The Rock Cover"
|
|
/>
|
|
<div>
|
|
<h2>Bocchi The Rock</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/kessoku_band_seisyun_complex.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
A pretty new anime that has taken off in popularity especially
|
|
in Japan, Bocchi the Rock follows the life of Hitori Gotoh, who
|
|
dreams of becoming a famous guitarist but can't even make a
|
|
single friend. She luckily gets recruited into a band and that's
|
|
where her life changes. This anime has absolute banger songs and
|
|
the main character is very relatable to me. The manga is also
|
|
very good. Heavily recommend it.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/anime_reviews/serial_experiments_lain.jpg"
|
|
alt="Serial Experiments Lain Cover"
|
|
/>
|
|
<div>
|
|
<h2>Serial Experiments Lain</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/serial_experiments_lain_op.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
This is an amazing anime that is a bit hard to understand, but
|
|
it shows how one can lose themselves and forget who they are if
|
|
they become obsessed with the online world. In the anime, the
|
|
"wired" is like another space, different from reality. I
|
|
recommend checking it out, but be wary that it has some mature
|
|
themes like self harm and worse, so don't watch if you are
|
|
sensitive.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/anime_reviews/haibane_renmei.jpg"
|
|
alt="Haibane Renmei Cover"
|
|
/>
|
|
<div>
|
|
<h2>Haibane Renmei</h2>
|
|
<audio controls>
|
|
<source src="music/haibane_renmei_op.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
An underrated anime that is made by the same person behind
|
|
Serial Experiments Lain. You follow the life of a girl reborn as
|
|
a "haibane" which resembles angels, with no explanation of why.
|
|
It explores spiritual themes and is very mysterious. It's a cool
|
|
anime, with some sad moments. Overall very good anime, but a bit
|
|
short.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/anime_reviews/angel_beats.jpg"
|
|
alt="Angel Beats Cover"
|
|
/>
|
|
<div>
|
|
<h2>Angel Beats</h2>
|
|
<audio controls>
|
|
<source src="music/my_soul_your_beats.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
An anime where the main protagonist wakes up and learns that he
|
|
is dead. He is amnesic and doesn't remember how he landed here,
|
|
but he quickly finds other people that explain to him what the
|
|
world he landed in is about. The others have united to fight
|
|
"God", or rather his angel. They all have died horribly and
|
|
blame God for their horrible existence. As the anime goes on,
|
|
the main protagonist plays a key role in helping the others find
|
|
peace, which makes them exit the world to be reincarnated. But I
|
|
won't spoil any further. I really enjoyed this anime for the
|
|
deep message that it gave, the humor, and the visuals which are
|
|
really good (I enjoy that art style).
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="anime-review-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/anime_reviews/welcome_to_the_hnk.jpg"
|
|
alt="Welcome to the N.H.K. Cover"
|
|
/>
|
|
<div>
|
|
<h2>Welcome to the N.H.K.</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/welcome_to_the_hnk_opening.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
This one is about the struggle of Tatsuhiro Satou, a japanese
|
|
hikikomori, which is basically someone secluded from society and
|
|
that almost never leaves their home, because of an inability to
|
|
adapt to society. This anime tackles serious issues and does so
|
|
in a realistic manner. I can say that I could relate to the main
|
|
character more than once. I do recommend you to watch this, but
|
|
be warned that it does contain serious themes (self-harm) and
|
|
some scenes have nudity in them.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</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/nav-music.js"></script>
|
|
</body>
|
|
</html>
|