Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 888 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 888 Bytes

Shul-website

This website is based on Gatsby.js V2 starter which is based on the Photon site template, designed by HTML5 UP.

Preview

See a shul-site here.

Netlify Status

Installation

Install this starter (assuming Gatsby is installed) by running from your CLI: gatsby new shul-web https://github.com/gbs4ever/shul-web.git

Run gatsby develop in the terminal to start.

CSS Grid

The grid on this site was replaced with a custom version, built using CSS Grid. It's a very simple 12 column grid that is disabled on mobile. To start using the grid, wrap the desired items with grid-wrapper. Items inside the grid-wrapper use the class col- followed by a number, which should add up to 12.