This commit is contained in:
parent
31f9b9ae61
commit
e8b22f684b
3 changed files with 9 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
</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. ❤️</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>
|
||||
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
|
||||
<div class="par">
|
||||
<a id="terms"></a>
|
||||
<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>
|
||||
|
|
BIN
commissions/media/natures-starlight.png
Normal file
BIN
commissions/media/natures-starlight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 423 KiB |
|
@ -32,6 +32,13 @@ const data = [{
|
|||
description: "A mod that allows claiming (and stealing) land using special map items",
|
||||
testimonial: "This has been an incredibly lovely job done, quick and to my liking and completely worth my money. I would work with Ellpeck again without hesitation.",
|
||||
commissioner: "DB20xx"
|
||||
},
|
||||
{
|
||||
id: "natures-starlight",
|
||||
name: "Nature's Starlight",
|
||||
description: "A crossover mod between Nature's Aura and Astral Sorcery",
|
||||
testimonial: "Pleasant to work with, friendly throughout, a bit of a stickler for the details but that just means that the end product is going to be that much better.",
|
||||
commissioner: "flabort"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue