From 3ab4bc1356788b96534dd42049f36c2de2402e20 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 28 Mar 2019 20:50:23 +0100 Subject: [PATCH] commission info on website --- commissions.md | 2 +- index.html | 4 ++-- scripts/about.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commissions.md b/commissions.md index 358d932..1d7ac35 100644 --- a/commissions.md +++ b/commissions.md @@ -5,7 +5,7 @@ Here is all the information you need if you want to commission me to make a mod - Minecraft Forge mods only - Minecraft Versions 1.10 through 1.13 only - No ports of existing mods -- I charge between 10€ (~$11) and 30€ (~$33) an hour +- I charge between 10€ ($11) and 30€ ($33) an hour - I estimate the total amount of time it will take based on the size and complexity of the mod beforehand - The amount I estimate will be what you pay for, no matter how much longer or shorter it actually takes - You will have the choice of whether you want to receive the source code privately or whether I should publish it on GitHub diff --git a/index.html b/index.html index 61a2474..0295bf9 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@

Projects

- Here is a list of some of my main projects. Check them out if you want!
For a full list of my programming projects, you can check out my GitHub page linked below. + Here is a list of some of my main projects. Check them out if you want!
For a full list of my programming projects, you can check out my GitHub page linked below.
Also, if you want to have a Minecraft mod made, you can commission me.

@@ -141,7 +141,7 @@

Support Me

- If you're interested, here are some ways that you can use to throw some of your precious money my way. Keep in mind that doing this is, of course, optional. + If you're interested, here are some ways that you can use to throw some of your precious money my way without actually having me work for you. Keep in mind that doing this is, of course, optional.

diff --git a/scripts/about.js b/scripts/about.js index 0b6c620..3c64208 100644 --- a/scripts/about.js +++ b/scripts/about.js @@ -32,7 +32,7 @@ const questions = [{ }, { 'q': 'Are you for hire?', - 'a': 'Technically yes. If you\'re serious about an offer, you can send me an email. There\'s a link above.' + 'a': 'You can commission me to make a Minecraft mod for you. You can find more information here.' }, { 'q': 'What do you use to code?',