Skip to content

Instantly share code, notes, and snippets.

@robertmogos
Last active September 9, 2020 14:36
Show Gist options
  • Save robertmogos/b90fd3f2c8d04bbc8334371f3ec0e5ab to your computer and use it in GitHub Desktop.
Save robertmogos/b90fd3f2c8d04bbc8334371f3ec0e5ab to your computer and use it in GitHub Desktop.
Colors:
primary: '#708090',
secondary: '#8B4C39',
On query "iphone"
{
"title": "iPhone Xs",
"banner": "https://user-images.githubusercontent.com/6137112/80473185-10281600-8946-11ea-9dbf-652dfbb7968b.png",
"link": "https://www.apple.com/iphone/"
}
On facet "Apple" -> context "ais-brand-Apple"
{
"title": "Apple",
"banner": "https://png.pngtree.com/thumb_back/fw800/back_our/20190620/ourmid/pngtree-new-atmospheric-black-banner-on-iphone8-image_170756.jpg",
"link": "https://apple.com/"
}
Like Button
<svg
viewBox="0 0 24 24"
width={20}
height={20}
stroke="currentColor"
strokeWidth={2}
{...props}
>
<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment