Before we can start, we will need a base to work with. Luckily, in Chapter 7, Creating the Blog Posts Home Page, we did just this; we stripped away all code specific to the first project and used that as our base for the blog. Now, we can use that same base for the photo gallery. The code files can be accessed easily via the GitHub repository.
Implementing the thumbnails
Adding the home page title
There is nothing special about the title we are going to add and it is extremely simple to implement, as demonstrated here:
We aren't doing anything new in the preceding code; we are just creating a simple container with a row. Inside, we have a container for the title that spans all 12 columns and centers the content with...