Web/main/commissions/index.html
Ell d51bee83ee
All checks were successful
/ web (push) Successful in 1m45s
updated copyright year
2024-02-24 22:24:56 +01:00

94 lines
6.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ellpeck's Mod Commissions</title>
<meta name="author" content="Ellpeck">
<meta name="description" content="I accept commissions for Minecraft mods. If you want a mod of any size and complexity made, this is the place to go!">
<meta name="keywords" content="Ellpeck, Minecraft, Mods, Modding, Commission, Forge, Plugin">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="../favicon.ico">
<meta property="og:title" content="Ellpeck's Mod Commissions">
<meta property="og:description" content="I accept commissions for Minecraft mods. If you want a mod of any size and complexity made, this is the place to go!">
<meta property="og:image" content="https://ellpeck.de/res/logoSmall.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@Ellpeck">
<meta name="twitter:creator" content="@Ellpeck">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="par">
<h1>💬 About Me</h1>
<div class="row">
<div class="col-md-auto">
<img class="rounded" width="180" height="180" src="../res/me.jpeg">
</div>
<div class="col">
<p>Hi, I'm Ellpeck, a student and programmer from Germany. I've been making Minecraft mods for over 6 years, and during that time, I created some popular mods like <a href="https://www.curseforge.com/minecraft/mc-mods/actually-additions">Actually Additions</a> and <a href="https://www.curseforge.com/minecraft/mc-mods/natures-aura">Nature's Aura</a>. If you want to know more about my projects, you should check out <a href="https://ellpeck.de">my website</a>.</p>
<p>Recently, I started accepting commissions for mods as well. If you want a Minecraft mod of any size and complexity made, I can do that for you. You can check out the <a href="#terms">terms and pricing</a> below. ❤️</p>
</div>
</div>
</div>
<div class="par">
<h1>💾 Past Commissions</h1>
<div id="mods"></div>
<script src="mods.js"></script>
</div>
<div class="par">
<span id="terms"></span>
<h1>📜 Terms and Pricing</h1>
<p>Here is all the information you need if you want to commission me to make a mod for you:</p>
<ul>
<li>I create Minecraft Forge mods only.</li>
<li>I do not create ports of existing mods or content.</li>
<li>I work in Minecraft versions 1.12.2 and upwards only.</li>
<li>The source code will be hosted on GitHub, and you will be able to see the progress through the commit history. You have the choice of whether this repository should be kept private.</li>
<li>While the rights to the mod idea, including names, behaviors, and your design choices, and any assets you may contribute, will remain with you, the implementation (any code I create) will be owned by me. I generally choose a very permissive license like <a href="https://choosealicense.com/licenses/mit/">MIT</a> with your consideration. This means we will essentially share ownership of the finished product.</li>
<li>You will have the choice of whether I send you the mod jar or publish the mod on CurseForge or Modrinth. If the mod is published on CurseForge or Modrinth, you will get up to 50% of the revenue generated through the mod.</li>
<li>After the mod is completed, bug fixes are included for free, but feature updates and Minecraft version updates are not. However, both can be requested at a later date as a separate commission.</li>
<li>I don't maintain mods for multiple Minecraft versions simultaneously, so you will have to select a single version for which you want the mod created and maintained.</li>
<li>I charge an average of €30 (<a href="https://www.google.com/search?q=30+euro+in+dollar">about $30</a>) an hour.
<ul>
<li>I estimate the total amount of time it will take based on the size and complexity of the mod beforehand.</li>
<li>I request half of the estimated amount to be paid before I start working on the mod, the other half once the work is completed. That way, there is security for both of us.</li>
<li>If a feature takes much more time than expected, I will raise the price of the second payment. I will not do this without explaining why this is necessary.</li>
</ul>
</li>
<li>If I cannot complete the project for any reason, I will refund the paid amount. If you abandon the agreement before the work is completed, you will not receive a refund.</li>
<li>You have to be at least 18 years old, and you have to pay with your own PayPal account. I do not accept other forms of payment.</li>
</ul>
</div>
<div class="par">
<h1>✉️ Contact</h1>
<div class="alert alert-warning" role="alert">
<strong>My commissions are currently closed.</strong>
<br>Unfortunately, I don't have an estimate of when they will reopen. Please don't contact me until they do.
</div>
<!--
<p>If you're interested, you can easily contact me by joining my Discord server and messaging me privately from there. Alternatively, you can also <a href="mailto:me@ellpeck.de">send me an email</a>.</p>
<a href="https://link.ellpeck.de/discordweb"><img class="discord-img" src="../res/discord.png"></a>
-->
</div>
<div class="footer">
<a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2021-2024 Ellpeck</a> &ndash; <a href="https://ellpeck.de/impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/privacy">Privacy</a> &ndash; <a href="https://status.ellpeck.de">Status</a>
</div>
</body>