Skip to content

Instantly share code, notes, and snippets.

View itamark's full-sized avatar
:octocat:
Fullsnack Engineer

Itamar itamark

:octocat:
Fullsnack Engineer
View GitHub Profile
@itamark
itamark / gist:3f0cd77b578eb6bd1e1a2b8afa94cd33
Last active December 19, 2017 10:45
Verifying my Blockstack ID is secured with the address 14AKQ7FcaxCQLTxoBGxFuDajS2A7755ER3 https://explorer.blockstack.org/address/14AKQ7FcaxCQLTxoBGxFuDajS2A7755ER3
Verifying my Blockstack ID is secured with the address 14AKQ7FcaxCQLTxoBGxFuDajS2A7755ER3 https://explorer.blockstack.org/address/14AKQ7FcaxCQLTxoBGxFuDajS2A7755ER3
@itamark
itamark / keybase.md
Created August 29, 2016 17:40
keybase.md

Keybase proof

I hereby claim:

  • I am itamark on github.
  • I am itamark (https://keybase.io/itamark) on keybase.
  • I have a public key whose fingerprint is A23F 60FE E135 4FA6 FC95 626E 348B 0C2B 8DFF AB9A

To claim this, I am signing this object:

@itamark
itamark / mediaQueryTemplates
Created September 23, 2014 13:50
Media Query Templates with descriptions of which device they're for
Credit: CSSTricks (http://css-tricks.com/snippets/css/media-queries-for-standard-devices/)
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */