Snippets
Check out some code snippets I've written. They are born from inspiration from something I saw or my own creativity.
- HTML/CSS Slideshow
May 22, 2025
I wanted to try to create a slideshow using only html and css. Slide state is controlled by a radio group. Once the slideshow is focused, try using your arrow keys to change the slide!
- Shortcuts
February 24, 2025
Just a bunch of shortcuts that I use in my day to day work.
- Mouse Position Slideshow
January 29, 2025
A slideshow that moves based on the mouse position. The inspiration came from the Dream Machine landing page, a little past half way down the page. I wanted to try to recreate the effect using react and motion, with the addition of being able to save where the mouse exited the slideshow.
If you want a better visual of how it's working, click the settings button and enable the debug option.
- Lava Lamp
January 09, 2025
Combining svg filters and css to make a lava lamp effect.