made minimalistically, with no dependencies except for JQuery.
the code segment at the beginning is JavaScript, stylized to look like VSCode using the Monokai Pro theme.
the typed text effect was inspired by myself making typing mistakes all the time.
the terminal ("ChiliShell") was inspired by JQuery Terminal. it isn't really a shell, of course.
the chili icon is from Flaticon, and the arrow icon is from PNGRepo.
finally, the GitHub icon is from GitHub itself.
const sendOff = () => {
console.log(
"%c thanks for checking out my website source! 🥳",
"color: crimson; font-weight: bold;"
);
};