Skip to content

Instantly share code, notes, and snippets.

View wokejacqueline's full-sized avatar
🐶
can’t reproduce

jacqueline wokejacqueline

🐶
can’t reproduce
  • Las Vegas
View GitHub Profile
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
<%#
Project Photo Media Gallery
==============================
Purpose: Gallery of image(s).
Placement: project_media
Variables: project
%>
<div class="project-photo-media-gallery">
<div id="festival_profile_media_gallery" class="blueimp-gallery blueimp-gallery-carousel" data-gallery-content="">
import React from 'react';
import Helmet from 'react-helmet';
import Link from 'gatsby-link';
import Image from 'gatsby-image';
import get from 'lodash/get';
import Card from '../Card';
import style from './style.module.scss';
class Blog extends React.Component {