Sizing up our beginning files
As with all the projects in this book, the beginning files for this project can be downloaded from the Packt Publishing website at http://www.packtpub.com/support. You'll find the files for this project in the chapter6/start
folder.
These files are a copy of our results from Chapter 5, Bootstrappin' Your Portfolio. Thus, we have the benefit of the following key components:
A complete build process, including the Sass compiler and the Panini template engine
Bootstrap SCSS and JavaScript files
The Panini HTML templates
In addition to these key assets, we have some of the custom Sass touches we created during the project in Chapter 5, Bootstrappin' Your Portfolio. They can be found in the following files, which are present in the scss
and scss/includes
directories:
_main.scss
: This is customized to import Bootstrap's Sass files from thebower_components/bootstrap/scss
directory, as well as Font Awesome font icons and our custom Sass files_carousel.scss
: This file has...