summaryrefslogtreecommitdiff
path: root/min/muscomm.html
diff options
context:
space:
mode:
Diffstat (limited to 'min/muscomm.html')
-rw-r--r--min/muscomm.html126
1 files changed, 126 insertions, 0 deletions
diff --git a/min/muscomm.html b/min/muscomm.html
new file mode 100644
index 0000000..7e86cb3
--- /dev/null
+++ b/min/muscomm.html
@@ -0,0 +1,126 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <link href="min.css" rel="stylesheet">
+ <meta charset="unicode">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Art</title>
+ <style>
+ .container {
+ padding: 0%;
+ }
+
+ div {
+ text-align: center;
+ }
+
+ p, li {
+ text-align: left;
+ }
+
+ img {
+ width: 100px;
+ height: 100px;
+ }
+
+ li {
+ margin: 20px 0;
+ }
+
+ table {
+ #empty-cells: hide;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ table, th, td {
+ border: 1px solid black;
+ border-collapse: collapse;
+ }
+
+ th, td {
+ padding: 10px;
+ }
+
+ @media (max-width: 400px) {
+ img {
+ width: 150px;
+ height: 150px;
+ }
+
+ div {
+ display: inline-block;
+ }
+ }
+ </style>
+</head>
+<body>
+ <nav>
+ <h1>Teeth in Vitro</h1>
+ <span style="font-weight: bold;">
+ <a href="home.html">home</a>&emsp;&emsp;
+ <a href="about.html">about</a>&emsp;&emsp;
+ <a href="../thoughts.html">thoughts</a>&emsp;&emsp;
+ <a href="poetry.html">poetry</a>&emsp;&emsp;
+ <a href="art.html">art</a>&emsp;&emsp;
+ <a href="../music.html">music</a>&emsp;&emsp;
+ <a href="books.html">library</a>&emsp;&emsp;
+ <a href="projects.html">projects</a>&emsp;&emsp;
+ <a href="links.html">links</a>&emsp;&emsp;
+ </span>
+ <hr>
+ </nav>
+
+ <h2>Music Commissions (Currently Closed)</h2>
+
+ <h3>WIP page. Sample music and prices will be added by next summer.</h3>
+
+ <p>Commissions are paid for through <a href="https://coff.ee/teethinvitro">Buy Me A Coffee</a>.</p>
+
+ <table>
+ <tr>
+ <td></td>
+ <th>Rock</th>
+ <th>Ambient</th>
+ <th>cscsfsafasf</th>
+ </tr>
+ <tr>
+ <th>Price per minute</th>
+ </tr>
+ </table>
+
+ <h3>Commercial Work</h3>
+
+ <hr>
+ <h3>Terms of Service</h3>
+ <h4>General terms</h4>
+ <ul>
+ <li>Commission prices may be higher than listed depending on the complexity of the work requested.</li>
+ <li>I retain the right to reject an order for any reason.</li>
+ </ul>
+ <h4>Payment</h4>
+ <ul>
+ <li>Payments are done through BuyMeACoffee (linked above) and in USD.</li>
+ <li>I will first send a sketch when I accept the commission, and you may pay 50% of the total price as confirmation. When the work is completed, I will send a preview, and you may pay the remaining 50% as confirmation. You may request a refund up until the sketch stage.</li>
+ <li>Please do not pay until I have accepted the commission and given you a slot. I will provide an ID for the commission for you to use during payment.</li>
+ </ul>
+ <h4>Process and Delivery</h4>
+ <ul>
+ <li>The time it takes to complete a commission may vary, but I can generally complete an order within a week <i>after making a sketch</i>. The time at which I start will depend on how many commissions I have taken. I may cancel the order if special circumstances occur, such as travel or illness. I will refund the order in that case.</li>
+ <li>When the commission is complete, I will email you the complete track as FLAC.</li>
+ </ul>
+ <h4>Revisions</h4>
+ <ul>
+ <li>Minor changes (replacing an instrument, changing an effect, adjusting the mix, removing or adjusting a melody, etc.) to the commissioned work are free. Major changes (such as redoing an entire section or track) that take more than an hour to do will cost up to %50 additional money depending on the workload. If the change is a result of a misunderstanding on my end (i.e. misreading or misinterpreting the written directions), there will be no extra costs.</li>
+ </ul>
+ <h4>Copyright and Usage</h4>
+ <ul>
+ <li>You may not use a personally commissioned work for commercial purposes, such as in a product, to resell, to redistribute (standalone or as a part of a product, such as a book or poster), or any other forms of profit without my permission.</li>
+ <li>Personal usage is allowed, such as in icons, banners, ArtFight pages (with credit), posting online (with credit), printing for personal use (no mass printing), etc., i.e. usage that does not earn you money.</li>
+ <li>For commercial commissions, full attribution is required, and the work may not be resold or redistributed as standalone.</li>
+ <li>You may not claim the commissioned piece as your own work.</li>
+ <li>You may not alter the commissioned piece and redistribute it without my permission.</li>
+ <li>I will most likely share the commission (lossy) here on my portfolio, so let me know if you do not want me to do so.</li>
+ </ul>
+</body>
+</html>