chore: Site Fixes
This commit is contained in:
parent
b46f3b446f
commit
e7d7748578
2 changed files with 87 additions and 162 deletions
247
about_me.html
247
about_me.html
|
|
@ -1,14 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Daniele's Website - About Me</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Page talking about the creator of this website."
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>About Us - Venith Network</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta property="og:type" content="summary">
|
||||
<meta property="og:site_name" content="Venith Network">
|
||||
<meta property="og:title" content="Venith Network">
|
||||
<meta property="og:description" content="Venith was created by MattTheTekie, Austcool Walker, and Digital Cheese! Please stay tuned for future projects/other services we will be creating if you are interested.">
|
||||
<meta property="og:image:alt" content="Venith">
|
||||
<meta property="og:url" content="http://www.venith.net/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta property="author" content="MattTheTekie + Austcool Walker + Digital Cheese + Venith">
|
||||
<meta property="keywords" content="90s Web, 2000s, Political, Digital Cheese, TDK, Venith, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="css/global.css" />
|
||||
<link rel="stylesheet" href="css/about_me.css" />
|
||||
|
|
@ -16,19 +19,19 @@
|
|||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="images/favicon/favicon-96x96.png"
|
||||
href="http://www.venith.net/legacy/assets/images/banner.png"
|
||||
sizes="96x96"
|
||||
/>
|
||||
<link rel="shortcut icon" href="images/favicon/favicon.ico" />
|
||||
<link rel="shortcut icon" href="http://www.venith.net/legacy/assets/images/banner.png" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="images/favicon/apple-touch-icon.png"
|
||||
href="http://www.venith.net/legacy/assets/images/banner.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" />
|
||||
<link rel="canonical" href="index.html" />
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
|
|
@ -39,7 +42,7 @@
|
|||
<!-- Header -->
|
||||
<header id="header">
|
||||
<img
|
||||
src="images/header-logo.png"
|
||||
src="https://files.catbox.moe/vhubrq.png"
|
||||
alt="Logo and Title"
|
||||
class="header-logo"
|
||||
/>
|
||||
|
|
@ -50,13 +53,15 @@
|
|||
<!-- Main Navigation -->
|
||||
<nav id="leftNav" aria-label="Main Navigation">
|
||||
<div class="nav-categories">
|
||||
<span>This Website</span>
|
||||
<span>Venith Portal</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>
|
||||
/><a href="index.html" class="nav-links-active" id="navHome"
|
||||
>Home</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
|
|
@ -65,8 +70,8 @@
|
|||
src="images/site-info.png"
|
||||
class="nav-icons"
|
||||
alt="Blue Kirby"
|
||||
/><a href="site_info.html" class="nav-links" id="navSiteInfo"
|
||||
>Site Info</a
|
||||
/><a href="http://status.venith.net" class="nav-links" id="navSiteInfo"
|
||||
>Status</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
|
@ -77,22 +82,22 @@
|
|||
class="nav-icons"
|
||||
alt="Star"
|
||||
/><a
|
||||
href="past_versions.html"
|
||||
href="legacy/index.html"
|
||||
class="nav-links"
|
||||
id="navPastVersions"
|
||||
>Past Versions</a
|
||||
>Member Area</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-categories">
|
||||
<span>Personal</span>
|
||||
<span>Information Center</span>
|
||||
<div class="nav-items">
|
||||
<img src="images/about-me.png" class="nav-icons" alt="Kirby" /><a
|
||||
href="about_me.html"
|
||||
class="nav-links-active"
|
||||
href="http://www.venith.net/legacy/about.html"
|
||||
class="nav-links"
|
||||
id="navAboutMe"
|
||||
>About Me</a
|
||||
>About Us</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
|
@ -103,10 +108,10 @@
|
|||
class="nav-icons"
|
||||
alt="N64 Logo"
|
||||
/><a
|
||||
href="favorite_games.html"
|
||||
href="http://www.venith.net/legacy/blog/"
|
||||
class="nav-links"
|
||||
id="navFavoriteGames"
|
||||
>Favorite Games</a
|
||||
>Venith Blog</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
|
@ -117,10 +122,10 @@
|
|||
class="nav-icons"
|
||||
alt="Konata Izumi"
|
||||
/><a
|
||||
href="anime_reviews.html"
|
||||
href="legacy/services.html"
|
||||
class="nav-links"
|
||||
id="navAnimeReviews"
|
||||
>Anime Reviews</a
|
||||
>Venith Services</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
|
@ -130,8 +135,8 @@
|
|||
src="images/artworks.png"
|
||||
class="nav-icons"
|
||||
alt="Kirby 64 Painting"
|
||||
/><a href="artworks.html" class="nav-links" id="navArtworks"
|
||||
>Artworks</a
|
||||
/><a href="http://podcast.venith.net" class="nav-links" id="navArtworks"
|
||||
>Venith Podcast</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -144,7 +149,7 @@
|
|||
class="nav-icons"
|
||||
alt="Mike Kirby"
|
||||
/><a
|
||||
href="music_player.html"
|
||||
href="#"
|
||||
class="nav-links"
|
||||
id="navMusicPlayer"
|
||||
>Music Player ♪</a
|
||||
|
|
@ -157,7 +162,7 @@
|
|||
src="images/mini-tv.png"
|
||||
class="nav-icons"
|
||||
alt="Cartoonish CRT TV"
|
||||
/><a href="crt_television.html" class="nav-links" id="navCRT"
|
||||
/><a href="#" class="nav-links" id="navCRT"
|
||||
>CRT Television</a
|
||||
>
|
||||
</div>
|
||||
|
|
@ -168,7 +173,7 @@
|
|||
src="images/crt-television.png"
|
||||
class="nav-icons"
|
||||
alt="CRT TV Realistic"
|
||||
/><a href="others/crt-tv/index.html" class="nav-links-external"
|
||||
/><a href="#" class="nav-links-external"
|
||||
>Realistic CRT</a
|
||||
>
|
||||
</div>
|
||||
|
|
@ -180,7 +185,7 @@
|
|||
class="nav-icons"
|
||||
alt="Pixel Mario"
|
||||
/><a
|
||||
href="arcade_games.html"
|
||||
href="#"
|
||||
class="nav-links"
|
||||
id="navArcadeGames"
|
||||
>Arcade Games</a
|
||||
|
|
@ -193,7 +198,7 @@
|
|||
src="images/sketchbook.png"
|
||||
class="nav-icons"
|
||||
alt="Adeleine from Kirby"
|
||||
/><a href="sketchbook.html" class="nav-links" id="navSketchbook"
|
||||
/><a href="#" class="nav-links" id="navSketchbook"
|
||||
>Sketchbook</a
|
||||
>
|
||||
</div>
|
||||
|
|
@ -207,7 +212,7 @@
|
|||
class="nav-icons"
|
||||
alt="HTML5 Logo"
|
||||
/><a
|
||||
href="coding_tricks.html"
|
||||
href="#"
|
||||
class="nav-links"
|
||||
id="navCodingTricks"
|
||||
>Coding Tricks</a
|
||||
|
|
@ -221,7 +226,7 @@
|
|||
class="nav-icons"
|
||||
alt="Retro Kirby"
|
||||
/><a
|
||||
href="all_kirby_games.html"
|
||||
href="#"
|
||||
class="nav-links"
|
||||
id="navAllKirbyGames"
|
||||
>All Kirby Games</a
|
||||
|
|
@ -235,7 +240,7 @@
|
|||
class="nav-icons"
|
||||
alt="Kirby 64 Painting 2"
|
||||
/><a
|
||||
href="miscellaneous.html"
|
||||
href="#"
|
||||
class="nav-links"
|
||||
id="navMiscellaneous"
|
||||
>Miscellaneous</a
|
||||
|
|
@ -249,7 +254,7 @@
|
|||
class="nav-icons"
|
||||
alt="King DeDeDe"
|
||||
/><a
|
||||
href="gif_collection.html"
|
||||
href="#"
|
||||
class="nav-links"
|
||||
id="navGifCollection"
|
||||
>GIF Collection</a
|
||||
|
|
@ -262,7 +267,7 @@
|
|||
src="images/guestbook.png"
|
||||
class="nav-icons"
|
||||
alt="Open Book"
|
||||
/><a href="guestbook.html" class="nav-links" id="navGuestbook"
|
||||
/><a href="#" class="nav-links" id="navGuestbook"
|
||||
>My Guestbook</a
|
||||
>
|
||||
</div>
|
||||
|
|
@ -276,7 +281,7 @@
|
|||
class="nav-icons"
|
||||
alt="Felyne"
|
||||
/><a
|
||||
href="others/mhfu-tribute/index.html"
|
||||
href="#"
|
||||
class="nav-links-external"
|
||||
>Monster Hunter</a
|
||||
>
|
||||
|
|
@ -289,9 +294,9 @@
|
|||
class="nav-icons"
|
||||
alt="Grass Block"
|
||||
/><a
|
||||
href="others/minecraft-tribute/index.html"
|
||||
href="http://www.venith.net/legacy/Venith-MC/index.html"
|
||||
class="nav-links-external"
|
||||
>Minecraft</a
|
||||
>VENITH-MC</a
|
||||
>
|
||||
</div>
|
||||
<hr />
|
||||
|
|
@ -302,7 +307,7 @@
|
|||
class="nav-icons"
|
||||
alt="BNL Logo"
|
||||
/><a
|
||||
href="others/wall-e-tribute/home.html"
|
||||
href="#"
|
||||
class="nav-links-external"
|
||||
>WALL-E</a
|
||||
>
|
||||
|
|
@ -315,7 +320,7 @@
|
|||
class="nav-icons"
|
||||
alt="Windows 7 Orb"
|
||||
/><a
|
||||
href="https://frutigeraeroarchive.neocities.org/"
|
||||
href="#"
|
||||
class="nav-links-external"
|
||||
>Frutiger Aero</a
|
||||
>
|
||||
|
|
@ -352,154 +357,74 @@
|
|||
<div class="aside-ads-container">
|
||||
<span>Cool Posters</span>
|
||||
<img
|
||||
src="images/sidebars/azumanga.jpg"
|
||||
alt="Azumanga Daioh Poster"
|
||||
title="Azumanga Daioh"
|
||||
src="http://www.venith.net/legacy/assets/images/tenor.gif"
|
||||
alt="Poster 1"
|
||||
title="Poster 1"
|
||||
/>
|
||||
<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"
|
||||
src="http://www.venith.net/legacy/assets/images/bg.gif"
|
||||
alt="Poster 2"
|
||||
title="Poster 2"
|
||||
/>
|
||||
<a href="https://youareanidiot.cc/" target="_blank" rel="noopener noreferrer">
|
||||
<img
|
||||
src="https://kitschymew.neocities.org/assets/congrats%20you%20won.png"
|
||||
alt="Poster 3"
|
||||
title="Poster 3"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<!-- Main Page -->
|
||||
<!-- Main Page -->
|
||||
<main id="middleContent">
|
||||
<!-- About Me Section -->
|
||||
<section id="aboutMeSection">
|
||||
<div class="about-me-divs text-containers-main-bg">
|
||||
<h1>Let me introduce myself</h1>
|
||||
<h1>Who we are</h1>
|
||||
<img
|
||||
src="images/gifs/iwata1.gif"
|
||||
class="intro-img"
|
||||
title="R.I.P Satoru Iwata"
|
||||
/>
|
||||
<p>
|
||||
Greetings ! I'm just a normal guy who does coding for fun and I
|
||||
love the old web and nostalgic stuff in general, and I try to love
|
||||
my neighbor as myself. I have Autism and ADHD, and many specific
|
||||
interests, mostly stuff that most people do not care about, like
|
||||
my unreasonable obsession over physical media and Vocaloid. When i
|
||||
learned more about the 1990s internet, I really wanted to make my
|
||||
own website, and this is what I did.
|
||||
</p>
|
||||
We are geeks, tinkerers, modders, hackers, and plain out pioneers.
|
||||
</p><br><br><br><br>
|
||||
</div>
|
||||
|
||||
<div class="about-me-divs text-containers-main-bg">
|
||||
<h3>My Interest in the Personal Web</h3>
|
||||
<img src="images/geocities.png" class="web-img-1" />
|
||||
<h3>What we're doing</h3>
|
||||
<img src="images/geocities.png" class="web-img-1" /><br>
|
||||
<p>
|
||||
I don't remember when I first went on the internet, but it was
|
||||
probably in 2007 or maybe earlier. So I have not experienced the
|
||||
internet when Geocities was at it's peak. But I was still around
|
||||
to experience some old forums and I remember how non-corporate and
|
||||
personal the web used to be.
|
||||
</p>
|
||||
<p>
|
||||
I have very fond memories of the old YouTube before the Google
|
||||
acquisition. A few years ago, i found a video called "THE INTERNET
|
||||
on April 4th, 1998", and that started my interest in the old web
|
||||
and i was just amazed at how cool it used to be, and how people
|
||||
used to express themselves in a creative way, even if some
|
||||
websites were really simple.
|
||||
</p>
|
||||
<p>
|
||||
One of my favorite game of all time is Little Big Planet, a game
|
||||
where you make levels and share them with others, and I played a
|
||||
lot of Lego<img src="images/win-98.png" class="web-img-2" />
|
||||
as a kid, so I always had an appreciation for tools that allow you
|
||||
to create whatever you want to do. With HTML, CSS, and JavaScript,
|
||||
you can make your web-page look any way that you want to.
|
||||
JavaScript is optional, but it's good for doing interactive stuff.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="about-me-divs text-containers-main-bg">
|
||||
<h3>My Kind of Music</h3>
|
||||
<img src="images/gifs/kirby71.gif" class="music-img" />
|
||||
<p>
|
||||
I mostly listen to music from anime, movie soundtracks, and
|
||||
Vocaloid. I also love 90s and 80s songs, and early 2000s songs (my
|
||||
era). Classical music is something that's always soothing to my
|
||||
soul. In general, I like music from different genres, as long as
|
||||
they sound good to my ears, I'm not limiting myself.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="about-me-divs text-containers-main-bg">
|
||||
<h3>My Love for Video Games</h3>
|
||||
<img
|
||||
src="images/gifs/iwata2.gif"
|
||||
class="games-img"
|
||||
title="R.I.P Satoru Iwata"
|
||||
/>
|
||||
<p>
|
||||
Since childhood, I've been fond of video games; I owned many
|
||||
consoles throughout the years: the PS2 was one of the first I
|
||||
remember, I also had the GameCube, the Wii, the PS3, the Xbox 360,
|
||||
GameBoy Advance, DS, PSP, and PS4. It was my favorite thing to do
|
||||
after school, and I kept most of my collection. Nowadays, I mainly
|
||||
play on the Steam Deck (mostly emulating older games) and on PC, I
|
||||
also own a Switch OLED and Lite (the Dialga & Palkia Edition) on
|
||||
which I play mostly Smash Bros and Monster Hunter: Rise.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="about-me-divs text-containers-main-bg">
|
||||
<h3>Favorite Movies and Series</h3>
|
||||
<p>
|
||||
Currently, I'm really into anime and manga, to name a few:
|
||||
Azumanga Daioh, Nichijou, Lucky Star, Kirby: Right Back at Ya!,
|
||||
Watamote, Evangelion, Pokémon, Serial Experiments Lain, Berserk,
|
||||
Naruto, Studio Ghibli movies, and more.
|
||||
</p>
|
||||
<p>
|
||||
In terms of other movies, my favorites are the Lord of the Rings
|
||||
trilogy, Star Wars 1-6, Indiana Jones, animated movies such as
|
||||
Wall-E and Brother Bear, Prince of Egypt, and many more.
|
||||
🐱💻 We are developers, and plain out geeks.
|
||||
<br>
|
||||
🐧 Fun fact: Our founder likes to maintain the cross-server infrastructure.
|
||||
</p>
|
||||
|
||||
<div class="fav-movies-div">
|
||||
<img src="images/fav-movies-1.jpg" />
|
||||
<img src="images/fav-movies-2.jpg" />
|
||||
<img src="images/fav-movies-3.jpg" />
|
||||
<img src="images/fav-movies-4.jpg" />
|
||||
<img src="images/fav-movies-5.jpg" />
|
||||
<img src="images/fav-movies-6.jpg" />
|
||||
</div>
|
||||
|
||||
<a href="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/rn_image_picker_lib_temp_b616512e-67da-4f1c-8352-72970e5b767f.jpg" target="_blank">
|
||||
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/rn_image_picker_lib_temp_b616512e-67da-4f1c-8352-72970e5b767f.jpg" width="18%"></a>
|
||||
<a href="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/Screenshot_2023-01-01-09-39-26-367_com.mxtech.videoplayer.pro.jpg" target="_blank">
|
||||
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/Screenshot_2023-01-01-09-39-26-367_com.mxtech.videoplayer.pro.jpg" width="30%"></a>
|
||||
<br>
|
||||
<a href="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/desktop.png" target="_blank">
|
||||
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/desktop.png" width="30%"></a>
|
||||
<a href="https://raw.githubusercontent.com/MattTheTekie/MattTheTekie/master/Personal-Scripts/Images/1.webp" target="_blank">
|
||||
<img src="https://raw.githubusercontent.com/MattTheTekie/MattTheTekie/master/Personal-Scripts/Images/1.webp" width="30%"></a><br><br>
|
||||
</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>
|
||||
<span>2019-2025 ©Venith Network</span><br />
|
||||
<a href="https://discord.com/invite/Xjfy4sJpWx">Discord</a> <a href="mailto:mattthetekie@venith.net">e-mail</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>
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
<span>Information Center</span>
|
||||
<div class="nav-items">
|
||||
<img src="images/about-me.png" class="nav-icons" alt="Kirby" /><a
|
||||
href="http://www.venith.net/legacy/about.html"
|
||||
href="about_me.html"
|
||||
class="nav-links"
|
||||
id="navAboutMe"
|
||||
>About Us</a
|
||||
|
|
@ -530,7 +530,7 @@ We are a development group and a community-driven infrastructure project focusin
|
|||
|
||||
<footer id="bottomFooter">
|
||||
<span>2019-2025 ©Venith Network</span><br />
|
||||
<a href="mailto:mattthetekie@venith.net">e-mail</a>
|
||||
<a href="https://discord.com/invite/Xjfy4sJpWx">Discord</a> <a href="mailto:mattthetekie@venith.net">e-mail</a>
|
||||
</footer>
|
||||
<!-- Spacer -->
|
||||
<div id="websiteSpacerBottom"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue