From 19b5955efd27b8edfc4c6d74d0be328874d9cbe9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 18 Aug 2023 17:24:56 +0200 Subject: [PATCH] small About update --- main/_data/about.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/_data/about.json b/main/_data/about.json index f063c16..c4ab5d1 100644 --- a/main/_data/about.json +++ b/main/_data/about.json @@ -21,11 +21,11 @@ }, { "q": "What languages do you speak?", - "a": "I speak German, English, Java and C# fluently. I'm okay at JavaScript and Python, and I can just about write something in C, HTML, CSS and Lua." + "a": "I speak German, English, Java and C# fluently. I'm okay at JavaScript, TypeScript, Python and PHP, and I can just about get something to happen in C and Lua." }, { "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." + "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?", @@ -41,7 +41,7 @@ }, { "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." + "a": "For Java, I use IntelliJ IDEA. For C#, I use JetBrains Rider. For anything web-related, I use PhpStorm. For most of my other projects, which are usually rather small, I use Visual Studio Code." }, { "q": "What's your favorite programming language?",