little about update
This commit is contained in:
parent
e2ed886734
commit
871f87eeee
1 changed files with 2 additions and 14 deletions
|
@ -11,8 +11,8 @@ const questions = [{
|
||||||
'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."
|
'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's your gender?",
|
'q': "What are your pronouns?",
|
||||||
'a': "I'm (cis) male."
|
'a': "I'm cis male, so I go by he/him."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'q': "What's your sexual orientation?",
|
'q': "What's your sexual orientation?",
|
||||||
|
@ -42,21 +42,9 @@ const questions = [{
|
||||||
'q': 'How did you make this site?',
|
'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>.'
|
'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 season?",
|
|
||||||
"a": "Whatever the current one isn't, honestly. Typical German."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'q': 'Tabs or spaces?',
|
|
||||||
'a': "Spaces are the only true choice, because they don't have different sizes in different display locations."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'q': 'What\'s the deal with life?',
|
'q': 'What\'s the deal with life?',
|
||||||
'a': 'Man, if I knew.'
|
'a': 'Man, if I knew.'
|
||||||
},
|
|
||||||
{
|
|
||||||
'q': 'Give me the <em>bread</em>.',
|
|
||||||
'a': 'No, I don\'t want that.'
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue