Skip to content

Instantly share code, notes, and snippets.

@DevShaded
Created August 16, 2023 11:20
Show Gist options
  • Save DevShaded/6ac5716f8c4edfa3b881f68e3d7920f2 to your computer and use it in GitHub Desktop.
Save DevShaded/6ac5716f8c4edfa3b881f68e3d7920f2 to your computer and use it in GitHub Desktop.
VG Konsollens gang
setTimeout(() => {
const bigTitleStyle = "font-size: 35px; color: #ff0000; font-weight: bold;";
const titleStyle = "font-size: 30px; color: #ff0000; font-weight: bold;";
const descriptionStyle = "font-size: 18px";
console.log("%c👋 Velkommen til Konsollens Gang!", bigTitleStyle);
console.log("%cLiker du å være i konsollen? Det gjør vi også. Kom og snakk med oss da vel?\nJoin https://discord.gg/vgno.", descriptionStyle);
console.log("%c🤔 Lyst til å bli lærling hos oss?", titleStyle);
console.log("%cSøk her: https://emp.jobylon.com/jobs/180192-vg-soknad-til-laerlingplass-i-vge24/", descriptionStyle);
console.log("%c🤗 Eller kanskje bare en vanlig jobb?", titleStyle);
console.log("%cSøk her: https://vg.jobylon.com/#positions", descriptionStyle);
console.log("%csetDevMode(true) for more debug information", 'font-size: 15px; font-weight: bold; margin-top: 5px; margin-button: 5px;');
}, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment