This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%# | |
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=""> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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, |