update sidebar
This commit is contained in:
@@ -472,11 +472,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<canvas class="my-4 w-100" id="myChart" width="900" height="380"></canvas>
|
||||
|
||||
<h2>Section title</h2>
|
||||
</div>
|
||||
<div class="my-3 p-3 bg-body rounded shadow-sm">
|
||||
<h6 class="border-bottom pb-2 mb-0">Recent updates</h6>
|
||||
<div class="d-flex text-body-secondary pt-3">
|
||||
@@ -524,77 +519,19 @@
|
||||
<a href="#">All updates</a>
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<div class="my-3 p-3 bg-body rounded shadow-sm">
|
||||
<h6 class="border-bottom pb-2 mb-0">Suggestions</h6>
|
||||
<div class="d-flex text-body-secondary pt-3">
|
||||
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32"
|
||||
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32"
|
||||
preserveAspectRatio="xMidYMid slice" focusable="false">
|
||||
<title>Placeholder</title>
|
||||
<rect width="100%" height="100%" fill="#007bff" /><text x="50%" y="50%" fill="#007bff"
|
||||
dy=".3em">32x32</text>
|
||||
</svg>
|
||||
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
|
||||
<div class="d-flex justify-content-between">
|
||||
<strong class="text-gray-dark">Full Name</strong>
|
||||
<a href="#">Follow</a>
|
||||
</div>
|
||||
<span class="d-block">@username</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex text-body-secondary pt-3">
|
||||
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32"
|
||||
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32"
|
||||
preserveAspectRatio="xMidYMid slice" focusable="false">
|
||||
<title>Placeholder</title>
|
||||
<rect width="100%" height="100%" fill="#007bff" /><text x="50%" y="50%" fill="#007bff"
|
||||
dy=".3em">32x32</text>
|
||||
</svg>
|
||||
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
|
||||
<div class="d-flex justify-content-between">
|
||||
<strong class="text-gray-dark">Full Name</strong>
|
||||
<a href="#">Follow</a>
|
||||
</div>
|
||||
<span class="d-block">@username</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex text-body-secondary pt-3">
|
||||
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32"
|
||||
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32"
|
||||
preserveAspectRatio="xMidYMid slice" focusable="false">
|
||||
<title>Placeholder</title>
|
||||
<rect width="100%" height="100%" fill="#007bff" /><text x="50%" y="50%" fill="#007bff"
|
||||
dy=".3em">32x32</text>
|
||||
</svg>
|
||||
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
|
||||
<div class="d-flex justify-content-between">
|
||||
<strong class="text-gray-dark">Full Name</strong>
|
||||
<a href="#">Follow</a>
|
||||
</div>
|
||||
<span class="d-block">@username</span>
|
||||
</div>
|
||||
</div>
|
||||
<small class="d-block text-end mt-3">
|
||||
<a href="#">All suggestions</a>
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<!-- Footer for end section -->
|
||||
<div class="row">
|
||||
<footer class="pt-5 d-flex justify-content-between">
|
||||
<span>Copyright © 2019-2020 <a href="https://themesberg.com">Themesberg</a></span>
|
||||
<ul class="nav m-0">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-secondary" aria-current="page" href="#">Privacy Policy</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-secondary" href="#">Terms and conditions</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-secondary" href="#">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="col-md-4 mb-0 text-body-secondary">© Alliance-Services</p>
|
||||
<a href="/" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none" aria-label="Bootstrap">
|
||||
<svg class="bi me-2" width="40" height="32" aria-hidden="true"><use xlink:href="#bootstrap"></use></svg>
|
||||
</a>
|
||||
<ul class="nav col-md-4 justify-content-end">
|
||||
<li class="nav-item"><a href="/dashboard" class="nav-link px-2 text-body-secondary">Home</a></li>
|
||||
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">FAQs</a></li>
|
||||
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">About</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- End footer -->
|
||||
|
||||
Reference in New Issue
Block a user