back to projects
A website for a local florist built with Gatsby.js and Sanity.io's headless CMS.
This site was for a local florist that wanted a minimalist portfolio site.
I used Sanity CMS for content management and Gatsby.js for server side generation. Images are kept to a minimum and are lazy loaded to minimize thread blocking on initial load.
Responsive photo grid on portfolio page was accomplished using CSS grid. A subtle parallax background effect was added on pages with scrollable content.
Hosting and continuous deployment was handled through Netlify with webhooks; rebuilds triggered when content changes on Sanity or source code changes on GitHub.