some cosmetics fix ;D

This commit is contained in:
t404owo
2025-10-17 00:39:48 +00:00
parent f936514228
commit b6034115c8
3 changed files with 198 additions and 11 deletions

View File

@@ -7,21 +7,28 @@ body {
margin: 0px; margin: 0px;
height: 100%; height: 100%;
} }
main {
main, textarea, textfield {
font-family: Jost, "Noto Sans Japanese", sans-serif, --apple-system; font-family: Jost, "Noto Sans Japanese", sans-serif, --apple-system;
}
main {
margin: 0.75rem; margin: 0.75rem;
height: 100%; height: 100%;
margin-bottom: 0; margin-bottom: 0;
margin-top: 0; margin-top: 0;
min-height: calc(100vh - 10vh); min-height: calc(100vh - 10vh);
} }
.main-page { .main-page {
max-width: 2300px; max-width: 2300px;
margin: 0 auto; margin: 0 auto;
} }
hr { hr {
margin: 2rem 0px; margin: 2rem 0px;
} }
nav { nav {
z-index: 4; z-index: 4;
position: -webkit-sticky; position: -webkit-sticky;
@@ -39,21 +46,25 @@ nav {
box-shadow: 0px 0px 12px 0.1px #d0d0d0; box-shadow: 0px 0px 12px 0.1px #d0d0d0;
display: grid; display: grid;
grid-template-columns: auto 1fr auto; grid-template-columns: auto 1fr auto;
ul { ul {
padding-left: 15px; padding-left: 15px;
list-style-type: none; list-style-type: none;
margin: 0px; margin: 0px;
align-content: center; align-content: center;
li { li {
display: inline-block; display: inline-block;
padding-right: 4px; padding-right: 4px;
vertical-align: middle; vertical-align: middle;
p { p {
padding-top: 0.4rem; padding-top: 0.4rem;
vertical-align: middle; vertical-align: middle;
margin: 0.5rem 1rem; margin: 0.5rem 1rem;
} }
} }
img { img {
margin-top: 0.25rem; margin-top: 0.25rem;
height: 1.5rem; height: 1.5rem;
@@ -61,6 +72,7 @@ nav {
padding-right: 0.3rem; padding-right: 0.3rem;
} }
} }
a { a {
color: black; color: black;
text-decoration: none; text-decoration: none;
@@ -72,19 +84,23 @@ nav {
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
} }
.vertical-line { .vertical-line {
width: 0.1rem; width: 0.1rem;
background-color: black; background-color: black;
height: 100%; height: 100%;
} }
.social { .social {
font-size: 2.5rem; font-size: 2.5rem;
padding-bottom: 0.4rem; padding-bottom: 0.4rem;
transition: 0.3s; transition: 0.3s;
} }
.social:hover { .social:hover {
opacity: 50%; opacity: 50%;
} }
.dropdown { .dropdown {
margin: 0.75rem; margin: 0.75rem;
position: absolute; position: absolute;
@@ -120,6 +136,7 @@ nav {
.menu { .menu {
padding-top: 0.4rem; padding-top: 0.4rem;
padding-bottom: 0.8rem; padding-bottom: 0.8rem;
p { p {
background-size: 0% 0.2em; background-size: 0% 0.2em;
background-image: linear-gradient(#000, #000); background-image: linear-gradient(#000, #000);
@@ -128,6 +145,7 @@ nav {
background-repeat: no-repeat; background-repeat: no-repeat;
transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
} }
p:hover, p:hover,
.currentpage { .currentpage {
opacity: 60%; opacity: 60%;
@@ -147,6 +165,7 @@ nav {
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 12px; border-radius: 12px;
transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
span { span {
transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
box-sizing: border-box; box-sizing: border-box;
@@ -154,12 +173,14 @@ nav {
background-color: #000; background-color: #000;
border-radius: 2px; border-radius: 2px;
} }
#hamburger { #hamburger {
position: absolute; position: absolute;
height: 100%; height: 100%;
width: 100%; width: 100%;
top: 0%; top: 0%;
left: 0%; left: 0%;
span { span {
width: 70%; width: 70%;
height: 5%; height: 5%;
@@ -168,16 +189,20 @@ nav {
position: relative; position: relative;
margin: 12% 0; margin: 12% 0;
} }
span:nth-child(1) { span:nth-child(1) {
transition-delay: 0.2s; transition-delay: 0.2s;
} }
span:nth-child(2) { span:nth-child(2) {
transition-delay: 0.3s; transition-delay: 0.3s;
} }
span:nth-child(3) { span:nth-child(3) {
transition-delay: 0.4s; transition-delay: 0.4s;
} }
} }
#cross { #cross {
position: absolute; position: absolute;
height: 100%; height: 100%;
@@ -190,11 +215,13 @@ nav {
height: 0%; height: 0%;
width: 5%; width: 5%;
position: absolute; position: absolute;
right: 46%; /*a / */ right: 46%;
/*a / */
top: 10%; top: 10%;
transform: translate(-50%); transform: translate(-50%);
transition-delay: 0s; transition-delay: 0s;
} }
span:nth-child(2) { span:nth-child(2) {
width: 0%; width: 0%;
height: 5%; height: 5%;
@@ -215,21 +242,26 @@ nav {
span { span {
width: 0%; width: 0%;
} }
span:nth-child(1) { span:nth-child(1) {
transition-delay: 0s; transition-delay: 0s;
} }
span:nth-child(2) { span:nth-child(2) {
transition-delay: 0.1s; transition-delay: 0.1s;
} }
span:nth-child(3) { span:nth-child(3) {
transition-delay: 0.2s; transition-delay: 0.2s;
} }
} }
#cross { #cross {
span:nth-child(1) { span:nth-child(1) {
height: 80%; height: 80%;
transition-delay: 0.3s; transition-delay: 0.3s;
} }
span:nth-child(2) { span:nth-child(2) {
width: 80%; width: 80%;
transition-delay: 0.3s; transition-delay: 0.3s;
@@ -242,6 +274,7 @@ nav {
overflow: auto; overflow: auto;
max-height: 70vh; max-height: 70vh;
} }
/*---- main ----*/ /*---- main ----*/
.container { .container {
position: relative; position: relative;
@@ -250,6 +283,7 @@ nav {
margin: auto; margin: auto;
margin-top: 1rem; margin-top: 1rem;
} }
.carousel { .carousel {
z-index: 1; z-index: 1;
width: 100%; width: 100%;
@@ -259,6 +293,7 @@ nav {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
.slider-bg { .slider-bg {
height: 100%; height: 100%;
width: 100%; width: 100%;
@@ -279,6 +314,7 @@ nav {
border-radius: 0.5rem; border-radius: 0.5rem;
transform: scale(1.1); transform: scale(1.1);
} }
.slider section { .slider section {
overflow: hidden; overflow: hidden;
z-index: 1; z-index: 1;
@@ -293,6 +329,7 @@ nav {
border-radius: 0.5rem; border-radius: 0.5rem;
font-family: "Plus Jakarta Sans", "Noto Sans Japanese", sans-serif, font-family: "Plus Jakarta Sans", "Noto Sans Japanese", sans-serif,
--apple-system; --apple-system;
div { div {
color: #fff; color: #fff;
position: relative; position: relative;
@@ -303,27 +340,33 @@ nav {
grid-template-rows: 3.5fr 1fr 1fr 5rem; grid-template-rows: 3.5fr 1fr 1fr 5rem;
grid-template-columns: 1fr auto 1fr; grid-template-columns: 1fr auto 1fr;
} }
h1 { h1 {
font-size: 2rem; font-size: 2rem;
grid-row-start: 2; grid-row-start: 2;
grid-row-end: 3; grid-row-end: 3;
} }
p { p {
font-size: 1.25rem; font-size: 1.25rem;
grid-row-start: 3; grid-row-start: 3;
grid-row-end: 4; grid-row-end: 4;
} }
p, p,
h1 { h1 {
width: 60vw; width: 60vw;
text-align: center; text-align: center;
grid-column-start: 2; /*|•|*/ grid-column-start: 2;
/*|•|*/
grid-column-end: 3; grid-column-end: 3;
} }
} }
.slider:hover { .slider:hover {
cursor: pointer; cursor: pointer;
} }
.prev, .prev,
.next { .next {
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
@@ -346,12 +389,15 @@ nav {
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
} }
.next { .next {
right: 1rem; right: 1rem;
} }
.prev { .prev {
left: 1rem; left: 1rem;
} }
.pgctrl { .pgctrl {
font-family: sans-serif, --apple-system; font-family: sans-serif, --apple-system;
z-index: 1; z-index: 1;
@@ -379,6 +425,7 @@ nav {
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
} }
.control { .control {
text-align: center; text-align: center;
} }
@@ -393,6 +440,7 @@ nav {
grid-template-rows: repeat(auto-fill, 23rem); grid-template-rows: repeat(auto-fill, 23rem);
grid-template-columns: repeat(auto-fill, 23rem); grid-template-columns: repeat(auto-fill, 23rem);
grid-gap: 1rem; grid-gap: 1rem;
.card { .card {
transition: 0.75s; transition: 0.75s;
color: black; color: black;
@@ -400,6 +448,7 @@ nav {
height: 23rem; height: 23rem;
border-radius: 7px; border-radius: 7px;
text-decoration: none; text-decoration: none;
div { div {
z-index: 1; z-index: 1;
position: inherit; position: inherit;
@@ -409,12 +458,15 @@ nav {
border-radius: 7px; border-radius: 7px;
transition: 0.5s; transition: 0.5s;
} }
h2 { h2 {
font-size: 1.9rem; font-size: 1.9rem;
} }
p { p {
font-size: 1.2rem; font-size: 1.2rem;
} }
h2, h2,
p { p {
color: white; color: white;
@@ -424,6 +476,7 @@ nav {
opacity: 0; opacity: 0;
transition: 0.5s; transition: 0.5s;
} }
.bg-img { .bg-img {
/* background: url(/assets/img/t404_null-logo.png); */ /* background: url(/assets/img/t404_null-logo.png); */
background-size: cover; background-size: cover;
@@ -432,11 +485,13 @@ nav {
width: 23rem; width: 23rem;
} }
} }
.card:hover { .card:hover {
.bg-img { .bg-img {
filter: blur(5px) brightness(50%); filter: blur(5px) brightness(50%);
-webkit-filter: blur(5px) brightness(50%); -webkit-filter: blur(5px) brightness(50%);
} }
h2, h2,
p { p {
filter: none; filter: none;
@@ -453,6 +508,7 @@ nav {
grid-template-rows: repeat(auto-fill, 30rem); grid-template-rows: repeat(auto-fill, 30rem);
grid-template-columns: repeat(auto-fill, minmax(23rem, 60rem)); grid-template-columns: repeat(auto-fill, minmax(23rem, 60rem));
grid-gap: 1rem; grid-gap: 1rem;
.card { .card {
transition: 0.75s; transition: 0.75s;
color: black; color: black;
@@ -460,6 +516,7 @@ nav {
height: 30rem; height: 30rem;
border-radius: 7px; border-radius: 7px;
text-decoration: none; text-decoration: none;
div { div {
z-index: 1; z-index: 1;
position: inherit; position: inherit;
@@ -469,12 +526,15 @@ nav {
border-radius: 7px; border-radius: 7px;
transition: 0.5s; transition: 0.5s;
} }
h2 { h2 {
font-size: 1.9rem; font-size: 1.9rem;
} }
p { p {
font-size: 1.1rem; font-size: 1.1rem;
} }
h2, h2,
p { p {
/* color: black; */ /* color: black; */
@@ -484,6 +544,7 @@ nav {
opacity: 0; opacity: 0;
transition: 0.5s; transition: 0.5s;
} }
.bg-img { .bg-img {
/* background: url(/assets/img/t404_null-logo.png); */ /* background: url(/assets/img/t404_null-logo.png); */
background-size: cover; background-size: cover;
@@ -493,6 +554,7 @@ nav {
width: 30rem; width: 30rem;
} }
} }
.card:hover { .card:hover {
.bg-img { .bg-img {
filter: brightness(40%); filter: brightness(40%);
@@ -500,6 +562,7 @@ nav {
width: 8vw; width: 8vw;
border-radius: 7px 0px 0px 7px; border-radius: 7px 0px 0px 7px;
} }
h2, h2,
p { p {
padding: 0.3rem 5vw 0.3rem 10vw; padding: 0.3rem 5vw 0.3rem 10vw;
@@ -515,6 +578,7 @@ nav {
grid-gap: 1rem; grid-gap: 1rem;
justify-content: center; justify-content: center;
padding: 0; padding: 0;
li { li {
border-radius: 7px; border-radius: 7px;
background-color: #ddd; background-color: #ddd;
@@ -526,6 +590,7 @@ nav {
font-size: 3rem; font-size: 3rem;
margin-top: 3vw; margin-top: 3vw;
margin-bottom: 7vw; margin-bottom: 7vw;
a { a {
text-decoration: none; text-decoration: none;
color: black; color: black;
@@ -536,6 +601,7 @@ nav {
background-repeat: no-repeat; background-repeat: no-repeat;
transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
} }
a:hover { a:hover {
opacity: 70%; opacity: 70%;
background-size: 100% 0.2em; background-size: 100% 0.2em;
@@ -547,10 +613,12 @@ nav {
font-size: 2.25rem; font-size: 2.25rem;
font-weight: 500; font-weight: 500;
} }
@font-face { @font-face {
font-family: "NerdFontsSymbols Nerd Font"; font-family: "NerdFontsSymbols Nerd Font";
src: url("/assets/fonts/nf-symbols.woff2") format("woff2"); src: url("/assets/fonts/nf-symbols.woff2") format("woff2");
} }
.nf-icons { .nf-icons {
font-family: "NerdFontsSymbols Nerd Font"; font-family: "NerdFontsSymbols Nerd Font";
} }
@@ -564,9 +632,11 @@ nav {
padding: 5vw 5vw; padding: 5vw 5vw;
border-radius: 10px; border-radius: 10px;
border: 1px solid #ddd; border: 1px solid #ddd;
strong { strong {
color: #fff; color: #fff;
} }
.text-box { .text-box {
max-width: 1250px; max-width: 1250px;
margin: 25% auto; margin: 25% auto;
@@ -576,6 +646,7 @@ nav {
padding: 2rem; padding: 2rem;
border-radius: 7px; border-radius: 7px;
font-size: 1.2rem; font-size: 1.2rem;
a { a {
text-decoration: none; text-decoration: none;
color: #fff; color: #fff;
@@ -586,6 +657,7 @@ nav {
background-repeat: no-repeat; background-repeat: no-repeat;
transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
} }
a:hover { a:hover {
color: #ccc; color: #ccc;
background-size: 100% 0.2em; background-size: 100% 0.2em;
@@ -598,9 +670,11 @@ nav {
text-decoration: none; text-decoration: none;
list-style-type: none; list-style-type: none;
font-size: 1.4rem; font-size: 1.4rem;
li { li {
padding: 1rem; padding: 1rem;
} }
a { a {
text-decoration: none; text-decoration: none;
color: #46f; color: #46f;
@@ -611,21 +685,103 @@ nav {
background-repeat: no-repeat; background-repeat: no-repeat;
transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
} }
a:hover { a:hover {
opacity: 70%; opacity: 70%;
background-size: 100% 0.2em; background-size: 100% 0.2em;
} }
.title { .title {
font-size: 1.6rem; font-size: 1.6rem;
} }
} }
.subdiv { .subdiv {
padding: 1rem; padding: 1rem;
} }
.long-br { .long-br {
display: block; display: block;
height: 2rem; height: 2rem;
} }
.contact-email {
.inputbox {
outline: none;
height: 3rem;
width: 100%;
display: block;
background: #EFEFEF;
color: black;
border: 0px solid #505050;
border-radius: 5px;
transition: 0.3s;
margin-top: 0.5rem;
}
:not(textarea) {
text-align: center;
}
.inputbox:hover {
background: #DEDEDE;
}
.inputbox:focus {
background: #CECECE;
}
button {
width: 100%;
height: 3rem;
border-radius: 5px;
text-align: center;
}
.formbutton {
background: #272727;
color: #fff;
border: 0px;
transition-duration: 300ms;
cursor: pointer;
}
.formbutton:hover {
background: #727272;
}
.form {
border-radius: 5px;
align-items: center;
justify-content: center;
margin: auto;
padding: 4rem 2.5rem;
width: 65%;
background: #FDFDFD;
box-shadow: rgba(50, 50, 50, 0.1) 0px 4px 12px;
}
.error_box {
background: #FFEEEE;
border-radius: 5px;
margin: auto;
align-items: center;
justify-content: center;
text-align: center;
padding: 1rem 1rem;
margin-bottom: 1.5rem;
}
}
textarea, textfield {
padding: 5px;
font-size: 0.95rem;
}
@media screen and (width >=1180px) and (width<=1690px) { @media screen and (width >=1180px) and (width<=1690px) {
/*if(width<1620px&&width>=1125px)*/ /*if(width<1620px&&width>=1125px)*/
@@ -635,6 +791,7 @@ nav {
position: relative; position: relative;
width: 17.5rem; width: 17.5rem;
padding: 0rem 0rem; padding: 0rem 0rem;
a { a {
transition: 0.2s; transition: 0.2s;
display: flex; display: flex;
@@ -642,33 +799,40 @@ nav {
border-radius: 7px; border-radius: 7px;
margin: 0.3rem 0; margin: 0.3rem 0;
} }
a:hover { a:hover {
background-color: #ddd; background-color: #ddd;
} }
strong { strong {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
align-content: center; align-content: center;
} }
p { p {
margin: 0.5rem 0; margin: 0.5rem 0;
} }
} }
.dropdown-menu { .dropdown-menu {
display: none; display: none;
} }
} }
.menu, .menu,
.dropdown-open.dropdown, .dropdown-open.dropdown,
.dropdown-open.dropdown-social { .dropdown-open.dropdown-social {
opacity: 1; opacity: 1;
display: initial; display: initial;
} }
.social, .social,
.dropdown-open.dropdown-menu { .dropdown-open.dropdown-menu {
opacity: 0; opacity: 0;
display: none; display: none;
} }
.burger { .burger {
display: block; display: block;
} }
@@ -680,11 +844,13 @@ nav {
nav { nav {
font-size: 1.4rem; font-size: 1.4rem;
ul { ul {
img { img {
height: 2.5rem; height: 2.5rem;
} }
} }
.social { .social {
font-size: 2rem; font-size: 2rem;
} }
@@ -693,19 +859,24 @@ nav {
height: 100px; height: 100px;
width: 100px; width: 100px;
} }
.dropdown { .dropdown {
.dropdown-social, .dropdown-social,
.dropdown-menu { .dropdown-menu {
position: relative; position: relative;
} }
.dropdown-menu { .dropdown-menu {
width: 18rem; width: 18rem;
padding: 0rem 0rem; padding: 0rem 0rem;
} }
.dropdown-social { .dropdown-social {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
} }
.dropdown-menu p, .dropdown-menu p,
.dropdown-social a { .dropdown-social a {
transition: 0.2s; transition: 0.2s;
@@ -713,6 +884,7 @@ nav {
border-radius: 7px; border-radius: 7px;
margin: 0.3rem 0; margin: 0.3rem 0;
} }
.dropdown-menu p:hover { .dropdown-menu p:hover {
background-color: #ddd; background-color: #ddd;
} }
@@ -720,29 +892,35 @@ nav {
.dropdown-social a:hover { .dropdown-social a:hover {
opacity: 50%; opacity: 50%;
} }
hr { hr {
margin: 0.75rem 0rem; margin: 0.75rem 0rem;
padding: 1rem; padding: 1rem;
border: 1px solid #aaa; border: 1px solid #aaa;
} }
} }
.social-name { .social-name {
display: none; display: none;
} }
.social, .social,
.menu-item { .menu-item {
display: none; display: none;
} }
.dropdown-open { .dropdown-open {
transition: 0.3s; transition: 0.3s;
opacity: 1; opacity: 1;
display: initial; display: initial;
.dropdown, .dropdown,
.dropdown-social, .dropdown-social,
.downdown-menu { .downdown-menu {
display: initial; display: initial;
} }
} }
.burger { .burger {
display: block; display: block;
} }

View File

@@ -200,6 +200,12 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
<li> <li>
<strong class="title" style="color:#555"><b class="nf-icons icons">&#xf42f;</b> Email</strong> <strong class="title" style="color:#555"><b class="nf-icons icons">&#xf42f;</b> Email</strong>
<p class="desc"> <p class="desc">
<a href="mailto:info@t404null.com" class="text-info">info@t404null.com</a>
<br />
<a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a>
<br />
<a href="mailto:t404.null@t404null.com" class="text-info">t404.null@t404null.com</a>
<br /><br />Or:<br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a> <a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
<br /> <br />
<a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a> <a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a>
@@ -221,6 +227,9 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
</li> </li>
</ul> </ul>
<hr /> <hr />
<h1 class="topic">
(Or) Contact me here
</h1>
<div class="contact-email"> <div class="contact-email">
<form method="POST" class="form"> <form method="POST" class="form">
<label for="name">Subject:</label> <label for="name">Subject:</label>

View File

@@ -205,7 +205,7 @@
<strong class="title">1.) In the case if you want to use my song(s) / track(s) as a corporation / a company material</strong> <strong class="title">1.) In the case if you want to use my song(s) / track(s) as a corporation / a company material</strong>
<br /> If you wish to use my song as a corporation / a company material, no matter how you use it, please contact me and get confirmation at one of the following email address(es): <br /> <br /> If you wish to use my song as a corporation / a company material, no matter how you use it, please contact me and get confirmation at one of the following email address(es): <br />
<a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a> <a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a>
<br /><br /> <div class="long-br"></div>
Or: Or:
<br /> <br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a> <a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
@@ -220,7 +220,7 @@
<strong class="title">1.1.) In the case if you want to use my song(s) / track(s) as an educational institution or a volunteer organization / a company for volunteer</strong> <strong class="title">1.1.) In the case if you want to use my song(s) / track(s) as an educational institution or a volunteer organization / a company for volunteer</strong>
<br /> You are allowed use my songs as well as individuals. <br /> If you can, it would be (very) helpful for me if you could confirm it once in the following email adress(es): <br /> <br /> You are allowed use my songs as well as individuals. <br /> If you can, it would be (very) helpful for me if you could confirm it once in the following email adress(es): <br />
<a href="mailto:info@t404null.com" class="text-info">info@t404null.com</a> <a href="mailto:info@t404null.com" class="text-info">info@t404null.com</a>
<br /><br /> <div class="long-br"></div>
Or: Or:
<br /> <br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a> <a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
@@ -265,7 +265,7 @@
<strong class="title">3.2.) If you want to distribute the music as an official chart / official music for a rhythm game (in short, if you're a developer/offical charter/owner of that game) or if you want to use my song/track as a BGM that is included for a program / a game or its directory</strong> <strong class="title">3.2.) If you want to distribute the music as an official chart / official music for a rhythm game (in short, if you're a developer/offical charter/owner of that game) or if you want to use my song/track as a BGM that is included for a program / a game or its directory</strong>
<br /> Please contact me at one of the following email address(es): <br /> <br /> Please contact me at one of the following email address(es): <br />
<a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a> <a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a>
<br /><br /> <div class="long-br"></div>
Or: Or:
<br /> <br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a> <a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
@@ -281,7 +281,7 @@
<strong class="title">3.3.) If you want to repost my song</strong> <strong class="title">3.3.) If you want to repost my song</strong>
<br /> Please contact me at one of the following email address(es): <br /> <br /> Please contact me at one of the following email address(es): <br />
<a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a> <a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a>
<br /><br /> <div class="long-br"></div>
Or: Or:
<br /> <br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a> <a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
@@ -296,7 +296,7 @@
<strong class="title">4.) Other Uses</strong> <strong class="title">4.) Other Uses</strong>
<br /> Please contact me at one of the following email address(es): <br /> <br /> Please contact me at one of the following email address(es): <br />
<a href="mailto:info@t404null.com" class="text-info">info@t404null.com</a> <a href="mailto:info@t404null.com" class="text-info">info@t404null.com</a>
<br /><br /> <div class="long-br"></div>
Or: Or:
<br /> <br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a> <a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>