feat: splash text has arrived! (#246)
* feat: minecraft splash text brought to life! * feat: bringing splash text to more life * feat: wrong place oops * feat: more styling and rendering conditionally when no course detected, and new joke * feat: more splash text whew my wittyness is exhausted * feat: padding for some finishing touches * chore: lint * feat: add more phrases * chore: prettier * Update PopupMain.tsx --------- Co-authored-by: doprz <52579214+doprz@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,6 @@ const splashText: string[] = [
|
||||
'Rec Sports fills up fast, even before the sun reaches its peak.',
|
||||
"Ah, Jendy's! A taste ever so refined.",
|
||||
'Fine dining at Jester City Limits, eh?',
|
||||
'Rec Sports fills up fast, even before the sun reaches its peak.',
|
||||
'RIP Domino, you beloved campus feline.',
|
||||
"The year is 2055 and Welch still isn't finished.",
|
||||
'Motivation dropping faster than ur GPA',
|
||||
@@ -13,14 +12,13 @@ const splashText: string[] = [
|
||||
'Pain is temporary, GPA is forever.',
|
||||
"You've Yee'd Your Last Haw.",
|
||||
'lol everything is already waitlisted.',
|
||||
"At Least You're Not At A&M.",
|
||||
'TeXAs iS BaCK GuYZ',
|
||||
'Could be worse. Could be A&M.',
|
||||
// 'TeXAs iS BaCK GuYZ',
|
||||
'mAke iT yOuR tExAS',
|
||||
"'Academically Challenged'",
|
||||
'Does McCombs teach Parseltongue?',
|
||||
'No Cruce Enfrente Del Bus.',
|
||||
'Omae Wa Mou Shindeiru...',
|
||||
'Bevo Bucks are the new Bitcoin',
|
||||
'Every day another brick disappears from Speedway',
|
||||
'The GDC will annex the EER one day',
|
||||
'Just you wait. Our CNS operatives will topple the EER regime',
|
||||
@@ -36,14 +34,15 @@ const splashText: string[] = [
|
||||
"Arrows of Christ vs Church of Scientology was the crossover we didn't know we needed",
|
||||
'THE WALK SIGN IS ON TO CROSS GUADALUPE AND 21ST',
|
||||
'Days since last GDC door alarm: 0',
|
||||
'Finding a parking spot is like winning the lottery... if the lottery required parallel parking skills.',
|
||||
'The squirrels are more ambitious than most freshmen during finals week.',
|
||||
'Pay attention. Might learn something.',
|
||||
'Long ago, apartment rates stayed together in harmony. Then, everything changed when American Campus Communities Inc attacked.',
|
||||
'Roll for Initiative!',
|
||||
'The line at the on-campus Starbucks is longer than your course waitlist.',
|
||||
'The weather changes more often than your class schedule.',
|
||||
"'Sorry, the PCL is full' is the most heartbreaking message you'll ever receive.",
|
||||
'Getting to class on time is like navigating a maze of construction zones.',
|
||||
'Mmm... Brutalist architecture...',
|
||||
'The course syllabus: more than meets the eye',
|
||||
"'studying' often means refreshing Canvas every five minutes to see if the professor posted lecture slides.",
|
||||
"'I'll just skip this lecture' often turns into a semester-long habit.",
|
||||
"I'll just skip this lecture and watch the recording later. What's the worst that could happen?",
|
||||
'The libraries are full of students pretending to study but actually napping with their eyes open.',
|
||||
"The 'campus loop' refers to both the bus route and the endless cycle of trying to find your way around campus.",
|
||||
'The squirrels have mastered the art of begging for food better than most students during finals week.',
|
||||
@@ -55,6 +54,13 @@ const splashText: string[] = [
|
||||
'Finally resolved the UTRP Hackathon issues of 2024',
|
||||
'Planner is now adquired by Plus',
|
||||
'Longhorn-Developers is the best UT Student Org',
|
||||
'A pen and paper is old fashioned, but sometimes old ways are best',
|
||||
'A heart is like bedrock, destroyable only by cheating',
|
||||
'You may not rest now, there are Canvas assignments nearby',
|
||||
'60k+ users!',
|
||||
'Almost Turing complete',
|
||||
'Have you had your coffee yet?',
|
||||
'#BF5700',
|
||||
];
|
||||
|
||||
export default splashText;
|
||||
|
||||
Reference in New Issue
Block a user