Skip to content

Commit 1ca70b8

Browse files
committed
time clock in UI
1 parent 443a78a commit 1ca70b8

File tree

1 file changed

+72
-2
lines changed

1 file changed

+72
-2
lines changed
Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,75 @@
11
<div class="text-center mt-5">
22

3-
<p>time-clock works!</p>
3+
<div class="card">
4+
<div class="card-header">
5+
<div class="row">
6+
<div class="col-2 text-left">
7+
<strong>Time clock</strong>
8+
</div>
9+
<div class="col-10 text-right">
10+
<i class="far fa-question-circle"></i>
11+
</div>
12+
</div>
13+
</div>
414

5-
</div>
15+
<div class="card-body">
16+
<p class="card-title text-left"><strong>Dario</strong> clocked out at <strong>hh:mm:ss</strong></p>
17+
<h6 class="text-left"><strong>Totals</strong></h6>
18+
<hr>
19+
<div class="row">
20+
<div class="col-4">
21+
<h6>Current</h6>
22+
<h3>-</h3>
23+
</div>
24+
<div class="col-4">
25+
<h6>Day</h6>
26+
<h3>4:22</h3>
27+
28+
</div>
29+
<div class="col-4">
30+
<h6>Week</h6>
31+
<h3>14:00</h3>
32+
</div>
33+
</div>
34+
<h6 class="text-left"><strong>Projects</strong></h6>
35+
<form>
36+
<div class="form-group">
37+
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="&#xF002; Search project" style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, FontAwesome">
38+
</div>
39+
</form>
40+
<p class="text-left"><i class="fas fa-folder"></i><strong> Top</strong></p>
41+
<ul class="list-group">
42+
<li class="list-group-item d-flex justify-content-between align-items-center">
43+
Customer › ernst-and-young
44+
<button type="button" class="btn btn-success btn-sm">Clock In</button>
45+
</li>
46+
<li class="list-group-item d-flex justify-content-between align-items-center">
47+
Customer
48+
<i class="fas fa-chevron-right"></i>
49+
50+
</li>
51+
<li class="list-group-item d-flex justify-content-between align-items-center">
52+
Training
53+
<i class="fas fa-chevron-right"></i>
54+
</li>
55+
</ul>
56+
<br>
57+
58+
<div class="container">
59+
<div class="row">
60+
<div class="col text-left">
61+
<button class="btn btn-light btn-sm dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
62+
Options
63+
</button>
64+
</div>
65+
<div class="col text-right">
66+
<button class="btn btn-success btn-lg" type="button">Clock In</button>
67+
</div>
68+
69+
</div>
70+
71+
</div>
72+
73+
</div>
74+
75+
</div>

0 commit comments

Comments
 (0)