···18181919{{define "content"}}
2020<main>
2121- <script type="module" src="/script/music.js"></script>
2121+ <script type="module" src="/script/music.js"></script>
22222323- <h1>
2424- # my music
2525- </h1>
2323+ <h1>
2424+ # my music
2525+ </h1>
26262727- <div id="music-container">
2828- {{range $Release := .}}
2929- <div class="music" id="{{$Release.GetID}}" swap-url="/music/{{$Release.GetID}}">
3030- <div class="music-artwork">
3131- <img src="{{$Release.GetArtwork}}" alt="{{$Release.GetTitle}} artwork" width="128" loading="lazy">
3232- </div>
3333- <div class="music-details">
3434- <a href="/music/{{$Release.GetID}}"><h1 class="music-title">{{$Release.GetTitle}}</h1></a>
3535- <h2 class="music-artist">{{$Release.PrintArtists true true}}</h2>
3636- <h3 class="music-type-{{$Release.GetType}}">{{$Release.GetType}}</h3>
3737- <ul class="music-links">
3838- {{range $Link := $Release.GetLinks}}
3939- <li>
4040- <a href="{{$Link.GetURL}}" class="link-button">{{$Link.GetName}}</a>
4141- </li>
4242- {{end}}
4343- </ul>
4444- </div>
4545- </div>
4646- {{end}}
2727+ <div id="music-container">
2828+ {{range $Release := .}}
2929+ <div class="music" id="{{$Release.GetID}}" swap-url="/music/{{$Release.GetID}}">
3030+ <div class="music-artwork">
3131+ <img src="{{$Release.GetArtwork}}" alt="{{$Release.GetTitle}} artwork" width="128" loading="lazy">
3232+ </div>
3333+ <div class="music-details">
3434+ <h1 class="music-title">
3535+ <a href="/music/{{$Release.GetID}}">
3636+ {{$Release.GetTitle}}
3737+ </a>
3838+ </h1>
3939+ <h2 class="music-artist">{{$Release.PrintArtists true true}}</h2>
4040+ <h3 class="music-type-{{$Release.GetType}}">{{$Release.GetType}}</h3>
4141+ <ul class="music-links">
4242+ {{range $Link := $Release.GetLinks}}
4343+ <li>
4444+ <a href="{{$Link.GetURL}}" class="link-button">{{$Link.GetName}}</a>
4545+ </li>
4646+ {{end}}
4747+ </ul>
4848+ </div>
4749 </div>
5050+ {{end}}
5151+ </div>
48524949- <h2 id="usage" class="question">
5050- <a href="#usage">
5151- > "can i use your music in my content?"
5252- </a>
5353- </h2>
5454- <div class="answer">
5555- <p>
5656- <strong class="big">yes!</strong> well, in most cases...
5757- </p>
5858- <p>
5959- from <a href="/music/dream">Dream (2022)</a> onward, all of my <em>self-released</em> songs are
6060- licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0</a>.
6161- anyone may use and remix these songs freely, so long as they provide credit back to me and link back to this license!
6262- please note that all derivative works must inherit this license.
6363- </p>
6464- <p>
6565- a great example of some credit text would be as follows:
6666- </p>
6767- <blockquote>
6868- music used: mellodoot - Dream<br>
6969- <a href="/music/dream">https://arimelody.me/music/dream</a><br>
7070- licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
7171- </blockquote>
7272- <p>
7373- for any songs prior to this, they were all either released by me (in which case, i honestly
7474- don't mind), or in collaboration with chill people who i don't see having an issue with it.
7575- do be sure to ask them about it, though!
7676- </p>
7777- <p>
7878- in the event the song you want to use is released under some other label, their usage rights
7979- will more than likely trump whatever i'd otherwise have in mind. i'll try to negotiate some
8080- nice terms, though! ;3
8181- </p>
8282- <p>
8383- i love the idea of other creators using my songs in their work, so if you do happen to use
8484- my stuff in a work you're particularly proud of, feel free to send it my way!
8585- </p>
8686- <p>
8787- > <a href="mailto:ari@arimelody.me">ari@arimelody.me</a>
8888- </p>
8989- </div>
5353+ <h2 id="usage" class="question">
5454+ <a href="#usage">
5555+ > "can i use your music in my content?"
5656+ </a>
5757+ </h2>
5858+ <div class="answer">
5959+ <p>
6060+ <strong class="big">yes!</strong> well, in most cases...
6161+ </p>
6262+ <p>
6363+ from <a href="/music/dream">Dream (2022)</a> onward, all of my <em>self-released</em> songs are
6464+ licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0</a>.
6565+ anyone may use and remix these songs freely, so long as they provide credit back to me and link back to this license!
6666+ please note that all derivative works must inherit this license.
6767+ </p>
6868+ <p>
6969+ a great example of some credit text would be as follows:
7070+ </p>
7171+ <blockquote>
7272+ music used: mellodoot - Dream<br>
7373+ <a href="/music/dream">https://arimelody.me/music/dream</a><br>
7474+ licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
7575+ </blockquote>
7676+ <p>
7777+ for any songs prior to this, they were all either released by me (in which case, i honestly
7878+ don't mind), or in collaboration with chill people who i don't see having an issue with it.
7979+ do be sure to ask them about it, though!
8080+ </p>
8181+ <p>
8282+ in the event the song you want to use is released under some other label, their usage rights
8383+ will more than likely trump whatever i'd otherwise have in mind. i'll try to negotiate some
8484+ nice terms, though! ;3
8585+ </p>
8686+ <p>
8787+ i love the idea of other creators using my songs in their work, so if you do happen to use
8888+ my stuff in a work you're particularly proud of, feel free to send it my way!
8989+ </p>
9090+ <p>
9191+ > <a href="mailto:ari@arimelody.me">ari@arimelody.me</a>
9292+ </p>
9393+ </div>
90949191- <a href="#" id="backtotop">back to top</a>
9595+ <a href="#" id="backtotop">back to top</a>
9296</main>
9397{{end}}