2
Total Votes
1
Upvotes
1
Downvotes
2
Unique PRs
+1-1

Activity

โ–ธ
antonmyrbergComment#47IE6 mode, welcome back to GeoCities in 1999

How come no <frame> based layout?

Also feature request: Guestbook

โ—

๐Ÿง  Make sure the title fizzbuzzes

This PR adds a bit of chaos and a touch of old school CS.

I created this to make sure the younger generations knows the importance of fizzbuzzing during work interviews, and to sort the list of PRs in a way that brings life to the otherwise static page.

Main features

Fancy titles

  • if the PR's list index is a number divisible by three, the title should be "Fizz",
  • if the PR's list index is a number divisible by five, the title should be "Buzz",
  • if the PR's list index is a number divisible by both three and five, the title should be "FizzBuzz"

The title handling ignores the most upvoted PR, by skipping over the 0-index.

Up to date sorting

Dynamic real-time sorting of the PR list: now takes the current date and the title length in to account. If the title length is longer than the current date, we push it up the list. If lower, we push it down.

Work to be done

Fizzbuzz styling and fancy animations is considered future work to be done, and is not part of this PR.