Web/commissions/index.html

95 lines
5.8 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>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XC0W9LJMCJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-XC0W9LJMCJ');
</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>You will have the choice of whether I send you the mod jar or publish the mod on CurseForge. If the mod is published on CurseForge, you will get up to 50% of the Curse Points 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 €20 (<a href="https://www.google.com/search?q=20+euro+in+dollar">$23</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>
<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://ellpeck.de/discord"><img class="discord-img" src="../res/discord.png"></a>
</div>
<div class="footer">
<a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2021 Ellpeck</a> &ndash; <a href="https://ellpeck.de/#impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/#privacy">Privacy</a>
</div>
</body>