@themesberg/pixel-lite-bootstrap-ui-kit
Version:
Open-source Bootstrap 5 UI Kit
65 lines (52 loc) • 1.88 kB
HTML
<!--
=========================================================
* Pixel Free Bootstrap 5 UI Kit
=========================================================
* Product Page: https://themesberg.com/product/ui-kit/pixel-free-bootstrap-5-ui-kit
* Copyright 2021 Themesberg (https://www.themesberg.com)
* Coded by https://themesberg.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Contact us if you want to remove it.
-->
<html lang="en">
<head>
@@include('./_head.html', {
"path": "../..",
"title": "Pixel Bootstrap 5 - Progress bars"
})
</head>
<body>
@@include('./_navigation.html', {
"path": "../..",
"classes": "navbar-dark"
})
<main>
@@include('./_preloader.html', {
"path": "../.."
})
<!-- Hero -->
<div class="section-header pb-6 bg-primary text-white">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-8 text-center">
<h1 class="display-3 mb-4">Progress Bars</h1>
<p class="lead mb-5">Progress components are built with two HTML elements, some CSS to set the width, and a few attributes.</p>
</div>
</div>
</div>
</div>
<!-- End of Hero -->
@@include('./components/_progress-bars.html', {
"path": "../.."
})
</main>
@@include('./_footer.html', {
"path": "../..",
"classes": "bg-primary text-white"
})
@@include('./_scripts.html', {
"path": "../.."
})
</body>
</html>