The dev.to project with GatsbyJS-4
Welcome to part-4 of the series. You can create part-3 here.
In this part we will start with the footer component first. But i want to show social icons in footer. So, create a file social-icons.js inside constants folder.

Rest of the chapter is exclusive content and will be in my upcoming book Gatsby Cookbook. You can find more details about it here.

On the smaller screens, we are hiding both left and right sidebars.

The border colors and lot other things will be changed later when we built the components.
This completes part-4 of the series. You can find part-5 here.
You can find the code for the same in this github repo.