How to create a Portfolio Website with CSS Grid & Sass | Part One: The Markup

This is the start of a series where I’m going to build out a full portfolio website using CSS Grid. In this video, I introduce the project and then write the markup (HTML) for the page. While this series focuses on how we can build out a full page with the CSS Grid, I’ll also be using Flexbox for my layout, and at the end, we’ll wrap everything up with some JavaScript to add functionality to the site. I’m seeing this series as a nice tutorial on how to use the CSS Grid in more real-world scenario than what I’ve covered so far. Each section has its own challenges and will let us put different tools from the grid to use. It should be a fun one guys! If you’d like to follow along with me, you’ve got a few options. Here is the active GitHub repo: Here is the GitHub repo from where I start this video off at: And lastly, here is the video that explains how to get npm and Gulp running if you want to give
Back to Top