Last active
August 29, 2015 14:05
-
-
Save stormwarning/456bc10a4b8a69654d08 to your computer and use it in GitHub Desktop.
Clever little console.log from mapbox.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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