IDK What To Write.
A Pen by Muzammal Ahmed on CodePen.
IDK What To Write.
A Pen by Muzammal Ahmed on CodePen.
Description:
lenvup.sh
is a Bash script designed to streamline the setup and maintenance of Laravel project dependencies. It intelligently handles both Composer (PHP) and various Node.js package managers (npm, Yarn, pnpm, and Bun), ensuring your project's dependencies are correctly installed and updated. The script checks for the presence of composer.json
and package.json
, then examines their respective lock files to determine the appropriate action.
Inspired by: https://www.youtube.com/c/Hyperplexed
A recreation of the Zen shapes on https://karinasirqueira.com.
A Pen by Hyperplexed on CodePen.
- | |
const COVERS = [ | |
"https://i.scdn.co/image/ab67616d00001e020ecc8c4fd215d9eb83cbfdb3", | |
"https://i.scdn.co/image/ab67616d00001e02d9194aa18fa4c9362b47464f", | |
"https://i.scdn.co/image/ab67616d00001e02a7ea08ab3914c5fb2084a8ac", | |
"https://i.scdn.co/image/ab67616d00001e0213ca80c3035333e5a6fcea59", | |
"https://i.scdn.co/image/ab67616d00001e02df04e6071763615d44643725", | |
"https://i.scdn.co/image/ab67616d00001e0239c7302c04f8d06f60e14403", | |
"https://i.scdn.co/image/ab67616d00001e021c0bcf8b536295438d26c70d", | |
"https://i.scdn.co/image/ab67616d00001e029bbd79106e510d13a9a5ec33", |
Originally from:
This is a simple carousel react component, that utilizes CSS transformations to create this 3D effect.
The cards are rotated, translated and blurred based on their distance in the list from the active card. Additionally, the color of the card is changing to be darker while maintaining the same hue using hsl().
A Pen by Yoav Kadosh on CodePen.