no coremods pls

This commit is contained in:
Ellpeck 2020-05-05 03:35:29 +02:00
parent c5d512a752
commit dbd7d77377
2 changed files with 2 additions and 1 deletions

View File

@ -198,6 +198,7 @@
<li>Minecraft Forge mods only</li>
<li>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>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>

View File

@ -54,7 +54,7 @@ const questions = [{
},
{
q: 'How did you make this site?',
a: 'I made this page using <a href="https://getbootstrap.com/">Bootstrap</a>. The content is dynamically generated using JavaScript (both on the client and the server) based on a bunch of JSON data. The code is two years old and pretty messy, but you can look at it on the <a href="https://github.com/Ellpeck/Web">GitHub repository</a>.'
a: 'I made this page using <a href="https://getbootstrap.com/">Bootstrap</a>. The content is dynamically generated using JavaScript (both on the client and the server) based on a bunch of JSON data. The code is over two years old and pretty messy, but you can look at it on the <a href="https://github.com/Ellpeck/Web">GitHub repository</a>.'
},
{
q: 'What\'s your favorite programming language?',