Skip to content

Commit

Permalink
Update view_attendance_home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin-Tony committed Apr 28, 2021
1 parent d7a7130 commit e92620c
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions recognition/templates/recognition/view_attendance_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
<a class="nav-link" href="{%url 'add_notification' %}"><b>Add Notification </b></a>
</li>

<li class="nav-item active">
<a class="nav-link" href="{%url 'mesg_staff' %}"><b>Message to Staff </b></a>
</li>



<li class="nav-item active" style="padding-left: 100px">
Expand All @@ -52,13 +48,8 @@
</div>
</nav>
</div>



<div class="card" style="margin-top: 2em; margin-left: 2em; margin-right: 2em; margin-bottom: 2em;">
<div class="card" style="margin-top: 2em; margin-left: 2em; margin-right: 2em; margin-bottom: 2em;">
<div class="card-body">


<h2> Today's Statistics </h2>
<div class="row" style="margin-left: 12em">
<div class="card" style="width: 20em; background-color: #338044; text-align : center; margin-left: 5em; margin-top: 5em; color: white;">
Expand All @@ -82,20 +73,9 @@ <h5 class="card-title"> <b> Employees present today</b></h5>

</div>
</div>








<div class="card" style="margin-top: 2em; margin-left: 2em; margin-right: 2em; margin-bottom: 2em;">
<div class="card-body">



<div class="row" >
<div class="card" style="margin-top: 2em; margin-left: 2em; margin-right: 2em; margin-bottom: 2em;">
<div class="card-body">
<div class="row" >
<div class="col-md-6">
<h2> Last Week </h2>
<div class="card" style="width: 50em;">
Expand All @@ -105,10 +85,6 @@ <h2> Last Week </h2>
</div>
</div>





</div>
<div class="col-md-6">
<h2> This Week </h2>
Expand Down

0 comments on commit e92620c

Please sign in to comment.