diff --git a/welcome.js b/welcome.js index 3141a62..e482300 100644 --- a/welcome.js +++ b/welcome.js @@ -10,13 +10,13 @@ console.log("%cWelcome!", "font: 3em sans-serif; color: green;"); console.log("%cHello, and welcome to the console. If this is your first time here, make yourself at home. (If not, disregard this message!)", "font: 1.5em sans-serif;"); console.log("%cWhat you can find down here is what lies underneath the web: its code. You can read, write, rewrite, and manipulate this code to make the web your own.", "font: 1.5em sans-serif;"); - console.log("%cYou can find out more about using the console from these sites:", "font: 1.25 sans-serif;"); - console.log("%c - Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console", "font: 1.25 sans-serif;"); - console.log("%c - Chrome: https://developers.google.com/web/tools/chrome-devtools/console/", "font: 1.25 sans-serif;"); - console.log("%c - Safari: https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Console/Console.html", "font: 1.25 sans-serif;"); - console.log("%c - Or just use any search engine to look up 'developer console'", "font: 1.25 sans-serif;"); - console.log("%cFor help with learning to code, try https://www.codecademy.com/", "font: 1.25 sans-serif;"); - console.log("%c[This text generated by https://github.com/stml/welcomejs]", "font: 1 sans-serif;"); + console.log("%cYou can find out more about using the console from these sites:", "font: 1.25em sans-serif;"); + console.log("%c - Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console", "font: 1.25em sans-serif;"); + console.log("%c - Chrome: https://developers.google.com/web/tools/chrome-devtools/console/", "font: 1.25em sans-serif;"); + console.log("%c - Safari: https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Console/Console.html", "font: 1.25em sans-serif;"); + console.log("%c - Or just use any search engine to look up 'developer console'", "font: 1.25em sans-serif;"); + console.log("%cFor help with learning to code, try https://www.codecademy.com/", "font: 1.25em sans-serif;"); + console.log("%c[This text generated by https://github.com/stml/welcomejs]", "font: 1em sans-serif;"); }, 1); i = 1; } diff --git a/welcome.min.js b/welcome.min.js index 64702d5..ae575a5 100644 --- a/welcome.min.js +++ b/welcome.min.js @@ -1 +1 @@ -!function(){if(window.console){var o=0;o||(setTimeout(function(){console.log("%cWelcome!","font: 3em sans-serif; color: green;"),console.log("%cHello, and welcome to the console. If this is your first time here, make yourself at home. (If not, disregard this message!)","font: 1.5em sans-serif;"),console.log("%cWhat you can find down here is what lies underneath the web: its code. You can read, write, rewrite, and manipulate this code to make the web your own.","font: 1.5em sans-serif;"),console.log("%cYou can find out more about using the console from these sites:","font: 1.25 sans-serif;"),console.log("%c - Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console","font: 1.25 sans-serif;"),console.log("%c - Chrome: https://developers.google.com/web/tools/chrome-devtools/console/","font: 1.25 sans-serif;"),console.log("%c - Safari: https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Console/Console.html","font: 1.25 sans-serif;"),console.log("%c - Or just use any search engine to look up 'developer console'","font: 1.25 sans-serif;"),console.log("%cFor help with learning to code, try https://www.codecademy.com/","font: 1.25 sans-serif;"),console.log("%c[This text generated by https://github.com/stml/welcomejs]","font: 1 sans-serif;")},1),o=1)}}(); \ No newline at end of file +!function(){if(window.console){var o=0;o||(setTimeout(function(){console.log("%cWelcome!","font: 3em sans-serif; color: green;"),console.log("%cHello, and welcome to the console. If this is your first time here, make yourself at home. (If not, disregard this message!)","font: 1.5em sans-serif;"),console.log("%cWhat you can find down here is what lies underneath the web: its code. You can read, write, rewrite, and manipulate this code to make the web your own.","font: 1.5em sans-serif;"),console.log("%cYou can find out more about using the console from these sites:","font: 1.25em sans-serif;"),console.log("%c - Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console","font: 1.25em sans-serif;"),console.log("%c - Chrome: https://developers.google.com/web/tools/chrome-devtools/console/","font: 1.25em sans-serif;"),console.log("%c - Safari: https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Console/Console.html","font: 1.25em sans-serif;"),console.log("%c - Or just use any search engine to look up 'developer console'","font: 1.25em sans-serif;"),console.log("%cFor help with learning to code, try https://www.codecademy.com/","font: 1.25em sans-serif;"),console.log("%c[This text generated by https://github.com/stml/welcomejs]","font: 1em sans-serif;")},1),o=1)}}();