Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Bootstrap Site Blueprints Volume II

You're reading from  Bootstrap Site Blueprints Volume II

Product type Book
Published in Jan 2016
Publisher Packt
ISBN-13 9781785281099
Pages 328 pages
Edition 1st Edition
Languages
Author (1):
Matt Lambert Matt Lambert
Profile icon Matt Lambert

Setting up the template


Before we get too far, let's create a new project called Chapter 3 by copying over our boilerplate code we created in the first chapter. Let's update some of the basic template files for this new project.

Adding a new web font

I mentioned that we are going to use some Google material design principals and styles in this project. The first thing I'd like you to do is to use the material design font called Roboto. It's available for free from the Google web fonts website or you can simply include the following line of code in the _layout.ejs file:

<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700,900' rel='stylesheet' type='text/css'>

You'll notice I'm using the light, regular, bold, and super bold weights of the web font.

Adding the JavaScript to _layout.ejs

For this project, I've written a little custom jQuery that we'll use in our search bar. I'll cover that a little later but for now, just insert the following code at the bottom of _layout.ejs...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}