Skip to content

Instantly share code, notes, and snippets.

@nestarz
Created June 16, 2020 14:27
Show Gist options
  • Save nestarz/cc444d940db8861422cea932dfaeaac2 to your computer and use it in GitHub Desktop.
Save nestarz/cc444d940db8861422cea932dfaeaac2 to your computer and use it in GitHub Desktop.
Grailed "Slogans" when down
var slogans = [
'Don\'t worry, if you can\'t cop.. nobody can.',
'Don\'t worry, the fire ain\'t going anywhere.',
'Someone uploaded something too fire.',
'Rick Owens sent us a care package.',
'Yeezy stopped by the office.',
'Pray you don\'t brick your next fit.',
'Not that your most swagless homie cares or anything.',
'Please don\'t screenshot this and tag us.',
'No, you can\'t come hang out at the office.',
'In the meantime, head outside and take a fit pic.',
'Since you\'ve got some free time on your hands, call your mom and tell her you love her.'
];
document.getElementById('slogan').innerText = slogans[Math.floor(Math.random() * 11)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment