From 70c484ca1bd8e6dac1fc28e9f21ca2fe7c683776 Mon Sep 17 00:00:00 2001
From: Ahmed Raza Qadri
Date: Wed, 25 Oct 2017 06:21:47 -0700
Subject: [PATCH 1/3] First Screen with events completed
---
bootstrap-4.0.0-beta.2/.babelrc.js | 16 +
bootstrap-4.0.0-beta.2/.editorconfig | 17 +
bootstrap-4.0.0-beta.2/.eslintignore | 3 +
bootstrap-4.0.0-beta.2/.gitattributes | 16 +
.../.github/CONTRIBUTING.md | 252 +
.../.github/ISSUE_TEMPLATE.md | 22 +
bootstrap-4.0.0-beta.2/.gitignore | 46 +
bootstrap-4.0.0-beta.2/.hound.yml | 19 +
bootstrap-4.0.0-beta.2/.houndignore | 4 +
bootstrap-4.0.0-beta.2/.travis.yml | 32 +
bootstrap-4.0.0-beta.2/CNAME | 1 +
bootstrap-4.0.0-beta.2/Gemfile | 8 +
bootstrap-4.0.0-beta.2/Gemfile.lock | 67 +
bootstrap-4.0.0-beta.2/LICENSE | 22 +
bootstrap-4.0.0-beta.2/README.md | 167 +
bootstrap-4.0.0-beta.2/_config.yml | 75 +
bootstrap-4.0.0-beta.2/_data/breakpoints.yml | 29 +
bootstrap-4.0.0-beta.2/_data/browser-bugs.yml | 431 +
.../_data/browser-features.yml | 149 +
bootstrap-4.0.0-beta.2/_data/colors.yml | 26 +
bootstrap-4.0.0-beta.2/_data/core-team.yml | 44 +
bootstrap-4.0.0-beta.2/_data/grays.yml | 18 +
bootstrap-4.0.0-beta.2/_data/nav.yml | 86 +
bootstrap-4.0.0-beta.2/_data/showcase.yml | 19 +
bootstrap-4.0.0-beta.2/_data/theme-colors.yml | 16 +
bootstrap-4.0.0-beta.2/_data/translations.yml | 14 +
bootstrap-4.0.0-beta.2/_includes/ads.html | 1 +
.../_includes/callout-danger-async-methods.md | 7 +
...ut-warning-color-assistive-technologies.md | 5 +
.../_includes/docs-navbar.html | 63 +
.../_includes/docs-sidebar.html | 57 +
.../_includes/favicons.html | 9 +
bootstrap-4.0.0-beta.2/_includes/footer.html | 12 +
bootstrap-4.0.0-beta.2/_includes/header.html | 37 +
.../_includes/icons/bootstrap.svg | 1 +
.../_includes/icons/download.svg | 1 +
.../_includes/icons/github.svg | 1 +
.../_includes/icons/import.svg | 1 +
.../_includes/icons/lightning.svg | 1 +
.../_includes/icons/menu.svg | 1 +
.../_includes/icons/slack.svg | 1 +
.../_includes/icons/twitter.svg | 1 +
bootstrap-4.0.0-beta.2/_includes/scripts.html | 55 +
bootstrap-4.0.0-beta.2/_includes/social.html | 36 +
bootstrap-4.0.0-beta.2/_layouts/default.html | 26 +
bootstrap-4.0.0-beta.2/_layouts/docs.html | 38 +
bootstrap-4.0.0-beta.2/_layouts/home.html | 20 +
bootstrap-4.0.0-beta.2/_layouts/redirect.html | 37 +
bootstrap-4.0.0-beta.2/_layouts/simple.html | 12 +
bootstrap-4.0.0-beta.2/_plugins/bugify.rb | 27 +
bootstrap-4.0.0-beta.2/_plugins/callout.rb | 28 +
bootstrap-4.0.0-beta.2/_plugins/example.rb | 95 +
.../_plugins/markdown-block.rb | 20 +
.../assets/brand/bootstrap-outline.svg | 6 +
.../assets/brand/bootstrap-punchout.svg | 6 +
.../assets/brand/bootstrap-social-logo.png | Bin 0 -> 23959 bytes
.../assets/brand/bootstrap-social.png | Bin 0 -> 231733 bytes
.../assets/brand/bootstrap-solid.svg | 6 +
.../assets/css/docs.min.css | 8 +
.../assets/css/docs.min.css.map | 1 +
.../assets/img/bootstrap-stack.png | Bin 0 -> 52160 bytes
.../assets/img/bootstrap-themes.png | Bin 0 -> 80588 bytes
.../img/favicons/android-chrome-192x192.png | Bin 0 -> 1935 bytes
.../img/favicons/android-chrome-512x512.png | Bin 0 -> 4269 bytes
.../assets/img/favicons/apple-touch-icon.png | Bin 0 -> 1738 bytes
.../assets/img/favicons/browserconfig.xml | 11 +
.../assets/img/favicons/favicon-16x16.png | Bin 0 -> 310 bytes
.../assets/img/favicons/favicon-32x32.png | Bin 0 -> 491 bytes
.../assets/img/favicons/manifest.json | 22 +
.../assets/img/favicons/mstile-144x144.png | Bin 0 -> 1479 bytes
.../assets/img/favicons/mstile-150x150.png | Bin 0 -> 1428 bytes
.../assets/img/favicons/mstile-310x150.png | Bin 0 -> 1746 bytes
.../assets/img/favicons/mstile-310x310.png | Bin 0 -> 3085 bytes
.../assets/img/favicons/mstile-70x70.png | Bin 0 -> 1104 bytes
.../assets/img/favicons/safari-pinned-tab.svg | 20 +
bootstrap-4.0.0-beta.2/assets/js/docs.min.js | 25 +
.../assets/js/ie-emulation-modes-warning.js | 52 +
.../assets/js/ie10-viewport-bug-workaround.js | 24 +
.../assets/js/src/application.js | 105 +
bootstrap-4.0.0-beta.2/assets/js/src/pwa.js | 30 +
.../assets/js/vendor/anchor.min.js | 6 +
.../assets/js/vendor/clipboard.min.js | 7 +
.../assets/js/vendor/holder.min.js | 13 +
.../assets/js/vendor/jquery-slim.min.js | 4 +
.../assets/js/vendor/popper.min.js | 4 +
bootstrap-4.0.0-beta.2/assets/scss/_ads.scss | 38 +
.../assets/scss/_algolia.scss | 141 +
.../assets/scss/_anchor.scss | 10 +
.../assets/scss/_brand.scss | 110 +
.../assets/scss/_browser-bugs.scss | 12 +
.../assets/scss/_buttons.scss | 29 +
.../assets/scss/_callouts.scss | 40 +
.../assets/scss/_clipboard-js.scss | 39 +
.../assets/scss/_colors.scss | 24 +
.../assets/scss/_component-examples.scss | 426 +
.../assets/scss/_content.scss | 115 +
.../assets/scss/_examples.scss | 24 +
.../assets/scss/_featured-sites.scss | 21 +
.../assets/scss/_footer.scss | 40 +
.../assets/scss/_masthead.scss | 61 +
bootstrap-4.0.0-beta.2/assets/scss/_nav.scss | 76 +
.../assets/scss/_page-header.scss | 60 +
.../assets/scss/_responsive-tests.scss | 15 +
.../assets/scss/_sidebar.scss | 166 +
.../assets/scss/_skiplink.scss | 14 +
.../assets/scss/_syntax.scss | 78 +
bootstrap-4.0.0-beta.2/assets/scss/_team.scss | 32 +
.../assets/scss/_variables.scss | 9 +
bootstrap-4.0.0-beta.2/assets/scss/docs.scss | 56 +
bootstrap-4.0.0-beta.2/bower.json | 1 +
bootstrap-4.0.0-beta.2/build/.htmllintrc | 19 +
bootstrap-4.0.0-beta.2/build/.stylelintrc | 248 +
.../build/change-version.js | 106 +
bootstrap-4.0.0-beta.2/build/gcp-key.json.enc | Bin 0 -> 2304 bytes
bootstrap-4.0.0-beta.2/build/htmllint.js | 46 +
bootstrap-4.0.0-beta.2/build/lint-vars.sh | 28 +
.../build/postcss.config.js | 12 +
bootstrap-4.0.0-beta.2/build/rollup.config.js | 50 +
.../build/sauce_browsers.json | 65 +
.../build/saucelabs-unit-test.js | 110 +
bootstrap-4.0.0-beta.2/build/ship.sh | 64 +
.../build/upload-preview.sh | 13 +
.../build/workbox.config.json | 8 +
bootstrap-4.0.0-beta.2/build/workbox.js | 39 +
bootstrap-4.0.0-beta.2/composer.json | 37 +
.../dist/css/bootstrap-grid.css | 1567 +++
.../dist/css/bootstrap-grid.css.map | 1 +
.../dist/css/bootstrap-grid.min.css | 7 +
.../dist/css/bootstrap-grid.min.css.map | 1 +
.../dist/css/bootstrap-reboot.css | 342 +
.../dist/css/bootstrap-reboot.css.map | 1 +
.../dist/css/bootstrap-reboot.min.css | 8 +
.../dist/css/bootstrap-reboot.min.css.map | 1 +
bootstrap-4.0.0-beta.2/dist/css/bootstrap.css | 8374 +++++++++++++++++
.../dist/css/bootstrap.css.map | 1 +
.../dist/css/bootstrap.min.css | 7 +
.../dist/css/bootstrap.min.css.map | 1 +
.../dist/js/bootstrap.bundle.js | 6287 +++++++++++++
.../dist/js/bootstrap.bundle.js.map | 1 +
.../dist/js/bootstrap.bundle.min.js | 7 +
.../dist/js/bootstrap.bundle.min.js.map | 1 +
bootstrap-4.0.0-beta.2/dist/js/bootstrap.js | 3850 ++++++++
.../dist/js/bootstrap.js.map | 1 +
.../dist/js/bootstrap.min.js | 7 +
.../dist/js/bootstrap.min.js.map | 1 +
.../docs/4.0/about/brand.md | 78 +
.../docs/4.0/about/history.md | 13 +
.../docs/4.0/about/license.md | 34 +
bootstrap-4.0.0-beta.2/docs/4.0/about/team.md | 22 +
.../docs/4.0/about/translations.md | 18 +
.../docs/4.0/browser-bugs.md | 64 +
.../docs/4.0/components/alerts.md | 112 +
.../docs/4.0/components/badge.md | 78 +
.../docs/4.0/components/breadcrumb.md | 40 +
.../docs/4.0/components/button-group.md | 198 +
.../docs/4.0/components/buttons.md | 158 +
.../docs/4.0/components/card.md | 658 ++
.../docs/4.0/components/carousel.md | 304 +
.../docs/4.0/components/collapse.md | 268 +
.../docs/4.0/components/dropdowns.md | 627 ++
.../docs/4.0/components/forms.md | 1059 +++
.../docs/4.0/components/input-group.md | 237 +
.../docs/4.0/components/jumbotron.md | 31 +
.../docs/4.0/components/list-group.md | 354 +
.../docs/4.0/components/modal.md | 617 ++
.../docs/4.0/components/navbar.md | 554 ++
.../docs/4.0/components/navs.md | 633 ++
.../docs/4.0/components/pagination.md | 170 +
.../docs/4.0/components/popovers.md | 371 +
.../docs/4.0/components/progress.md | 141 +
.../docs/4.0/components/scrollspy.md | 331 +
.../docs/4.0/components/tooltips.md | 350 +
.../docs/4.0/content/code.md | 50 +
.../docs/4.0/content/figures.md | 26 +
.../docs/4.0/content/images.md | 83 +
.../docs/4.0/content/reboot.md | 359 +
.../docs/4.0/content/tables.md | 792 ++
.../docs/4.0/content/typography.md | 320 +
.../docs/4.0/examples/.stylelintrc | 12 +
.../docs/4.0/examples/album/album.css | 58 +
.../docs/4.0/examples/album/index.html | 138 +
.../docs/4.0/examples/blog/blog.css | 170 +
.../docs/4.0/examples/blog/index.html | 166 +
.../docs/4.0/examples/carousel/carousel.css | 91 +
.../docs/4.0/examples/carousel/index.html | 190 +
.../docs/4.0/examples/cover/cover.css | 161 +
.../docs/4.0/examples/cover/index.html | 66 +
.../docs/4.0/examples/dashboard/dashboard.css | 64 +
.../docs/4.0/examples/dashboard/index.html | 262 +
.../docs/4.0/examples/grid/grid.css | 27 +
.../docs/4.0/examples/grid/index.html | 135 +
.../docs/4.0/examples/index.md | 174 +
.../docs/4.0/examples/jumbotron/index.html | 103 +
.../docs/4.0/examples/jumbotron/jumbotron.css | 4 +
.../4.0/examples/justified-nav/index.html | 106 +
.../examples/justified-nav/justified-nav.css | 48 +
.../4.0/examples/narrow-jumbotron/index.html | 79 +
.../narrow-jumbotron/narrow-jumbotron.css | 82 +
.../4.0/examples/navbar-bottom/index.html | 60 +
.../4.0/examples/navbar-top-fixed/index.html | 62 +
.../navbar-top-fixed/navbar-top-fixed.css | 5 +
.../docs/4.0/examples/navbar-top/index.html | 62 +
.../4.0/examples/navbar-top/navbar-top.css | 4 +
.../docs/4.0/examples/navbars/index.html | 348 +
.../docs/4.0/examples/navbars/navbar.css | 7 +
.../docs/4.0/examples/offcanvas/index.html | 134 +
.../docs/4.0/examples/offcanvas/offcanvas.css | 63 +
.../docs/4.0/examples/offcanvas/offcanvas.js | 7 +
.../docs/4.0/examples/screenshots/album.jpg | Bin 0 -> 64394 bytes
.../docs/4.0/examples/screenshots/blog.jpg | Bin 0 -> 122280 bytes
.../4.0/examples/screenshots/carousel.jpg | Bin 0 -> 82270 bytes
.../docs/4.0/examples/screenshots/cover.jpg | Bin 0 -> 36580 bytes
.../4.0/examples/screenshots/dashboard.jpg | Bin 0 -> 105325 bytes
.../docs/4.0/examples/screenshots/grid.jpg | Bin 0 -> 99951 bytes
.../examples/screenshots/jumbotron-narrow.jpg | Bin 0 -> 68573 bytes
.../4.0/examples/screenshots/jumbotron.jpg | Bin 0 -> 101076 bytes
.../examples/screenshots/justified-nav.jpg | Bin 0 -> 79037 bytes
.../examples/screenshots/navbar-bottom.jpg | Bin 0 -> 27921 bytes
.../4.0/examples/screenshots/navbar-fixed.jpg | Bin 0 -> 37932 bytes
.../examples/screenshots/navbar-static.jpg | Bin 0 -> 39654 bytes
.../docs/4.0/examples/screenshots/navbar.jpg | Bin 0 -> 40956 bytes
.../4.0/examples/screenshots/offcanvas.jpg | Bin 0 -> 112527 bytes
.../docs/4.0/examples/screenshots/sign-in.jpg | Bin 0 -> 13596 bytes
.../examples/screenshots/starter-template.jpg | Bin 0 -> 22571 bytes
.../screenshots/sticky-footer-navbar.jpg | Bin 0 -> 39249 bytes
.../examples/screenshots/sticky-footer.jpg | Bin 0 -> 25002 bytes
.../docs/4.0/examples/signin/index.html | 39 +
.../docs/4.0/examples/signin/signin.css | 38 +
.../4.0/examples/starter-template/index.html | 72 +
.../starter-template/starter-template.css | 7 +
.../examples/sticky-footer-navbar/index.html | 72 +
.../sticky-footer-navbar.css | 37 +
.../4.0/examples/sticky-footer/index.html | 36 +
.../examples/sticky-footer/sticky-footer.css | 28 +
.../4.0/examples/tooltip-viewport/index.html | 46 +
.../tooltip-viewport/tooltip-viewport.css | 26 +
.../tooltip-viewport/tooltip-viewport.js | 32 +
.../docs/4.0/extend/approach.md | 5 +
.../docs/4.0/extend/icons.md | 28 +
.../docs/4.0/extend/index.md | 6 +
.../docs/4.0/getting-started/accessibility.md | 53 +
.../4.0/getting-started/best-practices.md | 20 +
.../4.0/getting-started/browsers-devices.md | 175 +
.../docs/4.0/getting-started/build-tools.md | 57 +
.../docs/4.0/getting-started/contents.md | 100 +
.../docs/4.0/getting-started/download.md | 102 +
.../docs/4.0/getting-started/introduction.md | 140 +
.../docs/4.0/getting-started/javascript.md | 125 +
.../docs/4.0/getting-started/theming.md | 319 +
.../docs/4.0/getting-started/webpack.md | 99 +
.../docs/4.0/layout/grid.md | 769 ++
.../docs/4.0/layout/media-object.md | 136 +
.../docs/4.0/layout/overview.md | 174 +
.../docs/4.0/layout/utilities-for-layout.md | 25 +
bootstrap-4.0.0-beta.2/docs/4.0/migration.md | 294 +
.../docs/4.0/utilities/borders.md | 59 +
.../docs/4.0/utilities/clearfix.md | 38 +
.../docs/4.0/utilities/close-icon.md | 15 +
.../docs/4.0/utilities/colors.md | 53 +
.../docs/4.0/utilities/display.md | 82 +
.../docs/4.0/utilities/embed.md | 49 +
.../docs/4.0/utilities/flex.md | 520 +
.../docs/4.0/utilities/float.md | 55 +
.../docs/4.0/utilities/image-replacement.md | 26 +
.../docs/4.0/utilities/position.md | 45 +
.../docs/4.0/utilities/screenreaders.md | 25 +
.../docs/4.0/utilities/sizing.md | 37 +
.../docs/4.0/utilities/spacing.md | 82 +
.../docs/4.0/utilities/text.md | 82 +
.../docs/4.0/utilities/vertical-align.md | 38 +
.../docs/4.0/utilities/visibility.md | 33 +
bootstrap-4.0.0-beta.2/favicon.ico | Bin 0 -> 5430 bytes
bootstrap-4.0.0-beta.2/index.html | 83 +
bootstrap-4.0.0-beta.2/js/.eslintrc.json | 240 +
bootstrap-4.0.0-beta.2/js/dist/alert.js | 176 +
bootstrap-4.0.0-beta.2/js/dist/alert.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/button.js | 167 +
bootstrap-4.0.0-beta.2/js/dist/button.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/carousel.js | 504 +
.../js/dist/carousel.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/collapse.js | 371 +
.../js/dist/collapse.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/dropdown.js | 443 +
.../js/dist/dropdown.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/index.js | 23 +
bootstrap-4.0.0-beta.2/js/dist/index.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/modal.js | 580 ++
bootstrap-4.0.0-beta.2/js/dist/modal.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/popover.js | 192 +
bootstrap-4.0.0-beta.2/js/dist/popover.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/scrollspy.js | 315 +
.../js/dist/scrollspy.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/tab.js | 259 +
bootstrap-4.0.0-beta.2/js/dist/tab.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/tooltip.js | 665 ++
bootstrap-4.0.0-beta.2/js/dist/tooltip.js.map | 1 +
bootstrap-4.0.0-beta.2/js/dist/util.js | 142 +
bootstrap-4.0.0-beta.2/js/dist/util.js.map | 1 +
bootstrap-4.0.0-beta.2/js/src/alert.js | 194 +
bootstrap-4.0.0-beta.2/js/src/button.js | 187 +
bootstrap-4.0.0-beta.2/js/src/carousel.js | 524 ++
bootstrap-4.0.0-beta.2/js/src/collapse.js | 409 +
bootstrap-4.0.0-beta.2/js/src/dropdown.js | 450 +
bootstrap-4.0.0-beta.2/js/src/index.js | 50 +
bootstrap-4.0.0-beta.2/js/src/modal.js | 590 ++
bootstrap-4.0.0-beta.2/js/src/popover.js | 194 +
bootstrap-4.0.0-beta.2/js/src/scrollspy.js | 340 +
bootstrap-4.0.0-beta.2/js/src/tab.js | 287 +
bootstrap-4.0.0-beta.2/js/src/tooltip.js | 733 ++
bootstrap-4.0.0-beta.2/js/src/util.js | 166 +
.../js/tests/.eslintrc.json | 46 +
bootstrap-4.0.0-beta.2/js/tests/README.md | 61 +
bootstrap-4.0.0-beta.2/js/tests/index.html | 129 +
bootstrap-4.0.0-beta.2/js/tests/unit/alert.js | 79 +
.../js/tests/unit/button.js | 176 +
.../js/tests/unit/carousel.js | 921 ++
.../js/tests/unit/collapse.js | 745 ++
.../js/tests/unit/dropdown.js | 652 ++
bootstrap-4.0.0-beta.2/js/tests/unit/modal.js | 692 ++
.../js/tests/unit/popover.js | 413 +
.../js/tests/unit/scrollspy.js | 659 ++
bootstrap-4.0.0-beta.2/js/tests/unit/tab.js | 385 +
.../js/tests/unit/tooltip.js | 851 ++
.../js/tests/vendor/qunit.css | 436 +
.../js/tests/vendor/qunit.js | 5048 ++++++++++
.../js/tests/visual/alert.html | 51 +
.../js/tests/visual/button.html | 51 +
.../js/tests/visual/carousel.html | 56 +
.../js/tests/visual/collapse.html | 64 +
.../js/tests/visual/dropdown.html | 126 +
.../js/tests/visual/modal.html | 231 +
.../js/tests/visual/popover.html | 47 +
.../js/tests/visual/scrollspy.html | 96 +
.../js/tests/visual/tab.html | 233 +
.../js/tests/visual/tooltip.html | 71 +
bootstrap-4.0.0-beta.2/nuget/MyGet.ps1 | 18 +
bootstrap-4.0.0-beta.2/nuget/bootstrap.nuspec | 28 +
.../nuget/bootstrap.sass.nuspec | 28 +
bootstrap-4.0.0-beta.2/package-lock.json | 7379 +++++++++++++++
bootstrap-4.0.0-beta.2/package.js | 19 +
bootstrap-4.0.0-beta.2/package.json | 204 +
bootstrap-4.0.0-beta.2/robots.txt | 9 +
bootstrap-4.0.0-beta.2/sache.json | 5 +
bootstrap-4.0.0-beta.2/scss/_alert.scss | 49 +
bootstrap-4.0.0-beta.2/scss/_badge.scss | 47 +
bootstrap-4.0.0-beta.2/scss/_breadcrumb.scss | 38 +
.../scss/_button-group.scss | 207 +
bootstrap-4.0.0-beta.2/scss/_buttons.scss | 136 +
bootstrap-4.0.0-beta.2/scss/_card.scss | 259 +
bootstrap-4.0.0-beta.2/scss/_carousel.scss | 191 +
bootstrap-4.0.0-beta.2/scss/_close.scss | 29 +
bootstrap-4.0.0-beta.2/scss/_code.scss | 64 +
.../scss/_custom-forms.scss | 257 +
bootstrap-4.0.0-beta.2/scss/_dropdown.scss | 103 +
bootstrap-4.0.0-beta.2/scss/_forms.scss | 358 +
bootstrap-4.0.0-beta.2/scss/_functions.scss | 86 +
bootstrap-4.0.0-beta.2/scss/_grid.scss | 52 +
bootstrap-4.0.0-beta.2/scss/_images.scss | 43 +
bootstrap-4.0.0-beta.2/scss/_input-group.scss | 186 +
bootstrap-4.0.0-beta.2/scss/_jumbotron.scss | 16 +
bootstrap-4.0.0-beta.2/scss/_list-group.scss | 114 +
bootstrap-4.0.0-beta.2/scss/_media.scss | 8 +
bootstrap-4.0.0-beta.2/scss/_mixins.scss | 42 +
bootstrap-4.0.0-beta.2/scss/_modal.scss | 153 +
bootstrap-4.0.0-beta.2/scss/_nav.scss | 118 +
bootstrap-4.0.0-beta.2/scss/_navbar.scss | 306 +
bootstrap-4.0.0-beta.2/scss/_pagination.scss | 64 +
bootstrap-4.0.0-beta.2/scss/_popover.scss | 194 +
bootstrap-4.0.0-beta.2/scss/_print.scss | 110 +
bootstrap-4.0.0-beta.2/scss/_progress.scss | 30 +
bootstrap-4.0.0-beta.2/scss/_reboot.scss | 504 +
bootstrap-4.0.0-beta.2/scss/_root.scss | 19 +
bootstrap-4.0.0-beta.2/scss/_tables.scss | 180 +
bootstrap-4.0.0-beta.2/scss/_tooltip.scss | 107 +
bootstrap-4.0.0-beta.2/scss/_transitions.scss | 36 +
bootstrap-4.0.0-beta.2/scss/_type.scss | 125 +
bootstrap-4.0.0-beta.2/scss/_utilities.scss | 14 +
bootstrap-4.0.0-beta.2/scss/_variables.scss | 828 ++
.../scss/bootstrap-grid.scss | 35 +
.../scss/bootstrap-reboot.scss | 12 +
bootstrap-4.0.0-beta.2/scss/bootstrap.scss | 42 +
.../scss/mixins/_alert.scss | 13 +
.../scss/mixins/_background-variant.scss | 20 +
.../scss/mixins/_badge.scss | 12 +
.../scss/mixins/_border-radius.scss | 35 +
.../scss/mixins/_box-shadow.scss | 5 +
.../scss/mixins/_breakpoints.scss | 119 +
.../scss/mixins/_buttons.scss | 94 +
.../scss/mixins/_caret.scss | 35 +
.../scss/mixins/_clearfix.scss | 7 +
.../scss/mixins/_float.scss | 11 +
.../scss/mixins/_forms.scss | 108 +
.../scss/mixins/_gradients.scss | 45 +
.../scss/mixins/_grid-framework.scss | 69 +
bootstrap-4.0.0-beta.2/scss/mixins/_grid.scss | 52 +
.../scss/mixins/_hover.scss | 61 +
.../scss/mixins/_image.scss | 36 +
.../scss/mixins/_list-group.scss | 24 +
.../scss/mixins/_lists.scss | 7 +
.../scss/mixins/_nav-divider.scss | 10 +
.../scss/mixins/_navbar-align.scss | 10 +
.../scss/mixins/_pagination.scss | 22 +
.../scss/mixins/_reset-text.scss | 17 +
.../scss/mixins/_resize.scss | 6 +
.../scss/mixins/_screen-reader.scss | 35 +
bootstrap-4.0.0-beta.2/scss/mixins/_size.scss | 6 +
.../scss/mixins/_table-row.scss | 30 +
.../scss/mixins/_text-emphasis.scss | 14 +
.../scss/mixins/_text-hide.scss | 8 +
.../scss/mixins/_text-truncate.scss | 8 +
.../scss/mixins/_transition.scss | 9 +
.../scss/mixins/_visibility.scss | 7 +
.../scss/utilities/_align.scss | 8 +
.../scss/utilities/_background.scss | 19 +
.../scss/utilities/_borders.scss | 54 +
.../scss/utilities/_clearfix.scss | 3 +
.../scss/utilities/_display.scss | 56 +
.../scss/utilities/_embed.scss | 52 +
.../scss/utilities/_flex.scss | 46 +
.../scss/utilities/_float.scss | 9 +
.../scss/utilities/_position.scss | 36 +
.../scss/utilities/_screenreaders.scss | 11 +
.../scss/utilities/_sizing.scss | 12 +
.../scss/utilities/_spacing.scss | 51 +
.../scss/utilities/_text.scss | 52 +
.../scss/utilities/_visibility.scss | 11 +
bootstrap-4.0.0-beta.2/sw.js | 4 +
css/style.css | 243 +-
events.html | 303 +
images/backImage.jpg | Bin 0 -> 31453 bytes
images/backImage2.jpg | Bin 0 -> 247433 bytes
images/backImage3.jpg | Bin 0 -> 169672 bytes
index.html | 613 +-
newCss.css | 0
newIndex.html | 17 +
435 files changed, 77540 insertions(+), 289 deletions(-)
create mode 100644 bootstrap-4.0.0-beta.2/.babelrc.js
create mode 100644 bootstrap-4.0.0-beta.2/.editorconfig
create mode 100644 bootstrap-4.0.0-beta.2/.eslintignore
create mode 100644 bootstrap-4.0.0-beta.2/.gitattributes
create mode 100644 bootstrap-4.0.0-beta.2/.github/CONTRIBUTING.md
create mode 100644 bootstrap-4.0.0-beta.2/.github/ISSUE_TEMPLATE.md
create mode 100644 bootstrap-4.0.0-beta.2/.gitignore
create mode 100644 bootstrap-4.0.0-beta.2/.hound.yml
create mode 100644 bootstrap-4.0.0-beta.2/.houndignore
create mode 100644 bootstrap-4.0.0-beta.2/.travis.yml
create mode 100644 bootstrap-4.0.0-beta.2/CNAME
create mode 100644 bootstrap-4.0.0-beta.2/Gemfile
create mode 100644 bootstrap-4.0.0-beta.2/Gemfile.lock
create mode 100644 bootstrap-4.0.0-beta.2/LICENSE
create mode 100644 bootstrap-4.0.0-beta.2/README.md
create mode 100644 bootstrap-4.0.0-beta.2/_config.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/breakpoints.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/browser-bugs.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/browser-features.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/colors.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/core-team.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/grays.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/nav.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/showcase.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/theme-colors.yml
create mode 100644 bootstrap-4.0.0-beta.2/_data/translations.yml
create mode 100644 bootstrap-4.0.0-beta.2/_includes/ads.html
create mode 100644 bootstrap-4.0.0-beta.2/_includes/callout-danger-async-methods.md
create mode 100644 bootstrap-4.0.0-beta.2/_includes/callout-warning-color-assistive-technologies.md
create mode 100644 bootstrap-4.0.0-beta.2/_includes/docs-navbar.html
create mode 100644 bootstrap-4.0.0-beta.2/_includes/docs-sidebar.html
create mode 100644 bootstrap-4.0.0-beta.2/_includes/favicons.html
create mode 100644 bootstrap-4.0.0-beta.2/_includes/footer.html
create mode 100644 bootstrap-4.0.0-beta.2/_includes/header.html
create mode 100644 bootstrap-4.0.0-beta.2/_includes/icons/bootstrap.svg
create mode 100644 bootstrap-4.0.0-beta.2/_includes/icons/download.svg
create mode 100644 bootstrap-4.0.0-beta.2/_includes/icons/github.svg
create mode 100644 bootstrap-4.0.0-beta.2/_includes/icons/import.svg
create mode 100644 bootstrap-4.0.0-beta.2/_includes/icons/lightning.svg
create mode 100644 bootstrap-4.0.0-beta.2/_includes/icons/menu.svg
create mode 100644 bootstrap-4.0.0-beta.2/_includes/icons/slack.svg
create mode 100644 bootstrap-4.0.0-beta.2/_includes/icons/twitter.svg
create mode 100644 bootstrap-4.0.0-beta.2/_includes/scripts.html
create mode 100644 bootstrap-4.0.0-beta.2/_includes/social.html
create mode 100644 bootstrap-4.0.0-beta.2/_layouts/default.html
create mode 100644 bootstrap-4.0.0-beta.2/_layouts/docs.html
create mode 100644 bootstrap-4.0.0-beta.2/_layouts/home.html
create mode 100644 bootstrap-4.0.0-beta.2/_layouts/redirect.html
create mode 100644 bootstrap-4.0.0-beta.2/_layouts/simple.html
create mode 100644 bootstrap-4.0.0-beta.2/_plugins/bugify.rb
create mode 100644 bootstrap-4.0.0-beta.2/_plugins/callout.rb
create mode 100644 bootstrap-4.0.0-beta.2/_plugins/example.rb
create mode 100644 bootstrap-4.0.0-beta.2/_plugins/markdown-block.rb
create mode 100644 bootstrap-4.0.0-beta.2/assets/brand/bootstrap-outline.svg
create mode 100644 bootstrap-4.0.0-beta.2/assets/brand/bootstrap-punchout.svg
create mode 100644 bootstrap-4.0.0-beta.2/assets/brand/bootstrap-social-logo.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/brand/bootstrap-social.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/brand/bootstrap-solid.svg
create mode 100644 bootstrap-4.0.0-beta.2/assets/css/docs.min.css
create mode 100644 bootstrap-4.0.0-beta.2/assets/css/docs.min.css.map
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/bootstrap-stack.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/bootstrap-themes.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/android-chrome-192x192.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/android-chrome-512x512.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/apple-touch-icon.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/browserconfig.xml
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/favicon-16x16.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/favicon-32x32.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/manifest.json
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/mstile-144x144.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/mstile-150x150.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/mstile-310x150.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/mstile-310x310.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/mstile-70x70.png
create mode 100644 bootstrap-4.0.0-beta.2/assets/img/favicons/safari-pinned-tab.svg
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/docs.min.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/ie-emulation-modes-warning.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/ie10-viewport-bug-workaround.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/src/application.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/src/pwa.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/vendor/anchor.min.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/vendor/clipboard.min.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/vendor/holder.min.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/vendor/jquery-slim.min.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/js/vendor/popper.min.js
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_ads.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_algolia.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_anchor.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_brand.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_browser-bugs.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_buttons.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_callouts.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_clipboard-js.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_colors.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_component-examples.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_content.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_examples.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_featured-sites.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_footer.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_masthead.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_nav.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_page-header.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_responsive-tests.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_sidebar.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_skiplink.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_syntax.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_team.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/_variables.scss
create mode 100644 bootstrap-4.0.0-beta.2/assets/scss/docs.scss
create mode 100644 bootstrap-4.0.0-beta.2/bower.json
create mode 100644 bootstrap-4.0.0-beta.2/build/.htmllintrc
create mode 100644 bootstrap-4.0.0-beta.2/build/.stylelintrc
create mode 100644 bootstrap-4.0.0-beta.2/build/change-version.js
create mode 100644 bootstrap-4.0.0-beta.2/build/gcp-key.json.enc
create mode 100644 bootstrap-4.0.0-beta.2/build/htmllint.js
create mode 100644 bootstrap-4.0.0-beta.2/build/lint-vars.sh
create mode 100644 bootstrap-4.0.0-beta.2/build/postcss.config.js
create mode 100644 bootstrap-4.0.0-beta.2/build/rollup.config.js
create mode 100644 bootstrap-4.0.0-beta.2/build/sauce_browsers.json
create mode 100644 bootstrap-4.0.0-beta.2/build/saucelabs-unit-test.js
create mode 100644 bootstrap-4.0.0-beta.2/build/ship.sh
create mode 100644 bootstrap-4.0.0-beta.2/build/upload-preview.sh
create mode 100644 bootstrap-4.0.0-beta.2/build/workbox.config.json
create mode 100644 bootstrap-4.0.0-beta.2/build/workbox.js
create mode 100644 bootstrap-4.0.0-beta.2/composer.json
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap-grid.css
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap-grid.css.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap-grid.min.css
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap-grid.min.css.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap-reboot.css
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap-reboot.css.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap-reboot.min.css
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap-reboot.min.css.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap.css
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap.css.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap.min.css
create mode 100644 bootstrap-4.0.0-beta.2/dist/css/bootstrap.min.css.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/js/bootstrap.bundle.js
create mode 100644 bootstrap-4.0.0-beta.2/dist/js/bootstrap.bundle.js.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/js/bootstrap.bundle.min.js
create mode 100644 bootstrap-4.0.0-beta.2/dist/js/bootstrap.bundle.min.js.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/js/bootstrap.js
create mode 100644 bootstrap-4.0.0-beta.2/dist/js/bootstrap.js.map
create mode 100644 bootstrap-4.0.0-beta.2/dist/js/bootstrap.min.js
create mode 100644 bootstrap-4.0.0-beta.2/dist/js/bootstrap.min.js.map
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/about/brand.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/about/history.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/about/license.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/about/team.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/about/translations.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/browser-bugs.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/alerts.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/badge.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/breadcrumb.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/button-group.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/buttons.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/card.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/carousel.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/collapse.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/dropdowns.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/forms.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/input-group.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/jumbotron.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/list-group.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/modal.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/navbar.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/navs.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/pagination.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/popovers.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/progress.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/scrollspy.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/components/tooltips.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/content/code.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/content/figures.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/content/images.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/content/reboot.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/content/tables.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/content/typography.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/.stylelintrc
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/album/album.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/album/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/blog/blog.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/blog/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/carousel/carousel.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/carousel/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/cover/cover.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/cover/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/dashboard/dashboard.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/dashboard/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/grid/grid.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/grid/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/index.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/jumbotron/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/jumbotron/jumbotron.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/justified-nav/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/justified-nav/justified-nav.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/narrow-jumbotron/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/narrow-jumbotron/narrow-jumbotron.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/navbar-bottom/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/navbar-top-fixed/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/navbar-top-fixed/navbar-top-fixed.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/navbar-top/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/navbar-top/navbar-top.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/navbars/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/navbars/navbar.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/offcanvas/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/offcanvas/offcanvas.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/offcanvas/offcanvas.js
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/album.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/blog.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/carousel.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/cover.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/dashboard.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/grid.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/jumbotron-narrow.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/jumbotron.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/justified-nav.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/navbar-bottom.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/navbar-fixed.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/navbar-static.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/navbar.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/offcanvas.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/sign-in.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/starter-template.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/sticky-footer-navbar.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/screenshots/sticky-footer.jpg
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/signin/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/signin/signin.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/starter-template/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/starter-template/starter-template.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/sticky-footer-navbar/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/sticky-footer-navbar/sticky-footer-navbar.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/sticky-footer/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/sticky-footer/sticky-footer.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/tooltip-viewport/index.html
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/tooltip-viewport/tooltip-viewport.css
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/examples/tooltip-viewport/tooltip-viewport.js
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/extend/approach.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/extend/icons.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/extend/index.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/accessibility.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/best-practices.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/browsers-devices.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/build-tools.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/contents.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/download.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/introduction.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/javascript.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/theming.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/getting-started/webpack.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/layout/grid.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/layout/media-object.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/layout/overview.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/layout/utilities-for-layout.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/migration.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/borders.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/clearfix.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/close-icon.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/colors.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/display.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/embed.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/flex.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/float.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/image-replacement.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/position.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/screenreaders.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/sizing.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/spacing.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/text.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/vertical-align.md
create mode 100644 bootstrap-4.0.0-beta.2/docs/4.0/utilities/visibility.md
create mode 100644 bootstrap-4.0.0-beta.2/favicon.ico
create mode 100644 bootstrap-4.0.0-beta.2/index.html
create mode 100644 bootstrap-4.0.0-beta.2/js/.eslintrc.json
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/alert.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/alert.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/button.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/button.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/carousel.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/carousel.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/collapse.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/collapse.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/dropdown.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/dropdown.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/index.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/index.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/modal.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/modal.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/popover.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/popover.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/scrollspy.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/scrollspy.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/tab.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/tab.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/tooltip.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/tooltip.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/util.js
create mode 100644 bootstrap-4.0.0-beta.2/js/dist/util.js.map
create mode 100644 bootstrap-4.0.0-beta.2/js/src/alert.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/button.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/carousel.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/collapse.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/dropdown.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/index.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/modal.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/popover.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/scrollspy.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/tab.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/tooltip.js
create mode 100644 bootstrap-4.0.0-beta.2/js/src/util.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/.eslintrc.json
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/README.md
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/index.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/alert.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/button.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/carousel.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/collapse.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/dropdown.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/modal.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/popover.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/scrollspy.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/tab.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/unit/tooltip.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/vendor/qunit.css
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/vendor/qunit.js
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/alert.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/button.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/carousel.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/collapse.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/dropdown.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/modal.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/popover.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/scrollspy.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/tab.html
create mode 100644 bootstrap-4.0.0-beta.2/js/tests/visual/tooltip.html
create mode 100644 bootstrap-4.0.0-beta.2/nuget/MyGet.ps1
create mode 100644 bootstrap-4.0.0-beta.2/nuget/bootstrap.nuspec
create mode 100644 bootstrap-4.0.0-beta.2/nuget/bootstrap.sass.nuspec
create mode 100644 bootstrap-4.0.0-beta.2/package-lock.json
create mode 100644 bootstrap-4.0.0-beta.2/package.js
create mode 100644 bootstrap-4.0.0-beta.2/package.json
create mode 100644 bootstrap-4.0.0-beta.2/robots.txt
create mode 100644 bootstrap-4.0.0-beta.2/sache.json
create mode 100644 bootstrap-4.0.0-beta.2/scss/_alert.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_badge.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_breadcrumb.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_button-group.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_buttons.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_card.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_carousel.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_close.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_code.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_custom-forms.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_dropdown.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_forms.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_functions.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_grid.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_images.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_input-group.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_jumbotron.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_list-group.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_media.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_mixins.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_modal.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_nav.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_navbar.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_pagination.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_popover.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_print.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_progress.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_reboot.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_root.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_tables.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_tooltip.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_transitions.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_type.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_utilities.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/_variables.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/bootstrap-grid.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/bootstrap-reboot.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/bootstrap.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_alert.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_background-variant.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_badge.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_border-radius.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_box-shadow.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_breakpoints.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_buttons.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_caret.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_clearfix.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_float.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_forms.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_gradients.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_grid-framework.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_grid.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_hover.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_image.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_list-group.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_lists.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_nav-divider.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_navbar-align.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_pagination.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_reset-text.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_resize.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_screen-reader.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_size.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_table-row.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_text-emphasis.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_text-hide.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_text-truncate.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_transition.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/mixins/_visibility.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_align.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_background.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_borders.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_clearfix.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_display.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_embed.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_flex.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_float.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_position.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_screenreaders.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_sizing.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_spacing.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_text.scss
create mode 100644 bootstrap-4.0.0-beta.2/scss/utilities/_visibility.scss
create mode 100644 bootstrap-4.0.0-beta.2/sw.js
create mode 100644 events.html
create mode 100644 images/backImage.jpg
create mode 100644 images/backImage2.jpg
create mode 100644 images/backImage3.jpg
create mode 100644 newCss.css
create mode 100644 newIndex.html
diff --git a/bootstrap-4.0.0-beta.2/.babelrc.js b/bootstrap-4.0.0-beta.2/.babelrc.js
new file mode 100644
index 0000000..ab2b860
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.babelrc.js
@@ -0,0 +1,16 @@
+module.exports = {
+ presets: [
+ [
+ 'env',
+ {
+ loose: true,
+ modules: false,
+ exclude: ['transform-es2015-typeof-symbol']
+ }
+ ]
+ ],
+ plugins: [
+ process.env.ROLLUP && 'external-helpers',
+ process.env.PLUGINS && 'transform-es2015-modules-strip'
+ ].filter(Boolean)
+};
diff --git a/bootstrap-4.0.0-beta.2/.editorconfig b/bootstrap-4.0.0-beta.2/.editorconfig
new file mode 100644
index 0000000..c193ae0
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.editorconfig
@@ -0,0 +1,17 @@
+# editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.py]
+indent_size = 4
diff --git a/bootstrap-4.0.0-beta.2/.eslintignore b/bootstrap-4.0.0-beta.2/.eslintignore
new file mode 100644
index 0000000..8e0f522
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.eslintignore
@@ -0,0 +1,3 @@
+**/*.min.js
+**/vendor/*
+**/dist/*
diff --git a/bootstrap-4.0.0-beta.2/.gitattributes b/bootstrap-4.0.0-beta.2/.gitattributes
new file mode 100644
index 0000000..21b6fd1
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.gitattributes
@@ -0,0 +1,16 @@
+# Enforce Unix newlines
+*.css text eol=lf
+*.html text eol=lf
+*.js text eol=lf
+*.json text eol=lf
+*.md text eol=lf
+*.rb text eol=lf
+*.scss text eol=lf
+*.svg text eol=lf
+*.txt text eol=lf
+*.yml text eol=lf
+# Don't diff or textually merge source maps
+*.map binary
+
+bootstrap.css linguist-vendored=false
+bootstrap.js linguist-vendored=false
diff --git a/bootstrap-4.0.0-beta.2/.github/CONTRIBUTING.md b/bootstrap-4.0.0-beta.2/.github/CONTRIBUTING.md
new file mode 100644
index 0000000..0aaa1bb
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.github/CONTRIBUTING.md
@@ -0,0 +1,252 @@
+# Contributing to Bootstrap
+
+Looking to contribute something to Bootstrap? **Here's how you can help.**
+
+Please take a moment to review this document in order to make the contribution
+process easy and effective for everyone involved.
+
+Following these guidelines helps to communicate that you respect the time of
+the developers managing and developing this open source project. In return,
+they should reciprocate that respect in addressing your issue or assessing
+patches and features.
+
+
+## Using the issue tracker
+
+The [issue tracker](https://github.com/twbs/bootstrap/issues) is
+the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests)
+and [submitting pull requests](#pull-requests), but please respect the following
+restrictions:
+
+* Please **do not** use the issue tracker for personal support requests. Stack
+ Overflow ([`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4) tag), [Slack](https://bootstrap-slack.herokuapp.com/) or [IRC](README.md#community) are better places to get help.
+
+* Please **do not** derail or troll issues. Keep the discussion on topic and
+ respect the opinions of others.
+
+* Please **do not** post comments consisting solely of "+1" or ":thumbsup:".
+ Use [GitHub's "reactions" feature](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments)
+ instead. We reserve the right to delete comments which violate this rule.
+
+* Please **do not** open issues regarding the official themes offered on .
+ Instead, please email any questions or feedback regarding those themes to `themes AT getbootstrap DOT com`.
+
+
+## Issues and labels
+
+Our bug tracker utilizes several labels to help organize and identify issues. Here's what they represent and how we use them:
+
+- `browser bug` - Issues that are reported to us, but actually are the result of a browser-specific bug. These are diagnosed with reduced test cases and result in an issue opened on that browser's own bug tracker.
+- `confirmed` - Issues that have been confirmed with a reduced test case and identify a bug in Bootstrap.
+- `css` - Issues stemming from our compiled CSS or source Sass files.
+- `docs` - Issues for improving or updating our documentation.
+- `examples` - Issues involving the example templates included in our docs.
+- `feature` - Issues asking for a new feature to be added, or an existing one to be extended or modified. New features require a minor version bump (e.g., `v3.0.0` to `v3.1.0`).
+- `build` - Issues with our build system, which is used to run all our tests, concatenate and compile source files, and more.
+- `help wanted` - Issues we need or would love help from the community to resolve.
+- `js` - Issues stemming from our compiled or source JavaScript files.
+- `meta` - Issues with the project itself or our GitHub repository.
+
+For a complete look at our labels, see the [project labels page](https://github.com/twbs/bootstrap/labels).
+
+
+## Bug reports
+
+A bug is a _demonstrable problem_ that is caused by the code in the repository.
+Good bug reports are extremely helpful, so thanks!
+
+Guidelines for bug reports:
+
+0. **Validate and lint your code** — [validate your HTML](https://html5.validator.nu/)
+ and [lint your HTML](https://github.com/twbs/bootlint) to ensure your
+ problem isn't caused by a simple error in your own code.
+
+1. **Use the GitHub issue search** — check if the issue has already been
+ reported.
+
+2. **Check if the issue has been fixed** — try to reproduce it using the
+ latest `master` or development branch in the repository.
+
+3. **Isolate the problem** — ideally create a [reduced test
+ case](https://css-tricks.com/reduced-test-cases/) and a live example.
+ [This JS Bin](https://jsbin.com/lolome/edit?html,output) is a helpful template.
+
+
+A good bug report shouldn't leave others needing to chase you up for more
+information. Please try to be as detailed as possible in your report. What is
+your environment? What steps will reproduce the issue? What browser(s) and OS
+experience the problem? Do other browsers show the bug differently? What
+would you expect to be the outcome? All these details will help people to fix
+any potential bugs.
+
+Example:
+
+> Short and descriptive example bug report title
+>
+> A summary of the issue and the browser/OS environment in which it occurs. If
+> suitable, include the steps required to reproduce the bug.
+>
+> 1. This is the first step
+> 2. This is the second step
+> 3. Further steps, etc.
+>
+> `` - a link to the reduced test case
+>
+> Any other information you want to share that is relevant to the issue being
+> reported. This might include the lines of code that you have identified as
+> causing the bug, and potential solutions (and your opinions on their
+> merits).
+
+### Reporting upstream browser bugs
+
+Sometimes bugs reported to us are actually caused by bugs in the browser(s) themselves, not bugs in Bootstrap per se.
+When feasible, we aim to report such upstream bugs to the relevant browser vendor(s), and then list them on our [Wall of Browser Bugs](https://getbootstrap.com/browser-bugs/) and [document them in MDN](https://developer.mozilla.org/en-US/docs/Web).
+
+| Vendor(s) | Browser(s) | Rendering engine | Bug reporting website(s) | Notes |
+| ------------- | ---------------------------- | ---------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------- |
+| Mozilla | Firefox | Gecko | https://bugzilla.mozilla.org/enter_bug.cgi | "Core" is normally the right product option to choose. |
+| Apple | Safari | WebKit | https://bugs.webkit.org/enter_bug.cgi?product=WebKit https://bugreport.apple.com | In Apple's bug reporter, choose "Safari" as the product. |
+| Google, Opera | Chrome, Chromium, Opera v15+ | Blink | https://code.google.com/p/chromium/issues/list | Click the "New issue" button. |
+| Microsoft | Edge | EdgeHTML | https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ | |
+
+### Issues bots
+
+[@twbs-lmvtfy](https://github.com/twbs-lmvtfy) is a Bootstrap bot that hangs out in our GitHub issue tracker and automatically checks for HTML validation errors in live examples (e.g. jsFiddles, JS Bins, Bootplys, Plunks, CodePens, etc.) posted in issue comments. If it finds any errors, it will post a follow-up comment on the issue and point out the errors. If this happens with an example you've posted, please fix the errors and post an updated live example. If you opened a bug report, please check whether the bug still occurs with your revised, valid live example. If the bug no longer occurs, it was probably due to your invalid HTML rather than something in Bootstrap and we'd appreciate it if you could close out the GitHub issue.
+
+
+## Feature requests
+
+Feature requests are welcome. But take a moment to find out whether your idea
+fits with the scope and aims of the project. It's up to *you* to make a strong
+case to convince the project's developers of the merits of this feature. Please
+provide as much detail and context as possible.
+
+
+## Pull requests
+
+Good pull requests—patches, improvements, new features—are a fantastic
+help. They should remain focused in scope and avoid containing unrelated
+commits.
+
+**Please ask first** before embarking on any significant pull request (e.g.
+implementing features, refactoring code, porting to a different language),
+otherwise you risk spending a lot of time working on something that the
+project's developers might not want to merge into the project.
+
+Please adhere to the [coding guidelines](#code-guidelines) used throughout the
+project (indentation, accurate comments, etc.) and any other requirements
+(such as test coverage).
+
+**Do not edit `bootstrap.css`, or `bootstrap.js`
+directly!** Those files are automatically generated. You should edit the
+source files in [`/bootstrap/scss/`](https://github.com/twbs/bootstrap/tree/master/scss)
+and/or [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/master/js) instead.
+
+Similarly, when contributing to Bootstrap's documentation, you should edit the
+documentation source files in
+[the `/bootstrap/docs/` directory of the `master` branch](https://github.com/twbs/bootstrap/tree/master/docs).
+**Do not edit the `gh-pages` branch.** That branch is generated from the
+documentation source files and is managed separately by the Bootstrap Core Team.
+
+Adhering to the following process is the best way to get your work
+included in the project:
+
+1. [Fork](https://help.github.com/articles/fork-a-repo/) the project, clone your fork,
+ and configure the remotes:
+
+ ```bash
+ # Clone your fork of the repo into the current directory
+ git clone https://github.com//bootstrap.git
+ # Navigate to the newly cloned directory
+ cd bootstrap
+ # Assign the original repo to a remote called "upstream"
+ git remote add upstream https://github.com/twbs/bootstrap.git
+ ```
+
+2. If you cloned a while ago, get the latest changes from upstream:
+
+ ```bash
+ git checkout master
+ git pull upstream master
+ ```
+
+3. Create a new topic branch (off the main project development branch) to
+ contain your feature, change, or fix:
+
+ ```bash
+ git checkout -b
+ ```
+
+4. Commit your changes in logical chunks. Please adhere to these [git commit
+ message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
+ or your code is unlikely be merged into the main project. Use Git's
+ [interactive rebase](https://help.github.com/articles/about-git-rebase/)
+ feature to tidy up your commits before making them public.
+
+5. Locally merge (or rebase) the upstream development branch into your topic branch:
+
+ ```bash
+ git pull [--rebase] upstream master
+ ```
+
+6. Push your topic branch up to your fork:
+
+ ```bash
+ git push origin
+ ```
+
+7. [Open a Pull Request](https://help.github.com/articles/about-pull-requests/)
+ with a clear title and description against the `master` branch.
+
+**IMPORTANT**: By submitting a patch, you agree to allow the project owners to
+license your work under the terms of the [MIT License](LICENSE) (if it
+includes code changes) and under the terms of the
+[Creative Commons Attribution 3.0 Unported License](docs/LICENSE)
+(if it includes documentation changes).
+
+### Pull request bots
+
+[@twbs-rorschach](https://github.com/twbs-rorschach) is a Bootstrap bot that hangs out in our GitHub issue tracker and automatically checks all pull requests for a few simple common mistakes. It's possible that Rorschach might leave a comment on your pull request and then close it. If that happens, simply fix the problem(s) mentioned in the comment (there should be link(s) in the comment explaining the problem(s) in detail) and then either:
+
+* Push the revised version to your pull request's branch and post a comment on the pull request saying that you've fixed the problem(s). One of the Bootstrap Core Team members will then come along and reopen your pull request.
+* Or you can just open a new pull request for your revised version.
+
+[@twbs-savage](https://github.com/twbs-savage) is a Bootstrap bot that automatically runs cross-browser tests (via [Sauce](https://saucelabs.com/) and Travis CI) on JavaScript pull requests. Savage will leave a comment on pull requests stating whether cross-browser JS tests passed or failed, with a link to the full Travis build details. If your pull request fails, check the Travis log to see which browser + OS combinations failed. Each browser test in the Travis log includes a link to a Sauce page with details about the test. On those details pages, you can watch a screencast of the test run to see exactly which unit tests failed.
+
+
+## Code guidelines
+
+### HTML
+
+[Adhere to the Code Guide.](http://codeguide.co/#html)
+
+- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags).
+- Use CDNs and HTTPS for third-party JS when possible. We don't use protocol-relative URLs in this case because they break when viewing the page locally via `file://`.
+- Use [WAI-ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) attributes in documentation examples to promote accessibility.
+
+### CSS
+
+[Adhere to the Code Guide.](http://codeguide.co/#css)
+
+- When feasible, default color palettes should comply with [WCAG color contrast guidelines](https://www.w3.org/TR/WCAG20/#visual-audio-contrast).
+- Except in rare cases, don't remove default `:focus` styles (via e.g. `outline: none;`) without providing alternative styles. See [this A11Y Project post](http://a11yproject.com/posts/never-remove-css-outlines/) for more details.
+
+### JS
+
+- No semicolons (in client-side JS)
+- 2 spaces (no tabs)
+- strict mode
+- "Attractive"
+- Don't use [jQuery event alias convenience methods](https://github.com/jquery/jquery/blob/master/src/event/alias.js) (such as `$().focus()`). Instead, use [`$().trigger(eventType, ...)`](https://api.jquery.com/trigger/) or [`$().on(eventType, ...)`](https://api.jquery.com/on/), depending on whether you're firing an event or listening for an event. (For example, `$().trigger('focus')` or `$().on('focus', function (event) { /* handle focus event */ })`) We do this to be compatible with custom builds of jQuery where the event aliases module has been excluded.
+
+### Checking coding style
+
+Run `npm run test` before committing to ensure your changes follow our coding standards.
+
+
+## License
+
+By contributing your code, you agree to license your contribution under the [MIT License](LICENSE).
+By contributing to the documentation, you agree to license your contribution under the [Creative Commons Attribution 3.0 Unported License](docs/LICENSE).
+
+Prior to v3.1.0, Bootstrap's code was released under the Apache License v2.0.
diff --git a/bootstrap-4.0.0-beta.2/.github/ISSUE_TEMPLATE.md b/bootstrap-4.0.0-beta.2/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..98b760e
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,22 @@
+Before opening an issue:
+
+- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue)
+- [Validate](https://html5.validator.nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems
+- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs
+- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md)
+
+When asking general "how to" questions:
+
+- Please do not open an issue here
+- Instead, ask for help on [StackOverflow, IRC, or Slack](https://github.com/twbs/bootstrap/blob/master/README.md#community)
+
+When reporting a bug, include:
+
+- Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile)
+- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser)
+- Reduced test cases and potential fixes using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/)
+
+When suggesting a feature, include:
+
+- As much detail as possible for what we should add and why it's important to Bootstrap
+- Relevant links to prior art, screenshots, or live demos whenever possible
diff --git a/bootstrap-4.0.0-beta.2/.gitignore b/bootstrap-4.0.0-beta.2/.gitignore
new file mode 100644
index 0000000..2ea8867
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.gitignore
@@ -0,0 +1,46 @@
+# Ignore docs files
+_gh_pages
+_site
+
+# Ignore ruby files
+.ruby-version
+.bundle
+vendor/cache
+vendor/bundle
+
+# Numerous always-ignore extensions
+*.diff
+*.err
+*.log
+*.orig
+*.rej
+*.swo
+*.swp
+*.vi
+*.zip
+*~
+
+# OS or Editor folders
+._*
+.cache
+.DS_Store
+.idea
+.project
+.settings
+.tmproj
+*.esproj
+*.sublime-project
+*.sublime-workspace
+nbproject
+Thumbs.db
+
+# Komodo
+.komodotools
+*.komodoproject
+
+# Jekyll metadata and extra config file for `github` script
+docs/.jekyll-metadata
+twbsconfig.yml
+
+# Folders to ignore
+node_modules
diff --git a/bootstrap-4.0.0-beta.2/.hound.yml b/bootstrap-4.0.0-beta.2/.hound.yml
new file mode 100644
index 0000000..2a6b055
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.hound.yml
@@ -0,0 +1,19 @@
+fail_on_violations: true
+
+stylelint:
+ config_file: build/.stylelintrc
+ enabled: true
+ ignore_file: .houndignore
+
+eslint:
+ config_file: js/.eslintrc.json
+ ignore_file: .houndignore
+
+scss:
+ enabled: false
+
+jshint:
+ enabled: false
+
+ruby:
+ enabled: false
diff --git a/bootstrap-4.0.0-beta.2/.houndignore b/bootstrap-4.0.0-beta.2/.houndignore
new file mode 100644
index 0000000..7814652
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.houndignore
@@ -0,0 +1,4 @@
+**/*.min.js
+**/vendor/*
+**/dist/*
+js/tests/*
diff --git a/bootstrap-4.0.0-beta.2/.travis.yml b/bootstrap-4.0.0-beta.2/.travis.yml
new file mode 100644
index 0000000..57c810b
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/.travis.yml
@@ -0,0 +1,32 @@
+sudo: false
+dist: trusty
+language: node_js
+git:
+ depth: 3
+node_js:
+ - "6"
+ - "8"
+before_install:
+ - if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi
+install:
+ - bundle install --deployment --jobs=3 --retry=3
+ - npm install
+after_success:
+ - if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then npm run docs-upload-preview; fi
+stages:
+ - test
+ - name: browser
+ if: type = push
+jobs:
+ include:
+ - stage: browser
+ node_js: 8
+ script: if ! git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'; then npm test && npm run js-test-cloud; fi
+cache:
+ directories:
+ - node_modules
+ - vendor/bundle
+notifications:
+ slack: heybb:iz4wwosL0N0EdaX1gvgkU0NH
+ webhooks:
+ - http://savage.twbsapps.com/savage/travis
diff --git a/bootstrap-4.0.0-beta.2/CNAME b/bootstrap-4.0.0-beta.2/CNAME
new file mode 100644
index 0000000..52c8533
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/CNAME
@@ -0,0 +1 @@
+getbootstrap.com
diff --git a/bootstrap-4.0.0-beta.2/Gemfile b/bootstrap-4.0.0-beta.2/Gemfile
new file mode 100644
index 0000000..135694e
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/Gemfile
@@ -0,0 +1,8 @@
+source 'https://rubygems.org'
+
+group :development, :test do
+ gem 'jekyll', '~> 3.6.0'
+ gem 'jekyll-redirect-from', '~> 0.12.1'
+ gem 'jekyll-sitemap', '~> 1.1.1'
+ gem 'jekyll-toc', '~> 0.4.0.rc2'
+end
diff --git a/bootstrap-4.0.0-beta.2/Gemfile.lock b/bootstrap-4.0.0-beta.2/Gemfile.lock
new file mode 100644
index 0000000..0be2f9d
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/Gemfile.lock
@@ -0,0 +1,67 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ addressable (2.5.2)
+ public_suffix (>= 2.0.2, < 4.0)
+ colorator (1.1.0)
+ ffi (1.9.18)
+ ffi (1.9.18-x64-mingw32)
+ forwardable-extended (2.6.0)
+ jekyll (3.6.0)
+ addressable (~> 2.4)
+ colorator (~> 1.0)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 1.1)
+ kramdown (~> 1.14)
+ liquid (~> 4.0)
+ mercenary (~> 0.3.3)
+ pathutil (~> 0.9)
+ rouge (>= 1.7, < 3)
+ safe_yaml (~> 1.0)
+ jekyll-redirect-from (0.12.1)
+ jekyll (~> 3.3)
+ jekyll-sass-converter (1.5.0)
+ sass (~> 3.4)
+ jekyll-sitemap (1.1.1)
+ jekyll (~> 3.3)
+ jekyll-toc (0.4.0.rc2)
+ nokogiri (~> 1.6)
+ jekyll-watch (1.5.0)
+ listen (~> 3.0, < 3.1)
+ kramdown (1.15.0)
+ liquid (4.0.0)
+ listen (3.0.8)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ mercenary (0.3.6)
+ mini_portile2 (2.3.0)
+ nokogiri (1.8.1)
+ mini_portile2 (~> 2.3.0)
+ nokogiri (1.8.1-x64-mingw32)
+ mini_portile2 (~> 2.3.0)
+ pathutil (0.16.0)
+ forwardable-extended (~> 2.6)
+ public_suffix (3.0.0)
+ rb-fsevent (0.10.2)
+ rb-inotify (0.9.10)
+ ffi (>= 0.5.0, < 2)
+ rouge (2.2.1)
+ safe_yaml (1.0.4)
+ sass (3.5.2)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+
+PLATFORMS
+ ruby
+ x64-mingw32
+
+DEPENDENCIES
+ jekyll (~> 3.6.0)
+ jekyll-redirect-from (~> 0.12.1)
+ jekyll-sitemap (~> 1.1.1)
+ jekyll-toc (~> 0.4.0.rc2)
+
+BUNDLED WITH
+ 1.15.4
diff --git a/bootstrap-4.0.0-beta.2/LICENSE b/bootstrap-4.0.0-beta.2/LICENSE
new file mode 100644
index 0000000..1381cb2
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/LICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2011-2017 Twitter, Inc.
+Copyright (c) 2011-2017 The Bootstrap Authors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/bootstrap-4.0.0-beta.2/README.md b/bootstrap-4.0.0-beta.2/README.md
new file mode 100644
index 0000000..0a79e97
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/README.md
@@ -0,0 +1,167 @@
+
+
+
+
+
+
Bootstrap
+
+
+ Sleek, intuitive, and powerful front-end framework for faster and easier web development.
+
+ Explore Bootstrap docs »
+
+
+ Bootstrap Themes
+ ·
+ Job Board
+ ·
+ Blog
+
+
+
+
+
+## Table of contents
+
+- [Quick start](#quick-start)
+- [Status](#status)
+- [What's included](#whats-included)
+- [Bugs and feature requests](#bugs-and-feature-requests)
+- [Documentation](#documentation)
+- [Contributing](#contributing)
+- [Community](#community)
+- [Versioning](#versioning)
+- [Creators](#creators)
+- [Copyright and license](#copyright-and-license)
+
+## Quick start
+
+Several quick start options are available:
+
+- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-beta.2.zip)
+- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
+- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@4.0.0-beta.2`
+- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.0.0-beta.2`
+- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.0.0-beta.2`
+- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap -Pre` Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only required until Bootstrap v4 has a stable release).
+
+Read the [Getting started page](https://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
+
+## Status
+
+[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com/)
+[![Build Status](https://img.shields.io/travis/twbs/bootstrap/v4-dev.svg)](https://travis-ci.org/twbs/bootstrap)
+[![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap)
+[![Gem version](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap)
+[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue.svg)](https://atmospherejs.com/twbs/bootstrap)
+[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap.svg)](https://packagist.org/packages/twbs/bootstrap)
+[![NuGet](https://img.shields.io/nuget/vpre/bootstrap.svg)](https://www.nuget.org/packages/bootstrap/absoluteLatest)
+[![peerDependencies Status](https://img.shields.io/david/peer/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=peer)
+[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=dev)
+[![CSS gzip size](http://img.badgesize.io/twbs/bootstrap/v4-dev/dist/css/bootstrap.min.css?compression=gzip&label=CSS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/css/bootstrap.min.css)
+[![JS gzip size](http://img.badgesize.io/twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js?compression=gzip&label=JS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/js/bootstrap.min.js)
+
+[![Sauce Labs Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap)
+
+## What's included
+
+Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
+
+```
+bootstrap/
+├── css/
+│ ├── bootstrap.css
+│ ├── bootstrap.css.map
+│ ├── bootstrap.min.css
+│ ├── bootstrap.min.css.map
+│ ├── bootstrap-grid.css
+│ ├── bootstrap-grid.css.map
+│ ├── bootstrap-grid.min.css
+│ ├── bootstrap-grid.min.css.map
+│ ├── bootstrap-reboot.css
+│ ├── bootstrap-reboot.css.map
+│ ├── bootstrap-reboot.min.css
+│ └── bootstrap-reboot.min.css.map
+└── js/
+ ├── bootstrap.bundle.js
+ ├── bootstrap.bundle.min.js
+ ├── bootstrap.js
+ └── bootstrap.min.js
+```
+
+We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/web/tools/chrome-devtools/debug/readability/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools.
+
+
+## Bugs and feature requests
+
+Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).
+
+
+## Documentation
+
+Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at . The docs may also be run locally.
+
+Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in the `_scripts.html` include.
+
+### Running documentation locally
+
+1. Run through the [tooling setup](https://getbootstrap.com/docs/4.0/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
+2. Run `npm install` to install Node.js dependencies.
+3. Run `npm run test` (or a specific NPM script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
+4. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
+5. Open `http://localhost:9001` in your browser, and voilà.
+
+Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/).
+
+### Documentation for previous releases
+
+- For v2.3.2:
+- For v3.3.x:
+
+[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
+
+
+## Contributing
+
+Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
+
+Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
+
+Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at .
+
+
+## Community
+
+Get updates on Bootstrap's development and chat with the project maintainers and community members.
+
+- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
+- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/).
+- Join [the official Slack room](https://bootstrap-slack.herokuapp.com/).
+- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
+- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)).
+- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
+
+
+## Versioning
+
+For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.
+
+See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com/) contain summaries of the most noteworthy changes made in each release.
+
+
+## Creators
+
+**Mark Otto**
+
+-
+-
+
+**Jacob Thornton**
+
+-
+-
+
+
+## Copyright and license
+
+Code and documentation copyright 2011-2017 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
diff --git a/bootstrap-4.0.0-beta.2/_config.yml b/bootstrap-4.0.0-beta.2/_config.yml
new file mode 100644
index 0000000..074ec2d
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_config.yml
@@ -0,0 +1,75 @@
+# Dependencies
+markdown: kramdown
+highlighter: rouge
+
+kramdown:
+ auto_ids: true
+
+# Permalinks
+permalink: pretty
+
+# Server
+source: "."
+destination: ./_gh_pages
+port: 9001
+baseurl: ""
+url: "https://getbootstrap.com"
+encoding: UTF-8
+exclude:
+ - .git/
+ - .github/
+ - assets/scss/
+ - build/
+ - js/
+ - node_modules/
+ - nuget/
+ - scss/
+ - vendor/
+ - bower.json
+ - composer.json
+ - Gemfile
+ - Gemfile.lock
+ - package.js
+ - package.json
+ - package-lock.json
+ - sache.json
+ - twbsconfig.yml
+
+plugins:
+ - jekyll-redirect-from
+ - jekyll-sitemap
+ - jekyll-toc
+
+# Social
+title: Bootstrap
+description: "The most popular HTML, CSS, and JS library in the world."
+twitter: getbootstrap
+authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
+social_image_path: /assets/brand/bootstrap-social.png
+social_logo_path: /assets/brand/bootstrap-social-logo.png
+
+# Custom variables
+current_version: 4.0.0-beta.2
+current_ruby_version: 4.0.0.beta2
+docs_version: 4.0
+repo: "https://github.com/twbs/bootstrap"
+slack: "https://bootstrap-slack.herokuapp.com"
+blog: "https://blog.getbootstrap.com"
+expo: "https://expo.getbootstrap.com"
+jobs: "https://jobs.getbootstrap.com"
+themes: "https://themes.getbootstrap.com"
+
+download:
+ source: "https://github.com/twbs/bootstrap/archive/v4.0.0-beta.2.zip"
+ dist: "https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta.2/bootstrap-4.0.0-beta.2-dist.zip"
+
+cdn:
+ # See https://www.srihash.org for info on how to generate the hashes
+ css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
+ css_hash: "sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
+ js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
+ js_hash: "sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
+ jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"
+ jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
+ popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"
+ popper_hash: "sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"
diff --git a/bootstrap-4.0.0-beta.2/_data/breakpoints.yml b/bootstrap-4.0.0-beta.2/_data/breakpoints.yml
new file mode 100644
index 0000000..3c8cfe2
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/breakpoints.yml
@@ -0,0 +1,29 @@
+- breakpoint: xs
+ abbr: ""
+ name: Extra small
+ min-width: 0px
+ container: ""
+
+- breakpoint: sm
+ abbr: -sm
+ name: Small
+ min-width: 576px
+ container: 540px
+
+- breakpoint: md
+ abbr: -md
+ name: Medium
+ min-width: 768px
+ container: 720px
+
+- breakpoint: lg
+ abbr: -lg
+ name: Large
+ min-width: 992px
+ container: 960px
+
+- breakpoint: xl
+ abbr: -xl
+ name: Extra large
+ min-width: 1200px
+ container: 1140px
diff --git a/bootstrap-4.0.0-beta.2/_data/browser-bugs.yml b/bootstrap-4.0.0-beta.2/_data/browser-bugs.yml
new file mode 100644
index 0000000..9756758
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/browser-bugs.yml
@@ -0,0 +1,431 @@
+-
+ browser: >
+ Edge
+ summary: >
+ Visual artifacts in scrollable modal dialogs
+ upstream_bug: >
+ Edge#9011176
+ origin: >
+ Bootstrap#20755
+
+-
+ browser: >
+ Edge
+ summary: >
+ Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
+ upstream_bug: >
+ Edge#6793560
+ origin: >
+ Bootstrap#18692
+
+-
+ browser: >
+ Edge
+ summary: >
+ Hovered element still remains in `:hover` state after scrolling away.
+ upstream_bug: >
+ Edge#5381673
+ origin: >
+ Bootstrap#14211
+
+-
+ browser: >
+ Edge
+ summary: >
+ CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element.
+ upstream_bug: >
+ Edge#3342037
+ origin: >
+ Bootstrap#16671
+
+-
+ browser: >
+ Edge
+ summary: >
+ `background` of `` is only applied to first child cell instead of all cells in the row
+ upstream_bug: >
+ Edge#5865620
+ origin: >
+ Bootstrap#18504
+
+-
+ browser: >
+ Edge
+ summary: >
+ `@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide
+ upstream_bug: >
+ Edge#7165383
+ origin: >
+ Bootstrap#18543
+
+-
+ browser: >
+ Edge
+ summary: >
+ Background color from lower layer bleeds through transparent border in some cases
+ upstream_bug: >
+ Edge#6274505
+ origin: >
+ Bootstrap#18228
+
+-
+ browser: >
+ Edge
+ summary: >
+ Hovering over descendant SVG element fires `mouseleave` event at ancestor
+ upstream_bug: >
+ Edge#7787318
+ origin: >
+ Bootstrap#19670
+
+-
+ browser: >
+ Edge
+ summary: >
+ Active `position: fixed;` `` flickers when scrolling
+ upstream_bug: >
+ Edge#8770398
+ origin: >
+ Bootstrap#20507
+
+-
+ browser: >
+ Firefox
+ summary: >
+ `.table-bordered` with an empty `` is missing borders.
+ upstream_bug: >
+ Mozilla#1023761
+ origin: >
+ Bootstrap#13453
+
+-
+ browser: >
+ Firefox
+ summary: >
+ If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page.
+ upstream_bug: >
+ Mozilla#654072
+ origin: >
+ Bootstrap#793
+
+-
+ browser: >
+ Firefox
+ summary: >
+ `focus` events should not be fired at the `document` object
+ upstream_bug: >
+ Mozilla#1228802
+ origin: >
+ Bootstrap#18365
+
+-
+ browser: >
+ Firefox
+ summary: >
+ Wide floated table doesn't wrap onto new line
+ upstream_bug: >
+ Mozilla#1277782
+ origin: >
+ Bootstrap#19839
+
+-
+ browser: >
+ Firefox
+ summary: >
+ Mouse sometimes not within element for purposes of `mouseenter`/`mouseleave` when it's within SVG elements
+ upstream_bug: >
+ Mozilla#577785
+ origin: >
+ Bootstrap#19670
+
+-
+ browser: >
+ Firefox
+ summary: >
+ Layout with floated columns breaks when printing
+ upstream_bug: >
+ Mozilla#1315994
+ origin: >
+ Bootstrap#21092
+
+-
+ browser: >
+ Firefox (Windows)
+ summary: >
+ Right border of `` menu is sometimes missing when screen is set to uncommon resolution
+ upstream_bug: >
+ Mozilla#545685
+ origin: >
+ Bootstrap#15990
+
+-
+ browser: >
+ Firefox (OS X & Linux)
+ summary: >
+ Badge widget causes bottom border of Tabs widget to unexpectedly not overlap
+ upstream_bug: >
+ Mozilla#1259972
+ origin: >
+ Bootstrap#19626
+
+-
+ browser: >
+ Chrome (Android)
+ summary: >
+ Tapping on an ` ` in a scrollable overlay doesn't scroll the ` ` into view
+ upstream_bug: >
+ Chromium#595210
+ origin: >
+ Bootstrap#17338
+
+-
+ browser: >
+ Chrome (OS X)
+ summary: >
+ Clicking above ` ` increment button flashes the decrement button.
+ upstream_bug: >
+ Chromium#419108
+ origin: >
+ Offshoot of Bootstrap#8350 & Chromium#337668
+
+-
+ browser: >
+ Chrome
+ summary: >
+ CSS infinite linear animation with alpha transparency leaks memory.
+ upstream_bug: >
+ Chromium#429375
+ origin: >
+ Bootstrap#14409
+
+-
+ browser: >
+ Chrome
+ summary: >
+ `table-cell` borders not overlapping despite `margin-right: -1px`
+ upstream_bug: >
+ Chromium#749848
+ origin: >
+ Bootstrap#17438, Bootstrap#14237
+
+-
+ browser: >
+ Chrome
+ summary: >
+ Clicking scrollbar in `` with overflowed options will select nearby ``
+ upstream_bug: >
+ Chromium#597642
+ origin: >
+ Bootstrap#19810
+
+-
+ browser: >
+ Chrome
+ summary: >
+ Don't make `:hover` sticky on touch-friendly webpages
+ upstream_bug: >
+ Chromium#370155
+ origin: >
+ Bootstrap#12832
+
+-
+ browser: >
+ Chrome
+ summary: >
+ `position: absolute` element that's wider than its column is incorrectly clipped to column boundary
+ upstream_bug: >
+ Chromium#269061
+ origin: >
+ Bootstrap#20161
+
+-
+ browser: >
+ Chrome (Windows & Linux)
+ summary: >
+ Animation glitch when returning to inactive tab after animations occurred while tab was hidden.
+ upstream_bug: >
+ Chromium#449180
+ origin: >
+ Bootstrap#15298
+
+-
+ browser: >
+ Safari
+ summary: >
+ `rem` units in media queries should be calculated using `font-size: initial`, not the root element's `font-size`
+ upstream_bug: >
+ WebKit#156684
+ origin: >
+ Bootstrap#17403
+
+-
+ browser: >
+ Safari
+ summary: >
+ Link to container with id and tabindex results in container being ignored by VoiceOver (affects skip links)
+ upstream_bug: >
+ WebKit#163658
+ origin: >
+ Bootstrap#20732
+
+-
+ browser: >
+ Safari (OS X)
+ summary: >
+ `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied
+ upstream_bug: >
+ WebKit#156687
+ origin: >
+ Bootstrap#17403
+
+-
+ browser: >
+ Safari (OS X)
+ summary: >
+ Weird button behavior with some ` ` elements.
+ upstream_bug: >
+ WebKit#137269, Safari#18834768
+ origin: >
+ Bootstrap#8350,
+ Normalize#283,
+ Chromium#337668
+
+-
+ browser: >
+ Safari (OS X)
+ summary: >
+ Small font size when printing webpage with fixed-width `.container`.
+ upstream_bug: >
+ WebKit#138192, Safari#19435018
+ origin: >
+ Bootstrap#14868
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ `transform: translate3d(0,0,0);` rendering bug.
+ upstream_bug: >
+ WebKit#138162, Safari#18804973
+ origin: >
+ Bootstrap#14603
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ Text input's cursor doesn't move while scrolling the page.
+ upstream_bug: >
+ WebKit#138201, Safari#18819624
+ origin: >
+ Bootstrap#14708
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ Can't move cursor to start of text after entering long string of text into ` `
+ upstream_bug: >
+ WebKit#148061, Safari#22299624
+ origin: >
+ Bootstrap#16988
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ `display: block` causes text of temporal ` `s to become vertically misaligned
+ upstream_bug: >
+ WebKit#139848, Safari#19434878
+ origin: >
+ Bootstrap#11266, Bootstrap#13098
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ Tapping on `` doesn't fire `click` events
+ upstream_bug: >
+ WebKit#151933
+ origin: >
+ Bootstrap#16028
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ `position:fixed` is incorrectly positioned when tab bar is visible on iPhone 6S+ Safari
+ upstream_bug: >
+ WebKit#153056
+ origin: >
+ Bootstrap#18859
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ Tapping into an ` ` within a `position:fixed` element scrolls to the top of the page
+ upstream_bug: >
+ WebKit#153224, Safari#24235301
+ origin: >
+ Bootstrap#17497
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ `` with `overflow:hidden` CSS is scrollable on iOS
+ upstream_bug: >
+ WebKit#153852
+ origin: >
+ Bootstrap#14839
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ Scroll gesture in text field in `position:fixed` element sometimes scrolls `` instead of scrollable ancestor
+ upstream_bug: >
+ WebKit#153856
+ origin: >
+ Bootstrap#14839
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ Modal with `-webkit-overflow-scrolling: touch` doesn't become scrollable after added text makes it taller
+ upstream_bug: >
+ WebKit#158342
+ origin: >
+ Bootstrap#17695
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ Don't make `:hover` sticky on touch-friendly webpages
+ upstream_bug: >
+ WebKit#158517
+ origin: >
+ Bootstrap#12832
+
+-
+ browser: >
+ Safari (iOS)
+ summary: >
+ Element which is `position:fixed` disappears after opening a `` menu
+ upstream_bug: >
+ WebKit#162362
+ origin: >
+ Bootstrap#20759
+
+-
+ browser: >
+ Safari (iPad Pro)
+ summary: >
+ Rendering of descendants of `position: fixed` element gets clipped on iPad Pro in Landscape orientation
+ upstream_bug: >
+ WebKit#152637, Safari#24030853
+ origin: >
+ Bootstrap#18738
diff --git a/bootstrap-4.0.0-beta.2/_data/browser-features.yml b/bootstrap-4.0.0-beta.2/_data/browser-features.yml
new file mode 100644
index 0000000..acdc532
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/browser-features.yml
@@ -0,0 +1,149 @@
+-
+ browser: >
+ Edge
+ summary: >
+ Focusable elements should fire focus event / receive :focus styling when they receive Narrator/accessibility focus
+ upstream_bug: >
+ A11yUserVoice#16717318
+ origin: >
+ Bootstrap#20732
+
+-
+ browser: >
+ Edge
+ summary: >
+ Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
+ upstream_bug: >
+ UserVoice#12299532
+ origin: >
+ Bootstrap#19984
+
+-
+ browser: >
+ Edge
+ summary: >
+ Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3
+ upstream_bug: >
+ UserVoice#6263621
+ origin: >
+ Bootstrap#17021
+
+-
+ browser: >
+ Edge
+ summary: >
+ Implement the HTML5 [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
+ upstream_bug: >
+ UserVoice#6508895
+ origin: >
+ Bootstrap#20175
+
+-
+ browser: >
+ Edge
+ summary: >
+ Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
+ upstream_bug: >
+ UserVoice#15939898
+ origin: >
+ Bootstrap#20618
+
+-
+ browser: >
+ Edge
+ summary: >
+ Implement the [`of ` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
+ upstream_bug: >
+ UserVoice#15944476
+ origin: >
+ Bootstrap#20143
+
+-
+ browser: >
+ Firefox
+ summary: >
+ Implement the [`of ` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
+ upstream_bug: >
+ Mozilla#854148
+ origin: >
+ Bootstrap#20143
+
+-
+ browser: >
+ Firefox
+ summary: >
+ Implement the HTML5 [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
+ upstream_bug: >
+ Mozilla#840640
+ origin: >
+ Bootstrap#20175
+
+-
+ browser: >
+ Firefox
+ summary: >
+ When virtual focus is on a button or link, fire actual focus on the element, too
+ upstream_bug: >
+ Mozilla#1000082
+ origin: >
+ Bootstrap#20732
+
+-
+ browser: >
+ Chrome
+ summary: >
+ Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
+ upstream_bug: >
+ Chromium#642487
+ origin: >
+ Chromium#437860
+
+-
+ browser: >
+ Chrome
+ summary: >
+ Implement the [`of ` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
+ upstream_bug: >
+ Chromium#304163
+ origin: >
+ Bootstrap#20143
+
+-
+ browser: >
+ Chrome
+ summary: >
+ Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
+ upstream_bug: >
+ Chromium#576815
+ origin: >
+ Bootstrap#19984
+
+-
+ browser: >
+ Safari
+ summary: >
+ Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
+ upstream_bug: >
+ WebKit#161535
+ origin: >
+ Bootstrap#20618
+
+-
+ browser: >
+ Safari
+ summary: >
+ Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
+ upstream_bug: >
+ WebKit#64861
+ origin: >
+ Bootstrap#19984
+
+-
+ browser: >
+ Safari
+ summary: >
+ Implement the HTML5 [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
+ upstream_bug: >
+ WebKit#84635
+ origin: >
+ Bootstrap#20175
diff --git a/bootstrap-4.0.0-beta.2/_data/colors.yml b/bootstrap-4.0.0-beta.2/_data/colors.yml
new file mode 100644
index 0000000..202270c
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/colors.yml
@@ -0,0 +1,26 @@
+- name: blue
+ hex: "#007bff"
+- name: indigo
+ hex: "#6610f2"
+- name: purple
+ hex: "#6f42c1"
+- name: pink
+ hex: "#e83e8c"
+- name: red
+ hex: "#dc3545"
+- name: orange
+ hex: "#fd7e14"
+- name: yellow
+ hex: "#ffc107"
+- name: green
+ hex: "#28a745"
+- name: teal
+ hex: "#20c997"
+- name: cyan
+ hex: "#17a2b8"
+- name: white
+ hex: "#fff"
+- name: gray
+ hex: "#868e96"
+- name: gray-dark
+ hex: "#343a40"
diff --git a/bootstrap-4.0.0-beta.2/_data/core-team.yml b/bootstrap-4.0.0-beta.2/_data/core-team.yml
new file mode 100644
index 0000000..644320b
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/core-team.yml
@@ -0,0 +1,44 @@
+- name: Mark Otto
+ user: mdo
+ gravatar: bc4ab438f7a4ce1c406aadc688427f2c
+
+- name: Jacob Thornton
+ user: fat
+ gravatar: a98244cbdacaf1c0b55499466002f7a8
+
+- name: Chris Rebert
+ user: cvrebert
+ gravatar: edec428c425453955f770095a7d26c50
+
+- name: Julian Thilo
+ user: juthilo
+ gravatar: 0f7dd3ce58a416be5685ea6194f82b11
+
+- name: XhmikosR
+ user: xhmikosr
+ gravatar: e37759b1ea0125d4e97b1e00b5eed26f
+
+- name: Heinrich Fenkart
+ user: hnrch02
+ gravatar: 0d53f5d3d3d28bd470f394d98f7ef48f
+
+- name: Patrick H. Lauke
+ user: patrickhlauke
+ gravatar: 357f279672db832fc41a5a2f36559fcb
+
+- name: Thomas McDonald
+ user: thomas-mcdonald
+ gravatar: 24cd55ab1a62ffb113ab8c02f64c9301
+
+- name: Gleb Mazovetskiy
+ user: glebm
+ gravatar: 729f685b8e8d7e9feed18c177c82e59b
+
+- name: Johann-S
+ user: johann-s
+ gravatar: d90d49733a4fe1aa461e45cb4a4fd9e3
+
+
+- name: Andres Galante
+ user: andresgalante
+ gravatar: 03dc4f2e26e476958c952505c8d8f563
diff --git a/bootstrap-4.0.0-beta.2/_data/grays.yml b/bootstrap-4.0.0-beta.2/_data/grays.yml
new file mode 100644
index 0000000..d6e50f9
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/grays.yml
@@ -0,0 +1,18 @@
+- name: 100
+ hex: "#f8f9fa"
+- name: 200
+ hex: "#e9ecef"
+- name: 300
+ hex: "#dee2e6"
+- name: 400
+ hex: "#ced4da"
+- name: 500
+ hex: "#adb5bd"
+- name: 600
+ hex: "#868e96"
+- name: 700
+ hex: "#495057"
+- name: 800
+ hex: "#343a40"
+- name: 900
+ hex: "#212529"
diff --git a/bootstrap-4.0.0-beta.2/_data/nav.yml b/bootstrap-4.0.0-beta.2/_data/nav.yml
new file mode 100644
index 0000000..96eeba2
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/nav.yml
@@ -0,0 +1,86 @@
+- title: Getting started
+ pages:
+ - title: Introduction
+ - title: Download
+ - title: Contents
+ - title: Browsers & devices
+ - title: JavaScript
+ - title: Theming
+ - title: Build tools
+ # - title: Best practices # TODO: Write this content
+ - title: Webpack
+ - title: Accessibility
+
+- title: Layout
+ pages:
+ - title: Overview
+ - title: Grid
+ - title: Media object
+ - title: Utilities for layout
+
+- title: Content
+ pages:
+ - title: Reboot
+ - title: Typography
+ - title: Code
+ - title: Images
+ - title: Tables
+ - title: Figures
+
+- title: Components
+ pages:
+ - title: Alerts
+ - title: Badge
+ - title: Breadcrumb
+ - title: Buttons
+ - title: Button group
+ - title: Card
+ - title: Carousel
+ - title: Collapse
+ - title: Dropdowns
+ - title: Forms
+ - title: Input group
+ - title: Jumbotron
+ - title: List group
+ - title: Modal
+ - title: Navs
+ - title: Navbar
+ - title: Pagination
+ - title: Popovers
+ - title: Progress
+ - title: Scrollspy
+ - title: Tooltips
+
+- title: Utilities
+ pages:
+ - title: Borders
+ - title: Clearfix
+ - title: Close icon
+ - title: Colors
+ - title: Display
+ - title: Embed
+ - title: Flex
+ - title: Float
+ - title: Image replacement
+ - title: Position
+ - title: Screenreaders
+ - title: Sizing
+ - title: Spacing
+ - title: Text
+ - title: Vertical align
+ - title: Visibility
+
+- title: Extend
+ pages:
+ # - title: Approach
+ - title: Icons
+
+- title: Migration
+
+- title: About
+ pages:
+ - title: History
+ - title: Team
+ - title: Brand
+ - title: License
+ - title: Translations
diff --git a/bootstrap-4.0.0-beta.2/_data/showcase.yml b/bootstrap-4.0.0-beta.2/_data/showcase.yml
new file mode 100644
index 0000000..2643e1e
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/showcase.yml
@@ -0,0 +1,19 @@
+- name: Lyft
+ url: https://www.lyft.com
+ expo_url: https://expo.getbootstrap.com/2014/10/29/lyft/
+ img: lyft
+
+- name: Vogue
+ url: http://www.vogue.com
+ expo_url: https://expo.getbootstrap.com/2014/09/30/vogue/
+ img: vogue
+
+- name: Riot Design
+ url: https://riot.design/en/
+ expo_url: https://expo.getbootstrap.com/2014/03/13/riot-design/
+ img: riot
+
+- name: Newsweek
+ url: http://www.newsweek.com/
+ expo_url: https://expo.getbootstrap.com/2014/02/12/newsweek/
+ img: newsweek
diff --git a/bootstrap-4.0.0-beta.2/_data/theme-colors.yml b/bootstrap-4.0.0-beta.2/_data/theme-colors.yml
new file mode 100644
index 0000000..bef5002
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/theme-colors.yml
@@ -0,0 +1,16 @@
+- name: primary
+ hex: "#007bff"
+- name: secondary
+ hex: "#868e96"
+- name: success
+ hex: "#28a745"
+- name: danger
+ hex: "#dc3545"
+- name: warning
+ hex: "#ffc107"
+- name: info
+ hex: "#17a2b8"
+- name: light
+ hex: "#f8f9fa"
+- name: dark
+ hex: "#343a40"
diff --git a/bootstrap-4.0.0-beta.2/_data/translations.yml b/bootstrap-4.0.0-beta.2/_data/translations.yml
new file mode 100644
index 0000000..3681ddf
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_data/translations.yml
@@ -0,0 +1,14 @@
+- name: 中文(繁體)
+ code: zh-tw
+ description: Bootstrap 4 繁體中文手冊
+ url: http://bootstrap.hexschool.com/
+
+- name: Chinese
+ code: zh
+ description: Bootstrap 4 中文文档教程
+ url: http://wiki.jikexueyuan.com/project/bootstrap4/
+
+- name: Brazilian Portuguese
+ code: pt-BR
+ description: Bootstrap 4 Português do Brasil
+ url: https://bootstrapbrasil.github.io/v4/
diff --git a/bootstrap-4.0.0-beta.2/_includes/ads.html b/bootstrap-4.0.0-beta.2/_includes/ads.html
new file mode 100644
index 0000000..10df134
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/ads.html
@@ -0,0 +1 @@
+
diff --git a/bootstrap-4.0.0-beta.2/_includes/callout-danger-async-methods.md b/bootstrap-4.0.0-beta.2/_includes/callout-danger-async-methods.md
new file mode 100644
index 0000000..89d2e2c
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/callout-danger-async-methods.md
@@ -0,0 +1,7 @@
+{% callout danger %}
+#### Asynchronous methods and transitions
+
+All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
+
+[See our JavaScript documentation for more information.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/)
+{% endcallout %}
diff --git a/bootstrap-4.0.0-beta.2/_includes/callout-warning-color-assistive-technologies.md b/bootstrap-4.0.0-beta.2/_includes/callout-warning-color-assistive-technologies.md
new file mode 100644
index 0000000..0b929e1
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/callout-warning-color-assistive-technologies.md
@@ -0,0 +1,5 @@
+{% callout warning %}
+#### Conveying meaning to assistive technologies
+
+Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the `.sr-only` class.
+{% endcallout %}
diff --git a/bootstrap-4.0.0-beta.2/_includes/docs-navbar.html b/bootstrap-4.0.0-beta.2/_includes/docs-navbar.html
new file mode 100644
index 0000000..ecedf7c
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/docs-navbar.html
@@ -0,0 +1,63 @@
+
diff --git a/bootstrap-4.0.0-beta.2/_includes/docs-sidebar.html b/bootstrap-4.0.0-beta.2/_includes/docs-sidebar.html
new file mode 100644
index 0000000..24c1a8b
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/docs-sidebar.html
@@ -0,0 +1,57 @@
+
+
+
+ {%- assign page_slug = page.url | split: '/' | last -%}
+ {%- for group in site.data.nav -%}
+ {%- assign link = group.pages | first -%}
+ {%- assign link_slug = link.title | slugify -%}
+ {%- assign group_slug = group.title | slugify -%}
+ {%- assign active = nil -%}
+
+ {%- if page.group == group_slug -%}
+ {%- assign active = 'active' -%}
+ {%- endif -%}
+
+
+
+ {{ group.title }}
+
+
+
+ {%- for doc in group.pages -%}
+ {%- assign doc_slug = doc.title | slugify -%}
+ {%- assign active = nil -%}
+
+ {%- if page.group == group_slug and page_slug == doc_slug -%}
+ {%- assign active = 'active bd-sidenav-active' -%}
+ {%- endif -%}
+
+
+
+ {{ doc.title }}
+
+
+ {% comment %}
+ {% unless doc.sections == nil %}
+
+ {% endunless %}
+ {% endcomment %}
+
+ {%- endfor -%}
+
+
+ {%- endfor -%}
+
diff --git a/bootstrap-4.0.0-beta.2/_includes/favicons.html b/bootstrap-4.0.0-beta.2/_includes/favicons.html
new file mode 100644
index 0000000..97dab4b
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/favicons.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/bootstrap-4.0.0-beta.2/_includes/footer.html b/bootstrap-4.0.0-beta.2/_includes/footer.html
new file mode 100644
index 0000000..bb6d59e
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/footer.html
@@ -0,0 +1,12 @@
+
diff --git a/bootstrap-4.0.0-beta.2/_includes/header.html b/bootstrap-4.0.0-beta.2/_includes/header.html
new file mode 100644
index 0000000..048867b
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/header.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+ {%- if page.title -%}
+ {{ page.title }} · {{ site.title }}
+ {%- else -%}
+ {{ site.title }} · {{ site.description }}
+ {%- endif -%}
+
+
+
+{% if site.github %}
+
+{% else %}
+
+{% endif %}
+
+
+{% if page.layout == "docs" %}
+
+{% endif %}
+
+
+{% include favicons.html %}
+
+{% include social.html %}
+
+
diff --git a/bootstrap-4.0.0-beta.2/_includes/icons/bootstrap.svg b/bootstrap-4.0.0-beta.2/_includes/icons/bootstrap.svg
new file mode 100644
index 0000000..816028b
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/icons/bootstrap.svg
@@ -0,0 +1 @@
+Bootstrap
diff --git a/bootstrap-4.0.0-beta.2/_includes/icons/download.svg b/bootstrap-4.0.0-beta.2/_includes/icons/download.svg
new file mode 100644
index 0000000..aa5f3f1
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/icons/download.svg
@@ -0,0 +1 @@
+Download icon
diff --git a/bootstrap-4.0.0-beta.2/_includes/icons/github.svg b/bootstrap-4.0.0-beta.2/_includes/icons/github.svg
new file mode 100644
index 0000000..5d6ad18
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/icons/github.svg
@@ -0,0 +1 @@
+GitHub
diff --git a/bootstrap-4.0.0-beta.2/_includes/icons/import.svg b/bootstrap-4.0.0-beta.2/_includes/icons/import.svg
new file mode 100644
index 0000000..0a9dbb2
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/icons/import.svg
@@ -0,0 +1 @@
+Import icon
diff --git a/bootstrap-4.0.0-beta.2/_includes/icons/lightning.svg b/bootstrap-4.0.0-beta.2/_includes/icons/lightning.svg
new file mode 100644
index 0000000..be6f475
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/icons/lightning.svg
@@ -0,0 +1 @@
+Lightning icon
diff --git a/bootstrap-4.0.0-beta.2/_includes/icons/menu.svg b/bootstrap-4.0.0-beta.2/_includes/icons/menu.svg
new file mode 100644
index 0000000..03e15dc
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/icons/menu.svg
@@ -0,0 +1 @@
+Menu
diff --git a/bootstrap-4.0.0-beta.2/_includes/icons/slack.svg b/bootstrap-4.0.0-beta.2/_includes/icons/slack.svg
new file mode 100644
index 0000000..3927fa4
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/icons/slack.svg
@@ -0,0 +1 @@
+Slack
diff --git a/bootstrap-4.0.0-beta.2/_includes/icons/twitter.svg b/bootstrap-4.0.0-beta.2/_includes/icons/twitter.svg
new file mode 100644
index 0000000..450c393
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/icons/twitter.svg
@@ -0,0 +1 @@
+Twitter
diff --git a/bootstrap-4.0.0-beta.2/_includes/scripts.html b/bootstrap-4.0.0-beta.2/_includes/scripts.html
new file mode 100644
index 0000000..0af5f5c
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/scripts.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+{% if site.github %}
+
+{% else %}
+
+{% endif %}
+
+{% if site.github %}
+
+{% else %}
+
+
+
+
+
+{% endif %}
+
+
+
+{% if page.layout == "docs" %}
+
+
+{% endif %}
+
+
diff --git a/bootstrap-4.0.0-beta.2/_includes/social.html b/bootstrap-4.0.0-beta.2/_includes/social.html
new file mode 100644
index 0000000..977142b
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_includes/social.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+{% if page.title %}
+
+
+
+
+{% else %}
+
+
+
+
+{% endif %}
+
+
+{% if page.title %}
+
+
+
+
+{% else %}
+
+
+
+{% endif %}
+
+
+
+
+
diff --git a/bootstrap-4.0.0-beta.2/_layouts/default.html b/bootstrap-4.0.0-beta.2/_layouts/default.html
new file mode 100644
index 0000000..487baf4
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_layouts/default.html
@@ -0,0 +1,26 @@
+
+
+
+ {% include header.html %}
+
+
+
+
+ Skip to main content
+
+
+
+ {% include docs-navbar.html %}
+
+ {% if page.layout == "simple" %}
+ {{ content }}
+ {% else %}
+
+ {{ content }}
+
+ {% endif %}
+
+ {% include footer.html %}
+ {% include scripts.html %}
+
+
diff --git a/bootstrap-4.0.0-beta.2/_layouts/docs.html b/bootstrap-4.0.0-beta.2/_layouts/docs.html
new file mode 100644
index 0000000..a9e2ce5
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_layouts/docs.html
@@ -0,0 +1,38 @@
+
+
+
+ {% include header.html %}
+
+
+
+
+ Skip to main content
+
+
+
+ {% include docs-navbar.html %}
+
+
+
+
+
+ {% if page.toc %}
+
+ {{ content | toc_only }}
+
+ {% endif %}
+
+
+ {{ page.title }}
+ {{ page.description }}
+ {% include ads.html %}
+ {{ content }}
+
+
+
+
+ {% include scripts.html %}
+
+
diff --git a/bootstrap-4.0.0-beta.2/_layouts/home.html b/bootstrap-4.0.0-beta.2/_layouts/home.html
new file mode 100644
index 0000000..a406ba2
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_layouts/home.html
@@ -0,0 +1,20 @@
+
+
+
+ {% include header.html %}
+
+
+
+
+ Skip to main content
+
+
+
+ {% include docs-navbar.html %}
+
+ {{ content }}
+
+ {% include footer.html %}
+ {% include scripts.html %}
+
+
diff --git a/bootstrap-4.0.0-beta.2/_layouts/redirect.html b/bootstrap-4.0.0-beta.2/_layouts/redirect.html
new file mode 100644
index 0000000..8666c85
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_layouts/redirect.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+ Bootstrap - Content moved
+
+
+
+
+
+ Redirecting…
+ Click here if you are not redirected
+
+
+
diff --git a/bootstrap-4.0.0-beta.2/_layouts/simple.html b/bootstrap-4.0.0-beta.2/_layouts/simple.html
new file mode 100644
index 0000000..8e7fc5e
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_layouts/simple.html
@@ -0,0 +1,12 @@
+---
+layout: default
+---
+
+
+
+ {{ page.title }}
+ {{ page.description }}
+ {% include ads.html %}
+ {{ content }}
+
+
diff --git a/bootstrap-4.0.0-beta.2/_plugins/bugify.rb b/bootstrap-4.0.0-beta.2/_plugins/bugify.rb
new file mode 100644
index 0000000..0f91071
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_plugins/bugify.rb
@@ -0,0 +1,27 @@
+module Jekyll
+ module BugFilter
+ def bugify(input)
+ upstream_map = {
+ "Bootstrap" => "https://github.com/twbs/bootstrap/issues/",
+ "Edge" => ["https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/", "Edge issue"],
+ "A11yUserVoice" => ["https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/", "Microsoft A11y UserVoice idea"],
+ "UserVoice" => ["https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/", "Edge UserVoice idea"],
+ "Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
+ "Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"],
+ "WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],
+ "Safari" => ["https://openradar.appspot.com/", "Apple Safari Radar"],
+ "Normalize" => ["https://github.com/necolas/normalize.css/issues/", "Normalize"]
+ }
+
+ upstream_map.each do |key, data|
+ url = data.is_a?(Array) ? data[0] : data
+ label = data.is_a?(Array) ? "#{data[1]} " : ""
+ input = input.gsub(/#{key}#(\d+)/, "#{label}#\\1 ")
+ end
+
+ return input
+ end
+ end
+end
+
+Liquid::Template.register_filter(Jekyll::BugFilter)
diff --git a/bootstrap-4.0.0-beta.2/_plugins/callout.rb b/bootstrap-4.0.0-beta.2/_plugins/callout.rb
new file mode 100644
index 0000000..58453ec
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_plugins/callout.rb
@@ -0,0 +1,28 @@
+# Source: https://stackoverflow.com/questions/19169849/how-to-get-markdown-processed-content-in-jekyll-tag-plugin
+
+module Jekyll
+ module Tags
+ class CalloutTag < Liquid::Block
+
+ def initialize(tag_name, type, tokens)
+ super
+ type.strip!
+ if %w(info danger warning).include?(type)
+ @type = type
+ else
+ puts "#{type} callout not supported. Defaulting to info"
+ @type = "info"
+ end
+ end
+
+ def render(context)
+ site = context.registers[:site]
+ converter = site.find_converter_instance(::Jekyll::Converters::Markdown)
+ output = converter.convert(super(context))
+ "#{output}
"
+ end
+ end
+ end
+end
+
+Liquid::Template.register_tag('callout', Jekyll::Tags::CalloutTag)
diff --git a/bootstrap-4.0.0-beta.2/_plugins/example.rb b/bootstrap-4.0.0-beta.2/_plugins/example.rb
new file mode 100644
index 0000000..9132897
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_plugins/example.rb
@@ -0,0 +1,95 @@
+module Jekyll
+ module Tags
+ class ExampleBlock < Liquid::Block
+ include Liquid::StandardFilters
+
+ # The regular expression syntax checker. Start with the language specifier.
+ # Follow that by zero or more space separated options that take one of three
+ # forms: name, name=value, or name=""
+ #
+ # is a space-separated list of numbers
+ SYNTAX = /^([a-zA-Z0-9.+#-]+)((\s+\w+(=((\w|[0-9_-])+|"([0-9]+\s)*[0-9]+"))?)*)$/
+
+ def initialize(tag_name, markup, tokens)
+ super
+ if markup.strip =~ SYNTAX
+ @lang = $1.downcase
+ @options = {}
+ if defined?($2) && $2 != ''
+ # Split along 3 possible forms -- key="", key=value, or key
+ $2.scan(/(?:\w+(?:=(?:(?:\w|[0-9_-])+|"[^"]*")?)?)/) do |opt|
+ key, value = opt.split('=')
+ # If a quoted list, convert to array
+ if value && value.include?("\"")
+ value.gsub!(/"/, "")
+ value = value.split
+ end
+ @options[key.to_sym] = value || true
+ end
+ end
+ @options[:linenos] = false
+ else
+ raise SyntaxError.new <<-eos
+Syntax Error in tag 'example' while parsing the following markup:
+
+ #{markup}
+
+Valid syntax: example [id=foo]
+eos
+ end
+ end
+
+ def render(context)
+ prefix = context["highlighter_prefix"] || ""
+ suffix = context["highlighter_suffix"] || ""
+ code = super.to_s.strip
+
+ output = case context.registers[:site].highlighter
+
+ when 'rouge'
+ render_rouge(code)
+ end
+
+ rendered_output = example(code) + add_code_tag(output)
+ prefix + rendered_output + suffix
+ end
+
+ def example(output)
+ "\n#{output}\n
"
+ end
+
+ def remove_holderjs(code)
+ code = code.gsub(/data-src="holder.js.+?"/, 'src="..."')
+ end
+
+ def remove_example_classes(code)
+ # Find `bd-` classes and remove them from the highlighted code. Because of how this regex works, it will also
+ # remove classes that are after the `bd-` class. While this is a bug, I left it because it can be helpful too.
+ # To fix the bug, replace `(?=")` with `(?=("|\ ))`.
+ code = code.gsub(/(?!class=".)\ *?bd-.+?(?=")/, "")
+ # Find empty class attributes after the previous regex and remove those too.
+ code = code.gsub(/\ class=""/, "")
+ end
+
+ def render_rouge(code)
+ require 'rouge'
+ formatter = Rouge::Formatters::HTML.new(line_numbers: @options[:linenos], wrap: false)
+ lexer = Rouge::Lexer.find_fancy(@lang, code) || Rouge::Lexers::PlainText
+ code = remove_holderjs(code)
+ code = remove_example_classes(code)
+ code = formatter.format(lexer.lex(code))
+ ""
+ end
+
+ def add_code_tag(code)
+ # Add nested tags to code blocks
+ code = code.sub(/\n*/,'')
+ code = code.sub(/\n*<\/pre>/,"
")
+ code.strip
+ end
+
+ end
+ end
+end
+
+Liquid::Template.register_tag('example', Jekyll::Tags::ExampleBlock)
diff --git a/bootstrap-4.0.0-beta.2/_plugins/markdown-block.rb b/bootstrap-4.0.0-beta.2/_plugins/markdown-block.rb
new file mode 100644
index 0000000..f9f1531
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/_plugins/markdown-block.rb
@@ -0,0 +1,20 @@
+module Jekyll
+ class MarkdownBlock < Liquid::Block
+ alias_method :render_block, :render
+
+ def initialize(tag_name, markup, tokens)
+ super
+ end
+
+ # Uses the default Jekyll markdown parser to
+ # parse the contents of this block
+ #
+ def render(context)
+ site = context.registers[:site]
+ converter = site.find_converter_instance(::Jekyll::Converters::Markdown)
+ converter.convert(render_block(context))
+ end
+ end
+end
+
+Liquid::Template.register_tag('markdown', Jekyll::MarkdownBlock)
diff --git a/bootstrap-4.0.0-beta.2/assets/brand/bootstrap-outline.svg b/bootstrap-4.0.0-beta.2/assets/brand/bootstrap-outline.svg
new file mode 100644
index 0000000..8af9134
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/assets/brand/bootstrap-outline.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/bootstrap-4.0.0-beta.2/assets/brand/bootstrap-punchout.svg b/bootstrap-4.0.0-beta.2/assets/brand/bootstrap-punchout.svg
new file mode 100644
index 0000000..8dd9005
--- /dev/null
+++ b/bootstrap-4.0.0-beta.2/assets/brand/bootstrap-punchout.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/bootstrap-4.0.0-beta.2/assets/brand/bootstrap-social-logo.png b/bootstrap-4.0.0-beta.2/assets/brand/bootstrap-social-logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..fdd35e5d47d2f972897ca8a1a51529ea128730ab
GIT binary patch
literal 23959
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