diff --git a/scripts/about.js b/scripts/about.js index d7eb266..a92e3c7 100644 --- a/scripts/about.js +++ b/scripts/about.js @@ -13,7 +13,8 @@ const facts = [ "I don't understand people who shower in the evening. Why would you want to wake up with all of the bed sweat on you and do nothing about it?", "I use document.write() despite the fact that Chrome tells me to stop every time I open the console on this site. Try me, Chrome.", "I'm actually not that good of a programmer.", - "I like hugs." + "I like hugs.", + "I get super nostalgic about the The Sims build mode songs. Those bring me back to my childhood, man." ]; const questions = [{ @@ -42,11 +43,11 @@ const questions = [{ }, { "q": "How do you make games?", - "a": "I recently fell in love with the game engine Unity. It's so great and so fun to use." + "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: 'What\'s your favorite programming language?', - a: 'It varies between C# and Java, based on the language that I currently use more.' + a: 'C#. It has everything that I wish Java had, and a lot more.' }, { q: "What's your job/occupation?",