Styling the footer of your page
Last but not least, we'll have to style the footer links to finalize our project. Again create an HTML template and a Sass partial to do this.
The html/includes/footer.html
HTML template should contain HTML like the following:
<footer class="page-footer"> <div class="container"> <div class="pull-xs-right"> <a href="https://twitter.com/bassjobsen"><i class="fa fa-twitter fa-lg"></i></a> <a href="https://facebook.com/bassjobsen"><i class="fa fa-facebook fa-lg"></i></a> <a href="http://google.com/+bassjobsen"><i class="fa fa-google-plus fa-lg"></i></a> <a href="http://stackoverflow.com/users/1596547/bass-jobsen"><i class="fa fa-stack-overflow fa-lg"></i></a> <a href="https://github.com/bassjobsen"><i class="fa fa-github fa...