These series of videos will be me, teaching you how to use Bootstrap 3.1 in combination of HTML, CSS, Javascript, and some jQuery.
(1) Bootstrap 3.1 - Sublime, Bootstrap, Preliminary Set-up
1) Grab all the files you need:
Get a text editor. I recommend Sublime Text.
http://www.sublimetext.com/
Get the bootstrap files.
http://getbootstrap.com/
We will extract the bootstrap zip. Create a new folder called Bootstrap Project or whatever you want to call it. Then create five folders:
css
fonts
js
img
doc
Afterwards, copy from the extracted bootstrap 3.1 folder the following files:
bootstrap.css
bootstrap.min.css
INTO css folder of Bootstrap Project
bootstrap.js
bootstrap.min.js
INTO js folder of Bootstrap project
Open Sublime and save the empty file as index.html in Bootstrap Project.
Edit the code and follow the video.
https://developers.google.com/fonts/d...
https://www.google.com/fonts
Afterwards, open a new file with sublime and save that file as style.css.
Test the body section of index.html and open in a browser.
Twitter: / microwavesam