Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easter eggs !! #64

Open
royalmo opened this issue Aug 24, 2022 · 3 comments · May be fixed by #70
Open

Easter eggs !! #64

royalmo opened this issue Aug 24, 2022 · 3 comments · May be fixed by #70
Assignees
Labels
good first issue Good for newcomers

Comments

@royalmo
Copy link
Owner

royalmo commented Aug 24, 2022

As promissed, I need to add some easter eggs!! Here are some ideas I could implement:

Timetable flipper

Using element.style.transform = 'rotate(90deg)';, flip every element (table) on the timetables.
image

Feel free to add some ideas, I have a shortage of them :/

@royalmo royalmo added the good first issue Good for newcomers label Aug 24, 2022
@royalmo royalmo self-assigned this Aug 24, 2022
@royalmo
Copy link
Owner Author

royalmo commented Aug 24, 2022

User interface

When enabling easter eggs in the settings menu, make the switch do something weird (i.e. spinning non-stop).

@royalmo
Copy link
Owner Author

royalmo commented Aug 24, 2022

OpenCourseWare

10% Change of getting 'Enginyeria de sistemes TOC', and every HTML element will have a margin of a random number between 1 and 5 px. It will look sooo ugly :/

const allInBody = document.querySelectorAll('*');
for (const element of allInBody) {
    console.log('a');
    element.style.marginLeft = Math.floor(Math.random() * 21 - 5) + "px";
}

@royalmo
Copy link
Owner Author

royalmo commented Aug 24, 2022

Atenea

Chrome's offline dinousaur game, in the blue banner.

Escriny

All draggable in the landing page. Check this: https://stackoverflow.com/questions/2424191

@royalmo royalmo linked a pull request Sep 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant