-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathattendancetracker.html
162 lines (147 loc) · 6.64 KB
/
attendancetracker.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Online Timesheet</title>
<link rel="stylesheet" href="./styles/onlinetimesheet.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<style>
#pankajfooter {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
margin-top: 20px;
}
</style>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
</head>
<body>
<div id="navbar"></div>
<h2 id="yah2">ATTENDANCE TRACKER FOR EVERY BUSINESS</h2>
<div id="yadiv5">
<div>
<img src="https://trackingtime.co/wp-content/uploads/2020/04/landing-marketing-ind-Marketing-feature-03.svg"
alt="Img Not Found">
</div>
<div>
<!-- online timesheets page will be link in h1 tag -->
<h1>The online attendance tracker your team will actually use</h1>
<h3>TrackingTime allow you to track time and attendance, all in one place. Use attendance tracker to create
company-wide <a href="onlinetimesheet.html">online timesheets</a>.
Reporting has never been easier!</h3>
</div>
</div>
<div id="yadiv5">
<div>
<img src="https://trackingtime.co/wp-content/uploads/2020/05/Attendance-Feature-02.svg" alt="Img Not Found">
</div>
<div>
<!-- professional
reports page will be link in h1 tag -->
<h1>Team Management</h1>
<h3>Your team can easily fill and submit timesheets that you can export into <a
href="https://trackingtime.co/features/billing-and-payroll-reports">professional
reports</a>. Manage
access levels for
different users and define your own rules with a flexible set of roles and permissions.</h3>
</div>
</div>
<div id="yadiv7">
<div>
<button id="btnimg1">Breaks and overtime estimation</button>
<button id="btnimg2">Absence reporting and management</button>
<button id="btnimg3">Employee attendance control</button>
</div>
<div id="yadiv72">
<img src="https://trackingtime.co/wp-content/uploads/2020/05/Attendance-bot-ilus-01-2.svg"
alt="img not found">
</div>
</div>
<div id="yadiv5">
<div>
<img src="https://trackingtime.co/wp-content/uploads/2020/04/landing-remote-teams-ind-RemoteTeans.feature-02-1.svg"
alt="Img Not Found">
</div>
<div>
<h1>Keep up your pace with employee attendance tracker</h1>
<!-- link across
projects & Pace Board page here -->
<h3>Handle your team’s performance <a
href="https://trackingtime.co/productivity/project-management-software-for-collaboration.html">across
projects</a> and get accurate productivity reports. The
<a href="https://trackingtime.co/best-practices/team-management-keep-up-your-pace.html">Pace Board</a>
gives you a daily
overview of both scheduled and tracked hours by every team member at a glance.</a>
</h3>
</div>
</div>
<div id="yadiv6">
<div>
<h1>Time cards for attendance management</h1>
<h3><a href="card.html">Time cards</a> allow you and your team to easily track clock in and clock out times
and
create monthly
employee attendance
reports.</h3>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2020/04/Timecard-ind-Timecard-bot-ilus-01@2x-585x400.png"
alt="Img Not Found">
</div>
</div>
<div id="yadiv5">
<div>
<img src="https://trackingtime.co/wp-content/uploads/2020/05/Attendance-Feature-03.svg" alt="Img Not Found">
</div>
<div>
<h1>Make sure your timesheets are always complete</h1>
<!-- link time tracker page here -->
<h3>The more hours you track with a <a href="timetraker.html">time tracker</a>, the more accurate your
reports will be.
That’s why
TrackingTime ensures
that your team keeps tracking all their work hours consistently, every day.</h3>
</div>
</div>
<a href=""></a>
<div id="yadiv6">
<div>
<h1>Working On!</h1>
<h3>See what everybody is tracking on the activity tab and avoid unnecessary interruptions with non-invasive
employee
monitoring.</h3>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2020/05/Attendance-Feature-04.svg" alt="Img Not Found">
</div>
</div>
<h2 id="yah2">KEEP YOUR TEAM TRACKING ALL THEIR WORK HOURS CONSISTENTLY WITH TRACKINGTIME</h2>
<!-- link signup page here -->
<button id="signupbtn2">TRY TRACKINGTIME FREE!</button>
<div id="bottomlink"></div>
<div id="footer"></div>
</body>
</html>
<script type="module">
import navbar from "./navbar.js"
document.getElementById("navbar").innerHTML = navbar()
</script>
<script type="module">
import footer from "./footer.js"
document.getElementById("footer").innerHTML = footer()
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
<script src="./scripts/attendancetracker.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/51d603f40d.js" crossorigin="anonymous"></script>