Skip to content

Commit

Permalink
Add more splash texts
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Nov 29, 2023
1 parent 6031bb9 commit 5dd7c23
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,27 @@ export default function Home() {
strings: [
"",
"",
"That's my user handle up there in big letters!",
'Look at that, the <span style="color: pink;">text</span> changed, crazy...',
"Have you heard about the mathematician who's afraid of negative numbers?",
'He\'ll stop at <span style="color: green;">nothing</span> to avoid them.',
"Is making your own website a developer cliché already?",
'In my school we only learned 25 letters of the alphabet, to this day I still don\'t know <span style="color: orange;">y</span>.',
"How come scientists don't trust atoms?",
"Because they make up everything!",
'Watch my all time favorite <a href=https://www.youtube.com/watch?v=xvFZjo5PgG0 style="color: white;">video</a> on YouTube!',
"Parallel lines have so much in common. It's a shame they'll never meet.",
'Hotdogs all look the same because they\'re <span style="color: brown;">in-bread</span>.',
"I've been writing a book on procrastination.",
"I'll finish it one of these days...",
'You should also check out <a href=https://www.instagram.com/jtsimoes style="color: white;">@jtsimoes</a>!',
"Do you think I overdid it with the font size?",
'Have you ever noticed how the word "bed" kinda looks like a bed?',
'Ireland is just one <span style="color: cyan;">sea</span> away from Iceland.',
"You're still reading these?",
"Come on go home, there is nothing more to see here.",
"I'm serious, there are no more quirky or funny messages.",
"Okay now you're making me upset.",
'Go <span style="color: red;">away</span>.',
"You know what? I'm just gonna <span style=\"color: yellow;\">loop</span> you to the beginning, let's see how you like that!",
"Writing <span style='color: white;'>software</span> since...?",
"Is making your own website a <span style='color: white;'>developer</span> cliché already?",
"Watch my all time favorite <a href=https://www.youtube.com/watch?v=xvFZjo5PgG0 style='text-decoration: underline; color: white;'>video</a> on YouTube!",
"The <span style='color: white;'>cake</span> was, in fact, a lie.",
"You should also check out <a href=https://www.instagram.com/jtsimoes style='color: white;'>@jtsimoes</a>!",
"Do you think I <span style='color: white;'>overdid</span> it with the font size?",
"We've got some <span style='color: pink;'>pink</span> text too, if you want it!",
"01100100 <span style='color: white;'>01111001</span> 00110000 <span style='color: white;'>01100111</span> 01110101",
"Ireland is just one <span style='color: white;'>sea</span> away from Iceland.",
"How about another <span style='color: white;'>joke</span>, Murray?",
"Hotdogs all look the same because they're <span style='color: white;'>in-bread</span>.",
"Mr. Anderson, we've been <span style='color: white;'>expecting</span> you.",
"I like <span style='color: white;'>shorts</span>! They're comfy and easy to wear!",
"Here's <span style='color: white;'>Johnny</span>!",
"All you had to do was follow the <span style='color: white;'>damn</span> train, CJ!",
"You're really <span style='color: white;'>still</span> reading these?",
"Come on get out, there is <span style='color: white;'>nothing</span> more to see here.",
"I'm <span style='color: white;'>serious</span>, there are no more quirky or funny messages.",
"Okay now you're making me <span style='color: white;'>upset</span>.",
"<span style='color: white;'>Go</span> away.",
"You know what? I'm just gonna <span style='color: white;'>loop</span> this text, see if you like that.",
],
autoStart: true,
loop: true,
Expand Down

0 comments on commit 5dd7c23

Please sign in to comment.