Commit Graph
2 Commits
Author SHA1 Message Date
jumpyapple 38e1a4ba56 feat: add a proof of concept
Using debouncing idea described in
https://css-tricks.com/styling-based-on-scroll-position/ to record
scrollY value and render the `BoxedTitle` base on the value. The box is
hidden when scrollY is greater than 30.

The class-style React component is used to register an event listener
for scrolling event.
2021-06-01 00:02:56 -04:00
jumpyapple 51caf8ac80 fix(resources/python): replace the link to free book with a new one
The target repository change the directory structure resulting in a dead link.
2021-02-25 04:39:36 -05:00