Keybase proof
I hereby claim:
- I am debpu06 on github.
- I am debpu06 (https://keybase.io/debpu06) on keybase.
- I have a public key whose fingerprint is 5F85 B734 390B E39C BC1A B71B 8AC8 CCC7 3F1B F9DF
To claim this, I am signing this object:
import React from 'react' | |
import { BLOCKS, MARKS } from '@contentful/rich-text-types'; | |
import { documentToReactComponents } from '@contentful/rich-text-react-renderer'; | |
import { GatsbyImage, getImage } from "gatsby-plugin-image" | |
const Bold = ({ children }) => <b>{children}</b>; | |
const Text = ({ children }) => <p className="align-center">{children}</p>; | |
const richTextImages = {}; |
import { graphql } from "gatsby" | |
export const TextQuery = graphql` | |
fragment TextBlock on ContentfulTextBlock { | |
id | |
bodyContent { | |
json | |
} | |
sys { | |
contentType { |
import { graphql } from "gatsby" | |
export const FiftyFiftyContentQuery = graphql` | |
fragment FiftyFiftyContent on ContentfulFiftyFifty { | |
id | |
sys { | |
contentType { | |
sys { | |
id | |
} |
/* | |
--- | |
name: Image Gallery | |
category: Javascript | |
example: https://www.uspoloassnglobal.com/collections/Polo-Player-Inspired | |
description: Load the optimal image size for each tile: Get the clients screen resolution and multiply it by the dimensions of the tile. If client changes media query, then refresh these images. | |
--- | |
``` | |
*/ |
using System; | |
using System.Collections.Generic; | |
using System.Configuration; | |
using System.Linq; | |
using System.Threading.Tasks; | |
using System.Web; | |
using System.Web.Http; | |
using EPiServer.Commerce.Catalog.ContentTypes; | |
using EPiServer.Core; | |
using EPiServer.Personalization; |
I hereby claim:
To claim this, I am signing this object: