minor about changes
This commit is contained in:
parent
0c861c9e28
commit
d18efff503
1 changed files with 4 additions and 3 deletions
|
@ -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 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 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'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 = [{
|
const questions = [{
|
||||||
|
@ -42,11 +43,11 @@ const questions = [{
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"q": "How do you make games?",
|
"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 <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: 'What\'s your favorite programming language?',
|
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?",
|
q: "What's your job/occupation?",
|
||||||
|
|
Loading…
Reference in a new issue