Updated serveral stuffs

JS: added for Empty slots a msg (user request).
Updated copyright and ToS/ToU for my tracks / properties.
This commit is contained in:
t404owo
2025-10-16 23:42:15 +00:00
parent 1149d1fdfb
commit 9e7ca86494
7 changed files with 54 additions and 25 deletions

View File

@@ -224,6 +224,6 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
</div> </div>
</div> </div>
</main> </main>
<div class="footer">&copy; t404:null 2021-2024 - All Rights Reserved</div> <div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body> </body>
</html> </html>

View File

@@ -278,6 +278,6 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
</a> </a>
</div> </div>
</main> </main>
<div class="footer">&copy; t404:null 2021-2024 - All Rights Reserved</div> <div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body> </body>
</html> </html>

View File

@@ -10,7 +10,8 @@ let carousel = document.querySelector(".carousel");
let bg = document.querySelector(".slider-bg"); let bg = document.querySelector(".slider-bg");
//Album-cards //Album-cards
let album_cards = document.querySelector(".album-cards"); let album_cards = document.querySelector(".album-cards"),
half_img_cards = document.querySelector(".half-image-cards");
//The Database call. //The Database call.
import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm"; import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm";
@@ -291,6 +292,7 @@ async function init_releases(d) {
<p> "Even if you don't remember me now, I will bring the you I once knew back from them." </p> <p> "Even if you don't remember me now, I will bring the you I once knew back from them." </p>
</a> </a>
*/ */
if(releases.length>0)album_cards.context="";
releases.forEach((a) => { releases.forEach((a) => {
let _card = document.createElement("a"), let _card = document.createElement("a"),
_bg_img = document.createElement("div"), _bg_img = document.createElement("div"),
@@ -321,7 +323,7 @@ async function init_activities(d) {
if (d.error) { if (d.error) {
console.error("Error fetching data:", d.error); console.error("Error fetching data:", d.error);
} else { } else {
releases = d.data; activities = d.data;
/*<a class="card" href="/activity"> /*<a class="card" href="/activity">
<div class="bg-img" style=" <div class="bg-img" style="
background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/fof-genesis.png); background-image: url(https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/fof-genesis.png);
@@ -369,7 +371,8 @@ async function init_activities(d) {
<p>???</p> <p>???</p>
<p>???</p> <p>???</p>
</a>*/ </a>*/
releases.forEach((a) => { if(activities.length>0)album_cards.context="";
activities.forEach((a) => {
let _card = document.createElement("a"), let _card = document.createElement("a"),
_bg_img = document.createElement("div"), _bg_img = document.createElement("div"),
_h2 = document.createElement("h2"), _h2 = document.createElement("h2"),
@@ -390,7 +393,7 @@ async function init_activities(d) {
_card.appendChild(_h2); _card.appendChild(_h2);
_card.appendChild(_p_subtitle); _card.appendChild(_p_subtitle);
_card.appendChild(_p_preview); _card.appendChild(_p_preview);
album_cards.appendChild(_card); half_img_cards.appendChild(_card);
}); });
} }
} }

View File

@@ -241,6 +241,6 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
</form> </form>
</div> </div>
</main> </main>
<div class="footer">&copy; t404:null 2021-2024 - All Rights Reserved</div> <div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body> </body>
</html> </html>

View File

@@ -219,14 +219,18 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
<h1 class="topic"> <h1 class="topic">
<a href="/release">Releases (Click for more)</a> <a href="/release">Releases (Click for more)</a>
</h1> </h1>
<div class="album-cards"></div> <div class="album-cards">
Nothing here yet. ;D
</div>
<hr /> <hr />
<h1 class="topic"> <h1 class="topic">
<a href="/activity">Activities</a> <a href="/activity">Activities</a>
</h1> </h1>
<div class="half-image-cards"></div> <div class="half-image-cards">
Nothing here yet. ;D
</div>
</main> </main>
<div class="footer">&copy; t404:null 2021-2024 - All Rights Reserved</div> <div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body> </body>
<script src="/assets/js/index.js" type="module"></script> <script src="/assets/js/index.js" type="module"></script>

View File

@@ -195,6 +195,6 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
</div> </div>
<script src="/assets/js/index.js" type="module"></script> <script src="/assets/js/index.js" type="module"></script>
</main> </main>
<div class="footer">&copy; t404:null 2021-2024 - All Rights Reserved</div> <div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body> </body>
</html> </html>

View File

@@ -202,23 +202,33 @@
<div class="long-br"></div> All use of the music/track(s)/song(s) is at your own risk. I'm not responsible for any damage, problems caused by your use of my music/track(s)/song(s) and won't be involved in by any way. <div class="long-br"></div> All use of the music/track(s)/song(s) is at your own risk. I'm not responsible for any damage, problems caused by your use of my music/track(s)/song(s) and won't be involved in by any way.
</li> </li>
<li> <li>
<strong class="title">1.) In the case if you want to use my song(s) / track(s) as a corporation / a company</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, 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:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a> <a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a>
<br /> <br /><br />
<a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a> Or:
<br /> <br />
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
</li>
<li>
<div class="subdiv">
<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 />
<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>
<br /> <br />
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a> <a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
<br />
</li>
<li>
<div class="subdiv">
<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 />
<a href="mailto:info@t404null.com" class="text-info">info@t404null.com</a>
<br /><br />
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
<br />
<br /> Please note that this is intended primarily, but not exclusively, for educational institutions related to music. <br /> Please note that this is intended primarily, but not exclusively, for educational institutions related to music.
</div> </div>
</li> </li>
@@ -254,6 +264,10 @@
<div class="subdiv"> <div class="subdiv">
<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>
<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>
@@ -266,6 +280,10 @@
<div class="dubdiv"> <div class="dubdiv">
<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>
<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>
@@ -277,6 +295,10 @@
<li> <li>
<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>
<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>
@@ -284,9 +306,9 @@
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a> <a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
<br /> <br />
</li> </li>
<div class="long-br"></div> &copy; t404:null 2021-2024 - All Rights Reserved. <div class="long-br"></div> &copy; t404:null 2021-2025 - All Rights Reserved.
</ul> </ul>
</main> </main>
<div class="footer">&copy; t404:null 2021-2024 - All Rights Reserved</div> <div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body> </body>
</html> </html>