mirror of
https://github.com/t404owo/t404null.git
synced 2026-06-22 07:54:41 +00:00
Updated icon and logo
This commit is contained in:
+293
-276
@@ -1,283 +1,300 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>t404:null | Activities / Previous Events</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Hello there! I'm t404:null (a.k.a t404owo).
|
||||
<head>
|
||||
<title>t404:null | Activities / Previous Events</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Hello there! I'm t404:null (a.k.a t404owo).
|
||||
I write/make/produce EDM music(DTM), and for every releases I'll post my music on this website. If you have any requests or questions, feel free contact me."
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="https://gitlab.com/t404null/cdn.t404null.com/-/raw/main/logo.png"
|
||||
/>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
||||
</head>
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="https://gitlab.com/t404null/cdn.t404null.com/-/raw/main/avatar.png"
|
||||
/>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul class="menu">
|
||||
<li>
|
||||
<a href="/">
|
||||
<img
|
||||
src="https://gitlab.com/t404null/cdn.t404null.com/-/raw/main/logo.png"
|
||||
alt="t404:null"
|
||||
/>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="vertical-line"></div>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/">
|
||||
<p>
|
||||
<strong>Home</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/release">
|
||||
<p>
|
||||
<strong>Releases</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/activity">
|
||||
<p>
|
||||
<strong>Activities</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/song_usage_terms">
|
||||
<p>
|
||||
<strong>Terms of Use</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/about_me">
|
||||
<p>
|
||||
<strong>About Me</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/contacts">
|
||||
<p>
|
||||
<strong>My Contacts</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div></div>
|
||||
<ul id="social">
|
||||
<li class="social">
|
||||
<a href="https://youtube.com/@t404_null">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://x.com/t404_null">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://t404null.bandcamp.com/">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/">
|
||||
<p class="nf-icons">󰓇</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://music.apple.com/artist/t404-null/1583561849">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://soundcloud.com/t404null">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://discord.gg/YJmkAFbKFX">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<button
|
||||
class="burger"
|
||||
onclick="this.classList.toggle('open');
|
||||
document.querySelector('.dropdown').classList.toggle('dropdown-open');"
|
||||
>
|
||||
<div id="hamburger">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<body>
|
||||
<nav>
|
||||
<ul class="menu">
|
||||
<li>
|
||||
<a href="/">
|
||||
<img
|
||||
src="https://gitlab.com/t404null/cdn.t404null.com/-/raw/main/logo.png"
|
||||
alt="t404:null"
|
||||
/>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="vertical-line"></div>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/">
|
||||
<p>
|
||||
<strong>Home</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/release">
|
||||
<p>
|
||||
<strong>Releases</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/activity">
|
||||
<p>
|
||||
<strong>Activities</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/song_usage_terms">
|
||||
<p>
|
||||
<strong>Terms of Use</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/about_me">
|
||||
<p>
|
||||
<strong>About Me</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/contacts">
|
||||
<p>
|
||||
<strong>My Contacts</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div></div>
|
||||
<ul id="social">
|
||||
<li class="social">
|
||||
<a href="https://youtube.com/@t404_null">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://x.com/t404_null">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://t404null.bandcamp.com/">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a
|
||||
href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/"
|
||||
>
|
||||
<p class="nf-icons">󰓇</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a
|
||||
href="https://music.apple.com/artist/t404-null/1583561849"
|
||||
>
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://soundcloud.com/t404null">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://discord.gg/YJmkAFbKFX">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<button
|
||||
class="burger"
|
||||
onclick="
|
||||
this.classList.toggle('open');
|
||||
document
|
||||
.querySelector('.dropdown')
|
||||
.classList.toggle('dropdown-open');
|
||||
"
|
||||
>
|
||||
<div id="hamburger">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
<div id="cross">
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="dropdown">
|
||||
<div class="dropdown-menu">
|
||||
<a href="/">
|
||||
<p>
|
||||
<strong>Home</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/release">
|
||||
<p>
|
||||
<strong>Releases</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/activity">
|
||||
<p>
|
||||
<strong>Activities</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/song_usage_terms">
|
||||
<p>
|
||||
<strong>Terms of Use</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/about_me">
|
||||
<p>
|
||||
<strong>About Me</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/contacts">
|
||||
<p>
|
||||
<strong>My Contacts</strong>
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<hr class="dropdown-menu" />
|
||||
<div class="dropdown-social">
|
||||
<p>
|
||||
<a href="https://youtube.com/@t404_null">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Youtube</strong>
|
||||
</a>
|
||||
<a href="https://x.com/t404_null">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">X/Twitter</strong>
|
||||
</a>
|
||||
<a href="https://t404null.bandcamp.com/">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Bandcamp</strong>
|
||||
</a>
|
||||
<a
|
||||
href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/"
|
||||
>
|
||||
<span class="icons nf-icons">󰓇</span>
|
||||
<strong class="social-name">Spotify</strong>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://music.apple.com/artist/t404-null/1583561849"
|
||||
>
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Apple Music</strong>
|
||||
</a>
|
||||
<a href="https://soundcloud.com/t404null">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">SoundCloud</strong>
|
||||
</a>
|
||||
<a href="https://discord.gg/YJmkAFbKFX">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Discord</strong>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cross">
|
||||
<span></span>
|
||||
<span></span>
|
||||
</nav>
|
||||
<main class="main-page">
|
||||
<h1 class="topic">Activities</h1>
|
||||
<div class="half-image-cards">
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/fof-genesis.png);
|
||||
"
|
||||
></div>
|
||||
<h2>Fanmade of Fighters I: Genesis</h2>
|
||||
<p>BOF-like Contest Releases.</p>
|
||||
<p>
|
||||
Our team (Sine Fine Stellae) Achieved #2 :D<br /><br /><strong
|
||||
>A Lake With Endless Stars</strong
|
||||
>
|
||||
is one of the soundtracks from Sine Fine Stellae
|
||||
produced by me, thanks to the help of Riprider500 and
|
||||
more people :D
|
||||
</p>
|
||||
</a>
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/vnmc2023.png?v=1717348650235);
|
||||
"
|
||||
></div>
|
||||
<h2>VNMC 2023</h2>
|
||||
<p>
|
||||
(Vietnamese National Mania Championship 2023) Grand
|
||||
Finals Tiebreaker by me (t404:null)
|
||||
</p>
|
||||
<p>
|
||||
<strong
|
||||
>Oblitus Requiem \\Against the Forsaken
|
||||
Legacy//</strong
|
||||
><br /><br />
|
||||
"Even if you don't remember me now, I will bring the you
|
||||
I once knew back from them."
|
||||
<br /><br />Sivelia (the host of VNMC) has asked me
|
||||
making a custom soundtrack round for the tourney. The
|
||||
soundtrack get much likes and subscribers on Youtube
|
||||
within 2 weeks as the tournament got a big impact
|
||||
gained. Big thank you to all VNMC staffs for that!
|
||||
</p>
|
||||
</a>
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/glitch1.jpg);
|
||||
"
|
||||
></div>
|
||||
<h2>VNMC 2024 (???)</h2>
|
||||
<p>???</p>
|
||||
<p>
|
||||
Li4tLiAuLS0gLS4uIC0tLi4u<br />\-...-4buoe2v1qZuiULSrOPuzXZBn<br />YZt0ULSr9PuzvfuiaZwo5ZBseZB39<br />fuzpLxn9PurYZtz4PtzpVSlC3u3UrviaZO
|
||||
</p>
|
||||
</a>
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/glitch2.jpg);
|
||||
"
|
||||
></div>
|
||||
<h2>VNMC 2024 (???) (w/ ??? as ???)</h2>
|
||||
<p>???</p>
|
||||
</a>
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/glich3.jpg);
|
||||
"
|
||||
></div>
|
||||
<h2>???? 5 (????2024) (w/ ??? as ???)</h2>
|
||||
<p>???</p>
|
||||
<p>???</p>
|
||||
</a>
|
||||
</div>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="dropdown">
|
||||
<div class="dropdown-menu">
|
||||
<a href="/">
|
||||
<p>
|
||||
<strong>Home</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/release">
|
||||
<p>
|
||||
<strong>Releases</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/activity">
|
||||
<p>
|
||||
<strong>Activities</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/song_usage_terms">
|
||||
<p>
|
||||
<strong>Terms of Use</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/about_me">
|
||||
<p>
|
||||
<strong>About Me</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/contacts">
|
||||
<p>
|
||||
<strong>My Contacts</strong>
|
||||
</p>
|
||||
</a>
|
||||
</main>
|
||||
<div class="footer">
|
||||
© t404:null 2021-2025 - All Rights Reserved
|
||||
</div>
|
||||
<hr class="dropdown-menu" />
|
||||
<div class="dropdown-social">
|
||||
<p>
|
||||
<a href="https://youtube.com/@t404_null">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Youtube</strong>
|
||||
</a>
|
||||
<a href="https://x.com/t404_null">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">X/Twitter</strong>
|
||||
</a>
|
||||
<a href="https://t404null.bandcamp.com/">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Bandcamp</strong>
|
||||
</a>
|
||||
<a href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/">
|
||||
<span class="icons nf-icons">󰓇</span>
|
||||
<strong class="social-name">Spotify</strong>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://music.apple.com/artist/t404-null/1583561849">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Apple Music</strong>
|
||||
</a>
|
||||
<a href="https://soundcloud.com/t404null">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">SoundCloud</strong>
|
||||
</a>
|
||||
<a href="https://discord.gg/YJmkAFbKFX">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Discord</strong>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<main class= "main-page">
|
||||
<h1 class="topic">Activities</h1>
|
||||
<div class="half-image-cards">
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/fof-genesis.png);
|
||||
"
|
||||
></div>
|
||||
<h2>Fanmade of Fighters I: Genesis</h2>
|
||||
<p>BOF-like Contest Releases.</p>
|
||||
<p>
|
||||
Our team (Sine Fine Stellae) Achieved #2 :D<br /><br /><strong
|
||||
>A Lake With Endless Stars</strong
|
||||
>
|
||||
is one of the soundtracks from Sine Fine Stellae produced by me,
|
||||
thanks to the help of Riprider500 and more people :D
|
||||
</p>
|
||||
</a>
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/vnmc2023.png?v=1717348650235);
|
||||
"
|
||||
></div>
|
||||
<h2>VNMC 2023</h2>
|
||||
<p>
|
||||
(Vietnamese National Mania Championship 2023) Grand Finals
|
||||
Tiebreaker by me (t404:null)
|
||||
</p>
|
||||
<p>
|
||||
<strong
|
||||
>Oblitus Requiem \\Against the Forsaken Legacy//</strong
|
||||
><br /><br />
|
||||
"Even if you don't remember me now, I will bring the you I once knew
|
||||
back from them."
|
||||
<br /><br />Sivelia (the host of VNMC) has asked me making a custom
|
||||
soundtrack round for the tourney. The soundtrack get much likes and
|
||||
subscribers on Youtube within 2 weeks as the tournament got a big
|
||||
impact gained. Big thank you to all VNMC staffs for that!
|
||||
</p>
|
||||
</a>
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/glitch1.jpg);
|
||||
"
|
||||
></div>
|
||||
<h2>VNMC 2024 (???)</h2>
|
||||
<p>???</p>
|
||||
<p>
|
||||
Li4tLiAuLS0gLS4uIC0tLi4u<br />\-...-4buoe2v1qZuiULSrOPuzXZBn<br />YZt0ULSr9PuzvfuiaZwo5ZBseZB39<br />fuzpLxn9PurYZtz4PtzpVSlC3u3UrviaZO
|
||||
</p>
|
||||
</a>
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/glitch2.jpg);
|
||||
"
|
||||
></div>
|
||||
<h2>VNMC 2024 (???) (w/ ??? as ???)</h2>
|
||||
<p>???</p>
|
||||
</a>
|
||||
<a class="card" href="/activity">
|
||||
<div
|
||||
class="bg-img"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/glich3.jpg);
|
||||
"
|
||||
></div>
|
||||
<h2>???? 5 (????2024) (w/ ??? as ???)</h2>
|
||||
<p>???</p>
|
||||
<p>???</p>
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
<div class="footer">© t404:null 2021-2025 - All Rights Reserved</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user