I want to use the bootstrap version offered by default on codepen.io, which I believe is v4, but a lot of the features from the bootstrap website don’t work.
For example, the navbar stuff offered on their site only works if I plug in v3.3.5 instead of using their version of bootstrap. However, if I use v3.3.5, the jumbotron fluid stuff on their site won’t work. It’s a very frustrating experience and I can’t seem to figure out which one to use.
Here is my portfolio I’m working on: I’d like to have the jumbotron-fluid class and have a navbar, but it seems like I need to choose one or the other: http://codepen.io/colesam/pen/ryQEdP?editors=1100
Bootstrap version I plug in as an alternative: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
Note: when you plug in v3.3.5 it looks like the jumbotron is still there, but it’s just the regular jumbotron class, not the jumbotron-fluid.