icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
54 stars 64 forks source link

Add a console.log for recruitment #305

Closed ChaseC99 closed 2 years ago

ChaseC99 commented 2 years ago

A lot of companies will put a console log message on their sites, as a little easter egg for anyone who opens the console. We should do this too and refer people to our github and discord.

Add something like this to a new script tag in index.html:

console.log("Interested in improving AntAlmanac?\n - Checkout the project on GitHub: https://github.com/icssc-project/antalmanac\n - Join our Discord: https://discord.gg/GzF76D7UhY\n - Leave feedback: https://antalmanac.com/feedback")

Feel free to get creative with the formatting/content! There's lots of cool examples online of how to do this: https://thenewstack.io/tutorial-getting-creative-with-console-statements/

wwesleym commented 2 years ago

i'll take this one!