diff --git a/scripts/about.js b/scripts/about.js index 7a98cd9..876e283 100644 --- a/scripts/about.js +++ b/scripts/about.js @@ -40,6 +40,10 @@ const questions = [{ q: "How do you make games?", a: "I usually use the .NET-based framework MonoGame together with some libraries to make it a bit easier, including my own library, MLEM, which you can read about in the Projects section." }, + { + q: "When are you updating your Minecraft mods?", + a: `If you're asking about Actually Additions, I don't work on it anymore. If you're asking about any of my other mods: Don't. I'll do it when I feel like it.` + }, { q: "What's your job/occupation?", a: "I'm currently studying Computer Science at the RWTH Aachen. I don't have a job on the side or anything, though." @@ -50,15 +54,11 @@ const questions = [{ }, { q: 'What do you use to code?', - a: "For Java, I use IntelliJ IDEA. For C#, I use JetBrains Rider. For most of my other projects, which are usually rather small, I use Visual Studio Code, which is awesome, by the way." - }, - { - q: 'How did you make this site?', - a: 'I made this page using Bootstrap. The content is dynamically generated using JavaScript (both on the client and the server) based on a bunch of JSON data. The code is many years old and very messy, but you can look at it on the Gitea repository.' + a: "For Java, I use IntelliJ IDEA. For C#, I use JetBrains Rider. For most of my other projects, which are usually rather small, I use Visual Studio Code." }, { q: 'What\'s your favorite programming language?', - a: 'C#. It has everything that I wish Java had, and a lot more.' + a: 'C#.' }, { q: "What are your pronouns?",