/bootstrap-tutorial

My implementation of bootstrap tutorial (https://bootstrapbay.com/blog/)

Primary LanguageHTML

Bootstrap Tutorial

Download boostrap and place the content of the archive in this directory. Once extracted, the directory must be be something like this:

Note: bootstrap3 files are now tracked in git: no need to donwload an outdated bootstrap version

.
├── css
│   ├── bootstrap.css
│   ├── bootstrap.css.map
│   ├── bootstrap.min.css
│   ├── bootstrap.min.css.map
│   ├── bootstrap-theme.css
│   ├── bootstrap-theme.css.map
│   ├── bootstrap-theme.min.css
│   ├── bootstrap-theme.min.css.map
│   └── custom.css
├── fonts
│   ├── glyphicons-halflings-regular.eot
│   ├── glyphicons-halflings-regular.svg
│   ├── glyphicons-halflings-regular.ttf
│   ├── glyphicons-halflings-regular.woff
│   └── glyphicons-halflings-regular.woff2
├── img
│   ├── thumb1.jpg
│   ├── thumb2.jpg
│   └── thumb3.jpg
├── index.html
├── js
│   ├── bootstrap.js
│   ├── bootstrap.min.js
│   └── npm.js
└── README.md

Then follow the tutorial at bootstrapbay youtube channel