Cover your page.
35 |Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.
36 |37 | Learn more 38 |
39 |├── CNAME ├── docs ├── 4.0 │ ├── about │ │ ├── brand │ │ │ └── index.html │ │ ├── index.html │ │ ├── license │ │ │ └── index.html │ │ ├── overview │ │ │ └── index.html │ │ └── translations │ │ │ └── index.html │ ├── assets │ │ ├── brand │ │ │ ├── bootstrap-outline.svg │ │ │ ├── bootstrap-punchout.svg │ │ │ ├── bootstrap-social-logo.png │ │ │ ├── bootstrap-social.png │ │ │ └── bootstrap-solid.svg │ │ ├── css │ │ │ ├── docs.min.css │ │ │ └── docs.min.css.map │ │ ├── img │ │ │ ├── bootstrap-stack.png │ │ │ ├── bootstrap-themes.png │ │ │ └── favicons │ │ │ │ ├── android-chrome-192x192.png │ │ │ │ ├── android-chrome-512x512.png │ │ │ │ ├── apple-touch-icon.png │ │ │ │ ├── browserconfig.xml │ │ │ │ ├── favicon-16x16.png │ │ │ │ ├── favicon-32x32.png │ │ │ │ ├── manifest.json │ │ │ │ ├── mstile-144x144.png │ │ │ │ ├── mstile-150x150.png │ │ │ │ ├── mstile-310x150.png │ │ │ │ ├── mstile-310x310.png │ │ │ │ ├── mstile-70x70.png │ │ │ │ └── safari-pinned-tab.svg │ │ └── js │ │ │ ├── docs.min.js │ │ │ ├── ie-emulation-modes-warning.js │ │ │ ├── ie10-viewport-bug-workaround.js │ │ │ ├── src │ │ │ ├── application.js │ │ │ └── ie-emulation-modes-warning.js │ │ │ └── vendor │ │ │ ├── anchor.min.js │ │ │ ├── clipboard.min.js │ │ │ ├── holder.min.js │ │ │ ├── jquery-slim.min.js │ │ │ └── popper.min.js │ ├── browser-bugs │ │ └── index.html │ ├── components │ │ ├── alerts │ │ │ └── index.html │ │ ├── badge │ │ │ └── index.html │ │ ├── breadcrumb │ │ │ └── index.html │ │ ├── button-group │ │ │ └── index.html │ │ ├── buttons │ │ │ └── index.html │ │ ├── card │ │ │ └── index.html │ │ ├── carousel │ │ │ └── index.html │ │ ├── collapse │ │ │ └── index.html │ │ ├── dropdowns │ │ │ └── index.html │ │ ├── forms │ │ │ └── index.html │ │ ├── index.html │ │ ├── input-group │ │ │ └── index.html │ │ ├── jumbotron │ │ │ └── index.html │ │ ├── list-group │ │ │ └── index.html │ │ ├── modal │ │ │ └── index.html │ │ ├── navbar │ │ │ └── index.html │ │ ├── navs │ │ │ └── index.html │ │ ├── pagination │ │ │ └── index.html │ │ ├── popovers │ │ │ └── index.html │ │ ├── progress │ │ │ └── index.html │ │ ├── scrollspy │ │ │ └── index.html │ │ └── tooltips │ │ │ └── index.html │ ├── content │ │ ├── code │ │ │ └── index.html │ │ ├── figures │ │ │ └── index.html │ │ ├── images │ │ │ └── index.html │ │ ├── index.html │ │ ├── reboot │ │ │ └── index.html │ │ ├── tables │ │ │ └── index.html │ │ └── typography │ │ │ └── index.html │ ├── dist │ │ ├── css │ │ │ ├── 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 │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.css.map │ │ └── js │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.bundle.js.map │ │ │ ├── bootstrap.bundle.min.js │ │ │ ├── bootstrap.bundle.min.js.map │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.js.map │ │ │ ├── bootstrap.min.js │ │ │ └── bootstrap.min.js.map │ ├── examples │ │ ├── album │ │ │ ├── album.css │ │ │ └── index.html │ │ ├── blog │ │ │ ├── blog.css │ │ │ └── index.html │ │ ├── carousel │ │ │ ├── carousel.css │ │ │ └── index.html │ │ ├── checkout │ │ │ ├── form-validation.css │ │ │ └── index.html │ │ ├── cover │ │ │ ├── cover.css │ │ │ └── index.html │ │ ├── dashboard │ │ │ ├── dashboard.css │ │ │ └── index.html │ │ ├── floating-labels │ │ │ ├── floating-labels.css │ │ │ └── index.html │ │ ├── grid │ │ │ ├── grid.css │ │ │ └── index.html │ │ ├── index.html │ │ ├── jumbotron │ │ │ ├── index.html │ │ │ └── jumbotron.css │ │ ├── navbar-bottom │ │ │ └── index.html │ │ ├── navbar-fixed │ │ │ ├── index.html │ │ │ └── navbar-top-fixed.css │ │ ├── navbar-static │ │ │ ├── index.html │ │ │ └── navbar-top.css │ │ ├── navbars │ │ │ ├── index.html │ │ │ └── navbar.css │ │ ├── offcanvas │ │ │ ├── index.html │ │ │ ├── offcanvas.css │ │ │ └── offcanvas.js │ │ ├── pricing │ │ │ ├── index.html │ │ │ └── pricing.css │ │ ├── product │ │ │ ├── index.html │ │ │ └── product.css │ │ ├── screenshots │ │ │ ├── album.png │ │ │ ├── blog.png │ │ │ ├── carousel.png │ │ │ ├── checkout.png │ │ │ ├── cover.png │ │ │ ├── dashboard.png │ │ │ ├── floating-labels.png │ │ │ ├── grid.png │ │ │ ├── jumbotron.png │ │ │ ├── navbar-bottom.png │ │ │ ├── navbar-fixed.png │ │ │ ├── navbar-static.png │ │ │ ├── navbars.png │ │ │ ├── offcanvas.png │ │ │ ├── pricing.png │ │ │ ├── product.png │ │ │ ├── sign-in.png │ │ │ ├── starter-template.png │ │ │ ├── sticky-footer-navbar.png │ │ │ └── sticky-footer.png │ │ ├── sign-in │ │ │ ├── index.html │ │ │ └── signin.css │ │ ├── starter-template │ │ │ ├── index.html │ │ │ └── starter-template.css │ │ ├── sticky-footer-navbar │ │ │ ├── index.html │ │ │ └── sticky-footer-navbar.css │ │ ├── sticky-footer │ │ │ ├── index.html │ │ │ └── sticky-footer.css │ │ └── tooltip-viewport │ │ │ ├── index.html │ │ │ ├── tooltip-viewport.css │ │ │ └── tooltip-viewport.js │ ├── extend │ │ ├── approach │ │ │ └── index.html │ │ ├── icons │ │ │ └── index.html │ │ └── index.html │ ├── getting-started │ │ ├── accessibility │ │ │ └── index.html │ │ ├── best-practices │ │ │ └── index.html │ │ ├── browsers-devices │ │ │ └── index.html │ │ ├── build-tools │ │ │ └── index.html │ │ ├── contents │ │ │ └── index.html │ │ ├── download │ │ │ └── index.html │ │ ├── index.html │ │ ├── introduction │ │ │ └── index.html │ │ ├── javascript │ │ │ └── index.html │ │ ├── options │ │ │ └── index.html │ │ ├── theming │ │ │ └── index.html │ │ └── webpack │ │ │ └── index.html │ ├── history │ │ └── index.html │ ├── index.html │ ├── layout │ │ ├── grid │ │ │ └── index.html │ │ ├── index.html │ │ ├── media-object │ │ │ └── index.html │ │ ├── overview │ │ │ └── index.html │ │ └── utilities-for-layout │ │ │ └── index.html │ ├── migration │ │ └── index.html │ ├── team │ │ └── index.html │ └── utilities │ │ ├── borders │ │ └── index.html │ │ ├── clearfix │ │ └── index.html │ │ ├── close-icon │ │ └── index.html │ │ ├── colors │ │ └── index.html │ │ ├── display │ │ └── index.html │ │ ├── embed │ │ └── index.html │ │ ├── flex │ │ └── index.html │ │ ├── float │ │ └── index.html │ │ ├── image-replacement │ │ └── index.html │ │ ├── index.html │ │ ├── position │ │ └── index.html │ │ ├── screenreaders │ │ └── index.html │ │ ├── sizing │ │ └── index.html │ │ ├── spacing │ │ └── index.html │ │ ├── text │ │ └── index.html │ │ ├── vertical-align │ │ └── index.html │ │ └── visibility │ │ └── index.html ├── 4.1 │ ├── about │ │ ├── brand │ │ │ └── index.html │ │ ├── index.html │ │ ├── license │ │ │ └── index.html │ │ ├── overview │ │ │ └── index.html │ │ └── translations │ │ │ └── index.html │ ├── assets │ │ ├── brand │ │ │ ├── bootstrap-outline.svg │ │ │ ├── bootstrap-punchout.svg │ │ │ ├── bootstrap-social-logo.png │ │ │ ├── bootstrap-social.png │ │ │ └── bootstrap-solid.svg │ │ ├── css │ │ │ ├── docs.min.css │ │ │ └── docs.min.css.map │ │ ├── img │ │ │ ├── bootstrap-stack.png │ │ │ ├── bootstrap-themes.png │ │ │ └── favicons │ │ │ │ ├── android-chrome-192x192.png │ │ │ │ ├── android-chrome-512x512.png │ │ │ │ ├── apple-touch-icon.png │ │ │ │ ├── browserconfig.xml │ │ │ │ ├── favicon-16x16.png │ │ │ │ ├── favicon-32x32.png │ │ │ │ ├── manifest.json │ │ │ │ ├── mstile-144x144.png │ │ │ │ ├── mstile-150x150.png │ │ │ │ ├── mstile-310x150.png │ │ │ │ ├── mstile-310x310.png │ │ │ │ ├── mstile-70x70.png │ │ │ │ └── safari-pinned-tab.svg │ │ └── js │ │ │ ├── docs.min.js │ │ │ ├── src │ │ │ ├── application.js │ │ │ ├── ie-emulation-modes-warning.js │ │ │ └── search.js │ │ │ └── vendor │ │ │ ├── anchor.min.js │ │ │ ├── clipboard.min.js │ │ │ ├── holder.min.js │ │ │ ├── jquery-slim.min.js │ │ │ └── popper.min.js │ ├── browser-bugs │ │ └── index.html │ ├── components │ │ ├── alerts │ │ │ └── index.html │ │ ├── badge │ │ │ └── index.html │ │ ├── breadcrumb │ │ │ └── index.html │ │ ├── button-group │ │ │ └── index.html │ │ ├── buttons │ │ │ └── index.html │ │ ├── card │ │ │ └── index.html │ │ ├── carousel │ │ │ └── index.html │ │ ├── collapse │ │ │ └── index.html │ │ ├── dropdowns │ │ │ └── index.html │ │ ├── forms │ │ │ └── index.html │ │ ├── index.html │ │ ├── input-group │ │ │ └── index.html │ │ ├── jumbotron │ │ │ └── index.html │ │ ├── list-group │ │ │ └── index.html │ │ ├── modal │ │ │ └── index.html │ │ ├── navbar │ │ │ └── index.html │ │ ├── navs │ │ │ └── index.html │ │ ├── pagination │ │ │ └── index.html │ │ ├── popovers │ │ │ └── index.html │ │ ├── progress │ │ │ └── index.html │ │ ├── scrollspy │ │ │ └── index.html │ │ └── tooltips │ │ │ └── index.html │ ├── content │ │ ├── code │ │ │ └── index.html │ │ ├── figures │ │ │ └── index.html │ │ ├── images │ │ │ └── index.html │ │ ├── index.html │ │ ├── reboot │ │ │ └── index.html │ │ ├── tables │ │ │ └── index.html │ │ └── typography │ │ │ └── index.html │ ├── dist │ │ ├── css │ │ │ ├── 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 │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.css.map │ │ └── js │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.bundle.js.map │ │ │ ├── bootstrap.bundle.min.js │ │ │ ├── bootstrap.bundle.min.js.map │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.js.map │ │ │ ├── bootstrap.min.js │ │ │ └── bootstrap.min.js.map │ ├── examples │ │ ├── album │ │ │ ├── album.css │ │ │ └── index.html │ │ ├── blog │ │ │ ├── blog.css │ │ │ └── index.html │ │ ├── carousel │ │ │ ├── carousel.css │ │ │ └── index.html │ │ ├── checkout │ │ │ ├── form-validation.css │ │ │ └── index.html │ │ ├── cover │ │ │ ├── cover.css │ │ │ └── index.html │ │ ├── dashboard │ │ │ ├── dashboard.css │ │ │ └── index.html │ │ ├── floating-labels │ │ │ ├── floating-labels.css │ │ │ └── index.html │ │ ├── grid │ │ │ ├── grid.css │ │ │ └── index.html │ │ ├── index.html │ │ ├── jumbotron │ │ │ ├── index.html │ │ │ └── jumbotron.css │ │ ├── navbar-bottom │ │ │ └── index.html │ │ ├── navbar-fixed │ │ │ ├── index.html │ │ │ └── navbar-top-fixed.css │ │ ├── navbar-static │ │ │ ├── index.html │ │ │ └── navbar-top.css │ │ ├── navbars │ │ │ ├── index.html │ │ │ └── navbar.css │ │ ├── offcanvas │ │ │ ├── index.html │ │ │ ├── offcanvas.css │ │ │ └── offcanvas.js │ │ ├── pricing │ │ │ ├── index.html │ │ │ └── pricing.css │ │ ├── product │ │ │ ├── index.html │ │ │ └── product.css │ │ ├── screenshots │ │ │ ├── album.png │ │ │ ├── blog.png │ │ │ ├── carousel.png │ │ │ ├── checkout.png │ │ │ ├── cover.png │ │ │ ├── dashboard.png │ │ │ ├── floating-labels.png │ │ │ ├── grid.png │ │ │ ├── jumbotron.png │ │ │ ├── navbar-bottom.png │ │ │ ├── navbar-fixed.png │ │ │ ├── navbar-static.png │ │ │ ├── navbars.png │ │ │ ├── offcanvas.png │ │ │ ├── pricing.png │ │ │ ├── product.png │ │ │ ├── sign-in.png │ │ │ ├── starter-template.png │ │ │ ├── sticky-footer-navbar.png │ │ │ └── sticky-footer.png │ │ ├── sign-in │ │ │ ├── index.html │ │ │ └── signin.css │ │ ├── starter-template │ │ │ ├── index.html │ │ │ └── starter-template.css │ │ ├── sticky-footer-navbar │ │ │ ├── index.html │ │ │ └── sticky-footer-navbar.css │ │ ├── sticky-footer │ │ │ ├── index.html │ │ │ └── sticky-footer.css │ │ └── tooltip-viewport │ │ │ ├── index.html │ │ │ ├── tooltip-viewport.css │ │ │ └── tooltip-viewport.js │ ├── extend │ │ ├── approach │ │ │ └── index.html │ │ ├── icons │ │ │ └── index.html │ │ └── index.html │ ├── getting-started │ │ ├── accessibility │ │ │ └── index.html │ │ ├── best-practices │ │ │ └── index.html │ │ ├── browsers-devices │ │ │ └── index.html │ │ ├── build-tools │ │ │ └── index.html │ │ ├── contents │ │ │ └── index.html │ │ ├── download │ │ │ └── index.html │ │ ├── index.html │ │ ├── introduction │ │ │ └── index.html │ │ ├── javascript │ │ │ └── index.html │ │ ├── options │ │ │ └── index.html │ │ ├── theming │ │ │ └── index.html │ │ └── webpack │ │ │ └── index.html │ ├── history │ │ └── index.html │ ├── index.html │ ├── layout │ │ ├── grid │ │ │ └── index.html │ │ ├── index.html │ │ ├── media-object │ │ │ └── index.html │ │ ├── overview │ │ │ └── index.html │ │ └── utilities-for-layout │ │ │ └── index.html │ ├── migration │ │ └── index.html │ ├── team │ │ └── index.html │ └── utilities │ │ ├── borders │ │ └── index.html │ │ ├── clearfix │ │ └── index.html │ │ ├── close-icon │ │ └── index.html │ │ ├── colors │ │ └── index.html │ │ ├── display │ │ └── index.html │ │ ├── embed │ │ └── index.html │ │ ├── flex │ │ └── index.html │ │ ├── float │ │ └── index.html │ │ ├── image-replacement │ │ └── index.html │ │ ├── index.html │ │ ├── position │ │ └── index.html │ │ ├── screenreaders │ │ └── index.html │ │ ├── shadows │ │ └── index.html │ │ ├── sizing │ │ └── index.html │ │ ├── spacing │ │ └── index.html │ │ ├── text │ │ └── index.html │ │ ├── vertical-align │ │ └── index.html │ │ └── visibility │ │ └── index.html ├── 4.2 │ ├── about │ │ ├── brand │ │ │ └── index.html │ │ ├── license │ │ │ └── index.html │ │ ├── overview │ │ │ └── index.html │ │ ├── team │ │ │ └── index.html │ │ └── translations │ │ │ └── index.html │ ├── assets │ │ ├── brand │ │ │ ├── bootstrap-outline.svg │ │ │ ├── bootstrap-punchout.svg │ │ │ ├── bootstrap-social-logo.png │ │ │ ├── bootstrap-social.png │ │ │ └── bootstrap-solid.svg │ │ ├── css │ │ │ ├── docs.min.css │ │ │ └── docs.min.css.map │ │ ├── img │ │ │ ├── bootstrap-themes.png │ │ │ ├── bootstrap-themes@2x.png │ │ │ ├── examples │ │ │ │ ├── album.png │ │ │ │ ├── album@2x.png │ │ │ │ ├── blog.png │ │ │ │ ├── blog@2x.png │ │ │ │ ├── carousel.png │ │ │ │ ├── carousel@2x.png │ │ │ │ ├── checkout.png │ │ │ │ ├── checkout@2x.png │ │ │ │ ├── cover.png │ │ │ │ ├── cover@2x.png │ │ │ │ ├── dashboard.png │ │ │ │ ├── dashboard@2x.png │ │ │ │ ├── floating-labels.png │ │ │ │ ├── floating-labels@2x.png │ │ │ │ ├── grid.png │ │ │ │ ├── grid@2x.png │ │ │ │ ├── jumbotron.png │ │ │ │ ├── jumbotron@2x.png │ │ │ │ ├── navbar-bottom.png │ │ │ │ ├── navbar-bottom@2x.png │ │ │ │ ├── navbar-fixed.png │ │ │ │ ├── navbar-fixed@2x.png │ │ │ │ ├── navbar-static.png │ │ │ │ ├── navbar-static@2x.png │ │ │ │ ├── navbars.png │ │ │ │ ├── navbars@2x.png │ │ │ │ ├── offcanvas.png │ │ │ │ ├── offcanvas@2x.png │ │ │ │ ├── pricing.png │ │ │ │ ├── pricing@2x.png │ │ │ │ ├── product.png │ │ │ │ ├── product@2x.png │ │ │ │ ├── sign-in.png │ │ │ │ ├── sign-in@2x.png │ │ │ │ ├── starter-template.png │ │ │ │ ├── starter-template@2x.png │ │ │ │ ├── sticky-footer-navbar.png │ │ │ │ ├── sticky-footer-navbar@2x.png │ │ │ │ ├── sticky-footer.png │ │ │ │ └── sticky-footer@2x.png │ │ │ └── favicons │ │ │ │ ├── android-chrome-192x192.png │ │ │ │ ├── android-chrome-512x512.png │ │ │ │ ├── apple-touch-icon.png │ │ │ │ ├── browserconfig.xml │ │ │ │ ├── favicon-16x16.png │ │ │ │ ├── favicon-32x32.png │ │ │ │ ├── manifest.json │ │ │ │ ├── mstile-144x144.png │ │ │ │ ├── mstile-150x150.png │ │ │ │ ├── mstile-310x150.png │ │ │ │ ├── mstile-310x310.png │ │ │ │ ├── mstile-70x70.png │ │ │ │ └── safari-pinned-tab.svg │ │ └── js │ │ │ ├── docs.min.js │ │ │ ├── src │ │ │ ├── application.js │ │ │ ├── ie-emulation-modes-warning.js │ │ │ └── search.js │ │ │ └── vendor │ │ │ ├── anchor.min.js │ │ │ ├── bs-custom-file-input.min.js │ │ │ ├── clipboard.min.js │ │ │ └── jquery-slim.min.js │ ├── browser-bugs │ │ └── index.html │ ├── components │ │ ├── alerts │ │ │ └── index.html │ │ ├── badge │ │ │ └── index.html │ │ ├── breadcrumb │ │ │ └── index.html │ │ ├── button-group │ │ │ └── index.html │ │ ├── buttons │ │ │ └── index.html │ │ ├── card │ │ │ └── index.html │ │ ├── carousel │ │ │ └── index.html │ │ ├── collapse │ │ │ └── index.html │ │ ├── dropdowns │ │ │ └── index.html │ │ ├── forms │ │ │ └── index.html │ │ ├── index.html │ │ ├── input-group │ │ │ └── index.html │ │ ├── jumbotron │ │ │ └── index.html │ │ ├── list-group │ │ │ └── index.html │ │ ├── media-object │ │ │ └── index.html │ │ ├── modal │ │ │ └── index.html │ │ ├── navbar │ │ │ └── index.html │ │ ├── navs │ │ │ └── index.html │ │ ├── pagination │ │ │ └── index.html │ │ ├── popovers │ │ │ └── index.html │ │ ├── progress │ │ │ └── index.html │ │ ├── scrollspy │ │ │ └── index.html │ │ ├── spinners │ │ │ └── index.html │ │ ├── toasts │ │ │ └── index.html │ │ └── tooltips │ │ │ └── index.html │ ├── content │ │ ├── code │ │ │ └── index.html │ │ ├── figures │ │ │ └── index.html │ │ ├── images │ │ │ └── index.html │ │ ├── index.html │ │ ├── reboot │ │ │ └── index.html │ │ ├── tables │ │ │ └── index.html │ │ └── typography │ │ │ └── index.html │ ├── dist │ │ ├── css │ │ │ ├── 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 │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.css.map │ │ └── js │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.bundle.js.map │ │ │ ├── bootstrap.bundle.min.js │ │ │ ├── bootstrap.bundle.min.js.map │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.js.map │ │ │ ├── bootstrap.min.js │ │ │ └── bootstrap.min.js.map │ ├── examples │ │ ├── album │ │ │ ├── album.css │ │ │ └── index.html │ │ ├── blog │ │ │ ├── blog.css │ │ │ └── index.html │ │ ├── carousel │ │ │ ├── carousel.css │ │ │ └── index.html │ │ ├── checkout │ │ │ ├── form-validation.css │ │ │ ├── form-validation.js │ │ │ └── index.html │ │ ├── cover │ │ │ ├── cover.css │ │ │ └── index.html │ │ ├── dashboard │ │ │ ├── dashboard.css │ │ │ ├── dashboard.js │ │ │ └── index.html │ │ ├── floating-labels │ │ │ ├── floating-labels.css │ │ │ └── index.html │ │ ├── grid │ │ │ ├── grid.css │ │ │ └── index.html │ │ ├── index.html │ │ ├── jumbotron │ │ │ ├── index.html │ │ │ └── jumbotron.css │ │ ├── navbar-bottom │ │ │ └── index.html │ │ ├── navbar-fixed │ │ │ ├── index.html │ │ │ └── navbar-top-fixed.css │ │ ├── navbar-static │ │ │ ├── index.html │ │ │ └── navbar-top.css │ │ ├── navbars │ │ │ ├── index.html │ │ │ └── navbar.css │ │ ├── offcanvas │ │ │ ├── index.html │ │ │ ├── offcanvas.css │ │ │ └── offcanvas.js │ │ ├── pricing │ │ │ ├── index.html │ │ │ └── pricing.css │ │ ├── product │ │ │ ├── index.html │ │ │ └── product.css │ │ ├── sign-in │ │ │ ├── index.html │ │ │ └── signin.css │ │ ├── starter-template │ │ │ ├── index.html │ │ │ └── starter-template.css │ │ ├── sticky-footer-navbar │ │ │ ├── index.html │ │ │ └── sticky-footer-navbar.css │ │ └── sticky-footer │ │ │ ├── index.html │ │ │ └── sticky-footer.css │ ├── extend │ │ ├── approach │ │ │ └── index.html │ │ ├── icons │ │ │ └── index.html │ │ └── index.html │ ├── getting-started │ │ ├── accessibility │ │ │ └── index.html │ │ ├── best-practices │ │ │ └── index.html │ │ ├── browsers-devices │ │ │ └── index.html │ │ ├── build-tools │ │ │ └── index.html │ │ ├── contents │ │ │ └── index.html │ │ ├── download │ │ │ └── index.html │ │ ├── index.html │ │ ├── introduction │ │ │ └── index.html │ │ ├── javascript │ │ │ └── index.html │ │ ├── theming │ │ │ └── index.html │ │ └── webpack │ │ │ └── index.html │ ├── index.html │ ├── layout │ │ ├── grid │ │ │ └── index.html │ │ ├── index.html │ │ ├── overview │ │ │ └── index.html │ │ └── utilities-for-layout │ │ │ └── index.html │ ├── migration │ │ └── index.html │ └── utilities │ │ ├── borders │ │ └── index.html │ │ ├── clearfix │ │ └── index.html │ │ ├── close-icon │ │ └── index.html │ │ ├── colors │ │ └── index.html │ │ ├── display │ │ └── index.html │ │ ├── embed │ │ └── index.html │ │ ├── flex │ │ └── index.html │ │ ├── float │ │ └── index.html │ │ ├── image-replacement │ │ └── index.html │ │ ├── index.html │ │ ├── overflow │ │ └── index.html │ │ ├── position │ │ └── index.html │ │ ├── screenreaders │ │ └── index.html │ │ ├── shadows │ │ └── index.html │ │ ├── sizing │ │ └── index.html │ │ ├── spacing │ │ └── index.html │ │ ├── text │ │ └── index.html │ │ ├── vertical-align │ │ └── index.html │ │ └── visibility │ │ └── index.html ├── getting-started │ └── index.html ├── index.html └── versions │ └── index.html ├── examples └── index.html ├── favicon.ico ├── index.html ├── redirects.json ├── robots.txt ├── sitemap.xml └── sw.js /CNAME: -------------------------------------------------------------------------------- 1 | bootstrap.hexschool.com 2 | -------------------------------------------------------------------------------- /docs/4.0/about/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.
36 |37 | Learn more 38 |
39 |