Hacking together a solution to show part of an element in a card as a default state, lining up the element headline across each card and then animating the element to the center of its parent element
A Pen by Ryan Mulligan on CodePen.
Hacking together a solution to show part of an element in a card as a default state, lining up the element headline across each card and then animating the element to the center of its parent element
A Pen by Ryan Mulligan on CodePen.
Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a
I will be using the root user, but would suggest creating a new user
| { | |
| "search.exclude": { | |
| "**/node_modules": true, | |
| "**/bower_components": true, | |
| ".build/**": true, | |
| "out/**": true, | |
| "out-build/**": true, | |
| "out-vscode/**": true, | |
| "i18n/**": true, | |
| "extensions/**/out/**": true, |
9f92971b-cd2e-4feb-9053-0b14d53ac4f5| #!/usr/bin/env bash | |
| set -e | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[1;33m' | |
| NC='\033[0m' | |
| log_info() { |