0% found this document useful (0 votes)
2 views2 pages

Dashboard 1

Uploaded by

jevan74601
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Dashboard 1

Uploaded by

jevan74601
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

-- Content Row -->


<div class="row">

<!-- Earnings (Monthly) Card Example -->


<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-primary shadow h-100 py-
2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold
text-primary text-uppercase mb-1">
Earnings (Monthly)</div>
<div class="h5 mb-0 font-weight-bold
text-gray-800">$40,000</div>
</div>
<div class="col-auto">
<i class="fas fa-calendar fa-2x text-
gray-300"></i>
</div>
</div>
</div>
</div>
</div>

<!-- Earnings (Monthly) Card Example -->


<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-success shadow h-100 py-
2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold
text-success text-uppercase mb-1">
Earnings (Annual)</div>
<div class="h5 mb-0 font-weight-bold
text-gray-800">$215,000</div>
</div>
<div class="col-auto">
<i class="fas fa-dollar-sign fa-2x
text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>

<!-- Earnings (Monthly) Card Example -->


<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-info shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold
text-info text-uppercase mb-1">Tasks
</div>
<div class="row no-gutters align-items-
center">
<div class="col-auto">
<div class="h5 mb-0 mr-3 font-
weight-bold text-gray-800">50%</div>
</div>
<div class="col">
<div class="progress progress-
sm mr-2">
<div class="progress-bar
bg-info" role="progressbar"
style="width: 50%"
aria-valuenow="50" aria-valuemin="0"

aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
<div class="col-auto">
<i class="fas fa-clipboard-list fa-2x
text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>

<!-- Pending Requests Card Example -->


<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-warning shadow h-100 py-
2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold
text-warning text-uppercase mb-1">
Pending Requests</div>
<div class="h5 mb-0 font-weight-bold
text-gray-800">18</div>
</div>
<div class="col-auto">
<i class="fas fa-comments fa-2x text-
gray-300"></i>
</div>
</div>
</div>
</div>
</div>
</div>

<!-- Content Row -->

You might also like