This is the repository for the LinkedIn Learning course Bootstrap 4 Layouts: Responsive Single-Page Design. The full course is available from LinkedIn Learning.
Find out how Bootstrap 4 can transform your standard HTML websites into inspired single-page designs. This course takes a project-based approach to explaining how to manipulate website layouts with the Bootstrap framework. Throughout the course, instructor Ray Villalobos works through popular layout patterns, helping to acquaint you with concepts that are key to creating a cohesive layout with Bootstrap. Ray tackles Bootstrap layout classes and shows what it takes to customize its CSS, addressing layout challenges like multiple grids and columns. Learn how to leverage the Scrollspy plugin to track navigation, how to create an image carousel, and how to build animations. Plus, this course provides you with a ready-to-go template with which to start new projects.
- Building a header and footer
- Adding styles to your project
- Making your navigation responsive
- Bootstrap layout components
- Using a multicolumn format
- Creating carousels
- Adding interactivity
- Creating animations
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add /tree/BRANCH_NAME
to the URL to go to the branch you want to peek at.
The branches are structured so that they correspond to the videos in the course. So, for example if I name a branch 02_03
then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A b
means that this is how the code looks at the beginning of the video, an e
means that is how the code looked at the end of the video. The master
branch usually has the final state of the code when I finish the course.
- Make sure you have these installed
- Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
git clone CLONEURL
- CD to the folder
cd FOLDERNAME
- Run
npm install
to install the project dependencies - Run
gulp
to start live preview server
For more advanced users, you can also download all of the branches for this repository.
mkdir NAME
cd NAME
git clone --bare CLONEURL .git
(make sure you add extra .git)git config --bool core.bare false
git reset --hard
- Run
npm install
to install the project dependencies - Run
gulp
to start live preview server
For advanced instructions of how to work with this and other courses with github repos, check out the course: Learning Git and Github.
Ray Villalobos
Senior Staff Instructor at LinkedIn Learning
Check out some of my other courses on LinkedIn Learning. You can follow me on LinkedIn, read my blog, follow me on twitter, or check out my youtube channel.