Sizing up our beginning files
As with all the projects in this book, the beginning files for this project be downloaded from the Packt Publishing website at http://www.packtpub.com/support. You'll find the files for this project in the folder 04_Code_BEGIN
.
These files are based largely on our results from Chapter 2, Bootstrappin' Your Portfolio. Thus, we have the benefit of these key components:
Bootstrap LESS and JavaScript files, which have been organized in the following directories:
less/bootstrap
: This contains Bootstrap's LESS filesjs/bootstrap
: This contains Bootstrap's individual pluginsjs/plugins.js
: This contains all Bootstrap plugins in minified form
The HTML5 Boilerplate along with the following files:
The basic markup structure of
index.html
js/vendor/modernizr-2.6.2.min.js
js/vendor/query-1.10.2.min.j
s
The
respond.js
file for Internet Explorer 8 compatibility:js/vendor/respond.js
Font Awesome font icons, including the following:
Icon fonts in the
fonts
directoryLESS files in the
less...