Some of my favorite CodePens

Pure CSS Gradient Brackground Animation

I wanted to have a nice background effect without using any javascript.

๐Ÿ”—ย  https://codepen.io/giseleblair/pen/LYLJymw


calculate time between

I forget exactly why I needed this, but I had a CSV file with start and end dates. And I needed to know how much time had lapsed.

๐Ÿ”—ย https://codepen.io/giseleblair/pen/MWzGgVv


substring, indexof

This might sound silly but Iโ€™m always forgetting how to use .substring() so I created this as a quick reference for myself. It only console logs the results

๐Ÿ”—ย https://codepen.io/giseleblair/pen/MWmZmJx


html form

In the same spirit of forgetfulness as above, I hate having to reinvent the wheel any time I need a quick form. So this is my go-to.

๐Ÿ”—ย https://codepen.io/giseleblair/pen/abJQBxo


javascript filter unique array values

I work with a lot of arrays, so filtering should be second nature to me. But itโ€™s not, so hereโ€™s my placeholder for when I am trying to do the most basic task like getting the unique values of an array.

๐Ÿ”—ย  https://codepen.io/giseleblair/pen/yLJqRZp

ยฉ 2024 Gisele Blair. All rights reserved

FaLinkedin