back to all posts

Creating an Agency Site in GatsbyJS-3

by Nabendu Biswas / August 27th, 2019

#gatsby #react #webdev
Series: Gatsby-agency

Welcome to part-3 of the series. In the previous part we have created a common footer in the layout component.

Let us first create a Header with Navigation.

index.jsindex.js

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

You can find the complete code for the project here https://github.com/nabendu82/AgencyDemo

The netlify deployment is here https://priceless-panini-95d866.netlify.com/

Nabendu Biswas