Web/commissions/index.html

96 lines
5.6 KiB
HTML
Raw Normal View History

2021-01-02 21:41:24 +01:00
<!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">
2021-01-03 14:34:43 +01:00
<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!">
2021-01-02 21:41:24 +01:00
<meta name="keywords" content="Ellpeck, Minecraft, Mods, Modding, Commission, Forge, Plugin">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
2021-03-19 04:23:04 +01:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap">
2021-01-02 21:41:24 +01:00
<link rel="stylesheet" href="style.css">
<link rel="icon" href="../favicon.ico">
<meta property="og:title" content="Ellpeck's Mod Commissions">
2021-01-03 14:34:43 +01:00
<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!">
2021-01-02 21:41:24 +01:00
<meta property="og:image" content="https://www.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://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
2021-03-02 02:26:02 +01:00
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XC0W9LJMCJ"></script>
2021-01-02 21:41:24 +01:00
<script>
window.dataLayer = window.dataLayer || [];
2021-03-02 02:26:02 +01:00
function gtag() {
2021-01-02 21:41:24 +01:00
dataLayer.push(arguments);
}
gtag('js', new Date());
2021-03-02 02:26:02 +01:00
gtag('config', 'G-XC0W9LJMCJ');
2021-01-02 21:41:24 +01:00
</script>
</head>
<body>
<div class="par">
2021-01-03 14:34:43 +01:00
<h1>About Me</h1>
<div class="row">
<div class="col-md-auto">
2021-03-19 04:23:04 +01:00
<img class="rounded" width="180" height="180" src="../res/me.jpeg">
2021-01-02 21:41:24 +01:00
</div>
2021-01-03 14:34:43 +01:00
<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. ❤️</p>
2021-01-02 21:41:24 +01:00
</div>
</div>
</div>
<div class="par">
2021-01-03 14:34:43 +01:00
<h1>Past Commissions</h1>
<div id="mods"></div>
<script src="mods.js"></script>
2021-01-02 21:41:24 +01:00
</div>
2021-01-03 14:34:43 +01:00
<div class="par">
<a id="terms"></a>
<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 work in Minecraft Versions 1.12.2 and upwards only.</li>
<li>No ports of existing mods or content.</li>
<li>No content that can't be created using "traditional" Java code (coremods).</li>
<li>You will have the choice of whether you want to receive the source code privately or whether I should publish it on GitHub.</li>
<li>You will have the choice of whether you want to be sent the mod jar or whether I should publish the mod on CurseForge. If the mod is published on CurseForge, you will get up to 50% of the share of 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. They can be requested at a later date for a small fee though.</li>
2021-01-15 19:40:17 +01:00
<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>
2021-01-03 14:34:43 +01:00
<li>I charge between 10€ ($11) and 30€ ($33) 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 I'm finished. That way, there's security for both of us.</li>
<li>If a feature takes much more time than expected, I might raise the second payment's price slightly. Of course, if I do this, I will also provide an explanation as to why this is necessary.</li>
</ul>
</li>
2021-01-03 14:44:49 +01:00
<li>You have to be at least 18 years old, and you have to pay with your own PayPal account. I don't accept other forms of payment.</li>
2021-01-03 14:34:43 +01:00
</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>
2021-01-02 21:41:24 +01:00
</body>