move some stuff around in the about section

This commit is contained in:
Ellpeck 2020-03-12 14:38:31 +01:00
parent e2d3f619fd
commit 76e2e86eab
1 changed files with 17 additions and 17 deletions

View File

@ -32,34 +32,22 @@ const questions = [{
q: 'Why are you called Ellpeck?',
a: "Well, it actually isn't as interesting of a story as some of you might hope. Long story short, when I was little (and was, apparently, very bad at English), I decided to make a YouTube channel called \"LetsPlayEveryGames.\" Shortly after, I also made a Minecraft account that I was going to call the same thing. At the time, though, there was a limit for how many characters your name could have, and so I opted for calling myself \"LPEG\" instead. When a friend of mine came along and started trying to pronounce that name, instead of saying each individual letter on its own, he started pronouncing it like a word: Ell-Peg. ...Ellpeck. I liked that pronounciation and so I stuck with the name."
},
{
q: "What are your pronouns?",
a: "I'm cis male, so I go by he/him."
},
{
q: "What's your sexual orientation?",
a: 'I like <a href="https://twitter.com/Sarkasaa">cute guys</a>.'
},
{
q: 'What languages do you speak?',
a: 'German, English, Java, JavaScript, C# and a bit of C, HTML and CSS.'
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 and CSS.'
},
{
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: 'What\'s your favorite programming language?',
a: 'C#. It has everything that I wish Java had, and a lot more.'
},
{
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."
},
/* {
q: 'Are you for hire?',
a: 'You can commission me to make a Minecraft mod for you. You can find more information <a href="#commissions">here</a>.'
}, */
{
q: 'Are you for hire?',
a: 'You can commission me to make a Minecraft mod for you. You can find more information <a href="#commissions">here</a>.'
},
{
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."
@ -68,6 +56,18 @@ const questions = [{
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 based on a bunch of JSON data. If you\'re curious about the (probably pretty messy) code, then you can check out the <a href="https://github.com/Ellpeck/Web">GitHub repository</a>.'
},
{
q: 'What\'s your favorite programming language?',
a: 'C#. It has everything that I wish Java had, and a lot more.'
},
{
q: "What are your pronouns?",
a: "I'm cis male, so I go by he/him."
},
{
q: "What's your sexual orientation?",
a: 'I like <a href="https://twitter.com/Sarkasaa">cute guys</a>.'
},
{
q: "What kind of music do you like?",
a: 'Mostly Rock and Pop. Sometimes I enjoy some good lofi hip hop music - beats to relax/study to, though. You can check out my <a href="https://www.last.fm/user/Ellpeck">Last.fm</a> if you\'re curious about specifics.'