Skip to content

Instantly share code, notes, and snippets.

@stormwarning
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stormwarning/456bc10a4b8a69654d08 to your computer and use it in GitHub Desktop.
Save stormwarning/456bc10a4b8a69654d08 to your computer and use it in GitHub Desktop.
Clever little console.log from mapbox.com
// Hiring smart people
if (typeof console !== 'undefined' && typeof console.log === 'function') {
console.log('\r\n%c * .--.\r\n%c \/ \/ `\r\n%c + | |\r\n%c \' \\ \\__,\r\n%c * + \'--\' *\r\n%c + \/\\\r\n%c + .\' \'. *\r\n%c * \/======\\ +\r\n%c ;:. _ ;\r\n%c |:. (_) |\r\n%c |:. _ |\r\n%c + |:. (_) | *\r\n%c ;:. ;\r\n%c .\' \\:. \/ `.\r\n%c \/ .-\'\':._.\'`-. \\\r\n%c |\/ \/||\\ \\|\r\n%c _..--\"\"\"````\"\"\"--.._\r\n%c _.-\'`` ``\'-._\r\n%c -\' %cHello, explorer%c \'-\r\n%c' +
'\n Curious? http://mapbox.com/jobs',
'color:#D0E3F1','color:#D0E3F1','color:#C0DAEC','color:#C0DAEC','color:#B0D1E8','color:#B0D1E8','color:#A1C7E3','color:#A1C7E3','color:#91BEDE','color:#91BEDE','color:#81B5D9','color:#81B5D9','color:#72ABD5','color:#72ABD5','color:#62A2D0','color:#62A2D0','color:#5299CB','color:#5299CB','color:#4390C7','color:#4390C7', 'color:#4390C7', 'color: #000000');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment