Skip to content

Instantly share code, notes, and snippets.

View ckurdziel's full-sized avatar
🤡

Chris Kurdziel ckurdziel

🤡
View GitHub Profile
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreifdkwocbd55kzsqzqghwgyihhouwui652amfdg6js3ju475uesome ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@ckurdziel
ckurdziel / gist:e2bb68b55f0c46febf4be8ea8fa6f75b
Created November 10, 2017 17:52
Blockstack Verification
Verifying my Blockstack ID is secured with the address 15cawpFPC3kCJ7q3Ea3rEs4kuNqcVo2S4C https://explorer.blockstack.org/address/15cawpFPC3kCJ7q3Ea3rEs4kuNqcVo2S4C

Keybase proof

I hereby claim:

  • I am ckurdziel on github.
  • I am ckurdziel (https://keybase.io/ckurdziel) on keybase.
  • I have a public key ASBUcfDvhzIOUyzXvnBPACd3smurzJ-Q78RcX_CoPT1R5go

To claim this, I am signing this object:

Verifying I am +ckurdziel on my passcard. https://onename.com/ckurdziel
@ckurdziel
ckurdziel / dabblet.css
Created February 21, 2013 15:35
Pounding heart animation
/* Pounding heart animation */
@keyframes pound {
from { transform: scale (.92); }
22% { transform: scale(1.07); }
32% { transform: scale(1);}
42% { transform: scale(1.07); }
to { transform: scale(1); }
}
.heart {
@ckurdziel
ckurdziel / dabblet.css
Created February 21, 2013 15:34
Pounding heart animation
/* Pounding heart animation */
@keyframes pound {
from { transform: scale (.92); }
22% { transform: scale(1.07); }
32% { transform: scale(1);}
42% { transform: scale(1.07); }
to { transform: scale(1); }
}
.heart {
@ckurdziel
ckurdziel / dabblet.css
Created February 21, 2013 15:32
Pounding heart animation
/* Pounding heart animation */
@keyframes pound {
from { transform: scale (.92); }
22% { transform: scale(1.07); }
32% { transform: scale(1);}
42% { transform: scale(1.07); }
to { transform: scale(1); }
}
.heart {