Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Last active December 29, 2021 08:50
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • Save planetoftheweb/989aada8ada0d831ac6dfcabdb17bfaf to your computer and use it in GitHub Desktop.
Save planetoftheweb/989aada8ada0d831ac6dfcabdb17bfaf to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="css/bootstrap.min.css">
<title>Bootstrap</title>
</head>
<body>
<div class="container">
</div><!-- container -->
<script src="js/jquery.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
@justincormier
Copy link

Your Lynda tutorial still shows to use tether.js, which you've replaced with popper.js in your repo.

@Mij-Strebor
Copy link

The popper.js is replacing the tether.js used in the Lynda videos. I suspect that the Lynda download files are all going to depend on tether.js. I'm going to replace popper.min.js with tether.min.js and see how it goes. The author shouldn't be disconnecting his downloads from the tutorial content without updating or at least posting a warning.

@Mij-Strebor
Copy link

Also adding a src="js/scripts.js script to match the tutorial.

@planetoftheweb
Copy link
Author

The Lynda/LinkedIn videos have been updated to a later release of Bootstrap. I usually keep the repo a little bit ahead of the videos. Right now I'm updating it for the final release. The repo has already been updated.

@ahmedohadi
Copy link

Hello,

Thank a lot for the beautiful update!

I'm having a problem with getting the blockquote as well as bg-faded working on Safari, isn't bootstrap a cross-browser tool ?!

Note that blockquote-footer worked!

Please advise about this!

Thanks!

@AmericanWebbery
Copy link

AmericanWebbery commented Aug 7, 2018

You have the "X-UA-Compatible" in there twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment