2024-03-21 05:19:18 +00:00
|
|
|
{{define "head"}}
|
|
|
|
<title>music - ari melody 💫</title>
|
|
|
|
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
|
2024-03-18 10:34:43 +00:00
|
|
|
|
2024-03-21 05:19:18 +00:00
|
|
|
<meta name="description" content="music from your local SPACEGIRL 💫">
|
2024-03-18 10:34:43 +00:00
|
|
|
|
2024-03-21 05:19:18 +00:00
|
|
|
<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.png">
|
|
|
|
<meta property="og:site_name" content="ari melody">
|
|
|
|
<meta property="og:description" content="music from your local SPACEGIRL 💫">
|
2024-03-18 10:34:43 +00:00
|
|
|
|
2024-04-16 20:24:05 +00:00
|
|
|
<link rel="stylesheet" href="/style/main.css">
|
|
|
|
<link rel="stylesheet" href="/style/index.css">
|
2024-03-21 05:19:18 +00:00
|
|
|
<link rel="stylesheet" href="/style/music.css">
|
|
|
|
{{end}}
|
2024-03-18 10:34:43 +00:00
|
|
|
|
2024-03-21 05:19:18 +00:00
|
|
|
{{define "content"}}
|
|
|
|
<main>
|
2024-08-01 23:53:19 +00:00
|
|
|
<script type="module" src="/script/music.js"></script>
|
2024-04-16 20:24:05 +00:00
|
|
|
|
2024-08-23 22:08:28 +00:00
|
|
|
<h1 class="typeout">
|
2024-08-01 23:53:19 +00:00
|
|
|
# my music
|
|
|
|
</h1>
|
2024-03-18 10:34:43 +00:00
|
|
|
|
2024-08-01 23:53:19 +00:00
|
|
|
<div id="music-container">
|
|
|
|
{{range $Release := .}}
|
2024-08-23 22:08:28 +00:00
|
|
|
<div class="music" id="{{$Release.ID}}">
|
2024-08-01 23:53:19 +00:00
|
|
|
<div class="music-artwork">
|
2024-08-02 21:48:26 +00:00
|
|
|
<img src="{{$Release.GetArtwork}}" alt="{{$Release.Title}} artwork" width="128" loading="lazy">
|
2024-08-01 23:53:19 +00:00
|
|
|
</div>
|
|
|
|
<div class="music-details">
|
|
|
|
<h1 class="music-title">
|
2024-08-02 21:48:26 +00:00
|
|
|
<a href="/music/{{$Release.ID}}">
|
|
|
|
{{$Release.Title}}
|
2024-08-01 23:53:19 +00:00
|
|
|
</a>
|
|
|
|
</h1>
|
|
|
|
<h2 class="music-artist">{{$Release.PrintArtists true true}}</h2>
|
2024-08-02 21:48:26 +00:00
|
|
|
<h3 class="music-type-{{$Release.ReleaseType}}">{{$Release.ReleaseType}}</h3>
|
2024-08-31 00:30:30 +00:00
|
|
|
{{if $Release.IsReleased}}
|
2024-08-01 23:53:19 +00:00
|
|
|
<ul class="music-links">
|
2024-08-02 21:48:26 +00:00
|
|
|
{{range $Link := $Release.Links}}
|
2024-08-01 23:53:19 +00:00
|
|
|
<li>
|
2024-08-02 21:48:26 +00:00
|
|
|
<a href="{{$Link.URL}}" class="link-button">{{$Link.Name}}</a>
|
2024-08-01 23:53:19 +00:00
|
|
|
</li>
|
|
|
|
{{end}}
|
|
|
|
</ul>
|
2024-08-31 00:30:30 +00:00
|
|
|
{{end}}
|
2024-08-01 23:53:19 +00:00
|
|
|
</div>
|
2024-03-21 05:19:18 +00:00
|
|
|
</div>
|
2024-08-01 23:53:19 +00:00
|
|
|
{{end}}
|
|
|
|
</div>
|
2024-03-18 10:34:43 +00:00
|
|
|
|
2024-08-23 22:08:28 +00:00
|
|
|
<h2 id="usage" class="question typeout">
|
2024-08-01 23:53:19 +00:00
|
|
|
<a href="#usage">
|
|
|
|
> "can i use your music in my content?"
|
|
|
|
</a>
|
|
|
|
</h2>
|
|
|
|
<div class="answer">
|
|
|
|
<p>
|
2024-09-15 01:10:13 +00:00
|
|
|
<strong class="big">yes!*</strong> <em>in most cases...</em>
|
2024-08-01 23:53:19 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2024-09-15 01:10:13 +00:00
|
|
|
all of my <em>self-released</em> songs are licensed under
|
|
|
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0</a>.
|
2024-08-01 23:53:19 +00:00
|
|
|
anyone may use and remix these songs freely, so long as they provide credit back to me and link back to this license!
|
|
|
|
please note that all derivative works must inherit this license.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
a great example of some credit text would be as follows:
|
|
|
|
</p>
|
|
|
|
<blockquote>
|
2024-09-15 01:10:13 +00:00
|
|
|
music used: ari melody - free2play<br>
|
|
|
|
<a href="/music/free2play">https://arimelody.me/music/free2play</a><br>
|
|
|
|
licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>.
|
2024-08-01 23:53:19 +00:00
|
|
|
</blockquote>
|
|
|
|
<p>
|
2024-09-15 01:10:13 +00:00
|
|
|
if the song you want to use is <em>not</em> released by me (i.e. under a record label), their usage rights
|
|
|
|
will likely trump whatever i'd otherwise have in mind. i'll try to negotiate some nice terms, though!
|
2024-08-01 23:53:19 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2024-09-15 01:10:13 +00:00
|
|
|
i believe that encouraging creative use of artistic works is better than stifling any use at all.
|
|
|
|
if you do happen to use my work in something you're particularly proud of, feel free to send it my way!
|
2024-08-01 23:53:19 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
> <a href="mailto:ari@arimelody.me">ari@arimelody.me</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
2024-03-21 05:19:18 +00:00
|
|
|
</main>
|
|
|
|
{{end}}
|