updated about section slightly
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-07-07 22:38:29 +02:00
parent 4433896995
commit afcd4037ea
1 changed files with 6 additions and 6 deletions

View File

@ -40,6 +40,10 @@ const questions = [{
q: "How do you make games?",
a: "I usually use the .NET-based framework <a href=\"http://www.monogame.net/\">MonoGame</a> together with some libraries to make it a bit easier, including my own library, MLEM, which you can read about in the <a href=\"#projects\">Projects</a> section."
},
{
q: "When are you updating your Minecraft mods?",
a: `If you're asking about Actually Additions, <a href="https://ellpeck.de/blog/future_actually_additions">I don't work on it anymore</a>. 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 <a href=\"https://www.rwth-aachen.de/\">RWTH Aachen</a>. 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 <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 many years old and very messy, but you can look at it on the <a href="https://git.ellpeck.de/Ellpeck/Web">Gitea repository</a>.'
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?",