130 lines
4.4 KiB
HTML
130 lines
4.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>music - ari melody 💫</title>
|
|
<link rel="shortcut icon" href="/img/favicon-256.png" type="image/x-icon">
|
|
|
|
<meta name="description" content="music from your local SPACEGIRL 💫">
|
|
|
|
<meta property="og:title" content="ari melody music">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="www.arimelody.me/music">
|
|
<meta property="og:image" content="https://www.arimelody.me/img/favicon-256.png">
|
|
<meta property="og:site_name" content="ari melody">
|
|
<meta property="og:description" content="music from your local SPACEGIRL 💫">
|
|
|
|
<link rel="stylesheet" href="/style/main.css">
|
|
<link rel="stylesheet" href="/style/music.css">
|
|
|
|
<script src="/script/main.js" defer></script>
|
|
<script src="/script/accessibility.js" defer></script>
|
|
<script src="/script/music.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<img src="/img/favicon-36.png" id="header-icon" width="36" height="36" alt="">
|
|
<div id="header-text">
|
|
<h1>ari melody</h1>
|
|
<h2>your local SPACEGIRL 💫</h2>
|
|
</div>
|
|
<a id="header-links-toggle" onclick="toggle_header_links()">
|
|
<svg viewBox="0 0 70 50" xmlns="http://www.w3.org/2000/svg" width="24" height="24">
|
|
<rect y="00" width="70" height="10" rx="5" fill="#eee" />
|
|
<rect y="20" width="70" height="10" rx="5" fill="#eee" />
|
|
<rect y="40" width="70" height="10" rx="5" fill="#eee" />
|
|
</svg>
|
|
</a>
|
|
<ul id="header-links">
|
|
<li>
|
|
<a href="/" class="header-link">home</a>
|
|
</li>
|
|
<li>
|
|
<a href="/music" class="header-link">music</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://git.arimelody.me/ari/arimelody.me" target="_blank" class="header-link">source</a>
|
|
</li>
|
|
<li>
|
|
<!-- coming later! -->
|
|
<span class="header-link disabled" title="coming later!">blog</span>
|
|
</li>
|
|
<li>
|
|
<!-- coming later! -->
|
|
<span class="header-link disabled" title="coming later!">art</span>
|
|
</li>
|
|
<li>
|
|
<button id="toggle-crt" class="header-btn">crt</button>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<h1>
|
|
# my music
|
|
</h1>
|
|
|
|
<div id="music-container"></div>
|
|
|
|
<h2 id="usage" class="question">
|
|
<a href="#usage">
|
|
> "can i use your music in my content?"
|
|
</a>
|
|
</h2>
|
|
<div class="collapse">
|
|
<p>
|
|
<strong class="big">yes!</strong> well, in most cases...
|
|
</p>
|
|
<p>
|
|
from <a href="/music/dream">Dream (2022)</a> onward, all of my <em>self-released</em> songs are
|
|
licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/" target="_blank">Creative Commons Attribution-ShareAlike 3.0</a>. anyone may use these
|
|
songs freely, so long as they provide credit back to me!
|
|
</p>
|
|
<p>
|
|
a great example of some credit text would be as follows:
|
|
</p>
|
|
<blockquote>
|
|
music used: mellodoot - Dream<br>
|
|
buy it here: <a href="/music/dream">https://arimelody.me/music/dream</a><br>
|
|
licensed under CC BY-SA 3.0.
|
|
</blockquote>
|
|
<p>
|
|
for any songs prior to this, they were all either released by me (in which case, i honestly
|
|
don't mind), or in collaboration with chill people who i don't see having an issue with it.
|
|
do be sure to ask them about it, though!
|
|
</p>
|
|
<p>
|
|
in the event the song you want to use is released under some other label, their usage rights
|
|
will more than likely trump whatever i'd otherwise have in mind. i'll try to negotiate some
|
|
nice terms, though! ;3
|
|
</p>
|
|
<p>
|
|
i love the idea of other creators using my songs in their work, so if you do happen to use
|
|
my stuff in a work you're particularly proud of, feel free to send it my way!
|
|
</p>
|
|
<p>
|
|
> <a href="mailto:ari@arimelody.me">ari@arimelody.me</a>
|
|
</p>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
<div id="footer">
|
|
<small><em>*made with ♥ by ari, 2024*</em></small>
|
|
</div>
|
|
</footer>
|
|
|
|
<div id="overlay"></div>
|
|
|
|
<a href="https://git.arimelody.me/ari/prideflag" target="_blank" id="prideflag">
|
|
<img src="/img/prideflag.svg" width="120" height="120" alt="progressive pride flag">
|
|
</a>
|
|
</body>
|
|
</html>
|