On Github gdiminneapolis / building-with-bootstrap
You can put speaker / student notes with a slide. Use the class "notes" in whatever div-like thing you want to put your notes in. They won't show on the slide, but you'll be able to see them on the print out.
If you have not already downloaded the files for this workshop, please download them at file location.
Bootstrap is a front-end framework that helps speed up the development of responsive websites.
It’s one of the most popular front-end frameworks with 95,000+ stars and over 41,000 forks.
Bootstrap is an open source project on GitHub, meaning it is free to use and anyone can contribute to its progress.
A front-end web framework is a collection of flexible, production-ready HTML, CSS, and JavaScript that we can use when we develop websites and applications.
Keep in mind that Bootstrap is not just a CSS grid. It also comes with components to build a fully-functional, visually-consistent website.
Bootstrap is designed to be responsive, which means that your HTML elements will respond to changes in screen size.
So this desktop design:
Also looks great on a tablet:
And rad on a smartphone!
Bootstrap is also mobile-first, which means that it prioritizes ease of viewing at a mobile level and builds progressively for larger screen sizes.
Best of all, Bootstrap allows designers & developers of all levels to build sites quickly!
You can download all the necessary Bootstrap files from getbootstrap.com or from the Bootstrap repo on GitHub.
(We included all of these in your demo-files folder, so no need to download from Bootstrap today!)