-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (298 loc) · 14.1 KB
/
index.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!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>TrackingTime | Time Tracker Software - Get Started it's Free</title>
<link rel="icon" type="image/x-icon" href="https://trackingtime.co/wp-content/themes/trackingtime-v5/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/footer.css">
<link rel="stylesheet" href="./styles/index.css">
<style>
</style>
</head>
<body>
<div id="navbar">
<div id="logo">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/layout/header/logo.svg" alt="">
</div>
<div id="navright">
<a href="./integrations.html" class="nav">INTEGRATIONS</a>
<a href="./blog.html" class="nav">BLOG</a>
<div id="features1">
<a href="" class="nav">FEATURES <div><img src="./images/down-arrow.png" alt=""></div></a>
<div id="dropdown">
<a href="./features.html">Time Tracker</a><a href="./features.html">Project Management</a><a href="./features.html">Online Timesheet</a><a href="./features.html">Time Cards</a><a href="./features.html">Attendance Tracking</a><a href="./features.html">Time Reporting</a>
</div>
</div>
<a href="./tryforfree.html" id="try" class="nav">TRY IT FREE</a>
<a href="./login.html" id="login" class="nav">LOGIN</a>
</div>
</div>
<div id="header">
<p>TRACKING TIME TRACKER SOFTWARE</p>
<h2>SET AND FORGET TIME TRACKING</h2>
<h1>Bring your productivity to the next level.</h1>
<form action="">
<input type="text" placeholder="Your work Email">
<input id="sub" type="submit" value="START FOR FREE!">
</form>
<p>14-day PRO trial included</p>
<div id="google">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/google-key.png" alt="">
<a href="./login.html" id="upperg">Sign in with Google</a>
</div>
<div id="mid">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/layout/header/ilus-header-2.svg" alt="">
</div>
</div>
<div id="banner">
<p>Companies of all shapes and sizes use TrackingTime:</p>
<div class="owl-carousel owl-theme">
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo11.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo2.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo3.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo4.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo5.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo6.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo7.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo8.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo9.jpg" alt="">
</div>
<div class="item">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/home/logos/color/logo10.jpg" alt="">
</div>
</div>
</div>
<div id="features">
<h2>THE FEATURES YOUR PROJECT MANAGEMENT APP IS MISSING.</h2>
<div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/article-1.svg" alt="">
<h2>Measure your team's productivity</h2>
<p>Get a record of the worked hours and keep your projects in order, be abreast of ongoing or completed projects with our super friendly app.</p>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/article-2.svg" alt="">
<h2>The most flexible reporting engine</h2>
<p>Project budgeting, client billing, payroll, productivity analytics and much more: No matter what kind of reports you need, TrackingTime has got you covered.</p>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/article-3.svg" alt="">
<h2>Monitor your team's workload, in real time</h2>
<p>See every work in progress and measure the productivity of your team by monitoring them in real time</p>
</div>
</div>
</div>
<div id="apps">
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/temp/logos/grupo.svg" alt="">
<h2>
Add time tracking to your favourite business apps
</h2>
<p>
No matter where your employees work, TrackingTime works with them. Install the TrackingTime Button for Chrome and Firefox and track time right within the productivity apps your employees use everyday.
</p>
<button id="see">SEE ALL</button>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/temp/logos/asana.png" alt="">
<h2>Asana</h2>
<p>Asana puts tasks and conversations together to enable teamwork without email.</p>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/temp/logos/trello.png" alt="">
<h2>Trello</h2>
<p>Trello is a collaboration tool that organizes your projects into boards.</p>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/temp/logos/todoist.png" alt="">
<h2>Todoist</h2>
<p>Todoist is a task manager thats useful, fast and easy to use.</p>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/temp/logos/smartsheet.png" alt="">
<h2>Smartsheet</h2>
<p>Smartsheet is a web-based project and task management and work collaboration software.</p>
</div>
</div>
<div id="features2">
<div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/slider-1.svg" alt="">
<h2>Timecards Approval</h2>
<p>Track clock in and out times with no effort</p>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/slider-2.svg" alt="">
<h2>Budgeting</h2>
<p>Keep your projects on time and budget.</p>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/slider-3.svg" alt="">
<h2>Work schedules</h2>
<p>Specify when your employees are expected to be at their job.</p>
</div>
<div>
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/slider-4.svg" alt="">
<h2>Timesheet Audits</h2>
<p>Avoid data inconsistencies with just one click.</p>
</div>
</div>
</div>
<div id="lowerhead">
<div>
<img src="./images/1.png" alt="">
</div>
<div>
<h1>Get professional timesheets done in no time!</h1>
<p>Sign up today and join thousands of people around the world using TrackingTime to simplify their timesheets.</p>
<form action="">
<input type="text" placeholder="Your work Email">
<input id="sub" type="submit" value="START FOR FREE!">
</form>
<p id="low">14-day PRO trial included</p>
<div id="google">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/google-key.png" alt="">
<a href="./login.html">Sign in with Google</a>
</div>
</div>
</div>
<div id="footer">
<div id="started">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/layout/footer/tt.svg" alt="">
<h1>Get Started</h1>
<p>Sign up today and join thousands of people around the world using TrackingTime to make the most of their time.</p>
<form action="">
<input type="text" placeholder="Your work Email">
<input id="sub" type="submit" value="START FOR FREE!">
</form>
<p id="low">14-day PRO trial included</p>
<div id="google">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/keywords/google-key.png" alt="">
<a href="./login.html">Sign in with Google</a>
</div>
</div>
<div id="links">
<div>
<h2>Industries</h2>
<a href="">Time tracking for Graphic Designers</a>
<a href="">Time tracking software for Architects</a>
<a href="">Time tracking for Remote Workers</a>
<a href="">Time tracking for Marketing Teams</a>
<a href="">Time tracking for Freelancers</a>
</div>
<div>
<h2>Product</h2>
<a href="">Plans & Pricing</a>
<a href="">Integrations</a>
<a href="">Product Updates</a>
<a href="">Slack Bot</a>
<a href="">Microsoft Teams</a>
</div>
<div>
<h2>Features</h2>
<a href="">Online Timesheet For Efficient Companies</a>
<a href="">Time Tracker for every business</a>
<a href="">Reports for billing and payroll to reduce admin work</a>
<a href="">Attendance tracker for every business</a>
<a href="">Project Management Time Tracking Software</a>
</div>
<div>
<h2>Apps</h2>
<a href="">Web App</a>
<a href="">Time Tracker app for Mac</a>
<a href="">Time Tracker for Windows</a>
<a href="">iPhone App</a>
<a href="">Android App</a>
<a href="">Time Tracking for Chrome</a>
<a href="">Time Tracking for Firefox</a>
<a href="">Time Tracking for Safari</a>
</div>
<div>
<h2>Company</h2>
<a href="">About Us</a>
<a href="">Blog</a>
<a href="">Media kit</a>
<a href="">Terms of Service</a>
<a href="">Privacy Policy</a>
<a href="">DMCA Policy</a>
<a href="">Impressum</a>
</div>
</div>
<div id="end">
<div id="social">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/social/twitterblanco.png" alt="">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/social/linkedinblanco.png" alt="">
<img src="https://trackingtime.co/wp-content/themes/trackingtime-v5/img/social/facebookblanco.png" alt=""><br><br>
<a href="" id="support">support@trackingtime.co</a>
</div>
<div id="links">
<div>
<h2>Help & Support</h2>
<a href="">Help Center</a>
<a href="">Developers</a>
<a href="">Contact Us</a>
</div>
<div>
<h2>Choose Language</h2>
<a href="">ENGLISH</a>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js" integrity="sha512-aVKKRRi/Q/YV+4mjoKBsE4x3H+BkegoM/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:false,
dots:false,
autoplay:true,
autoplayTimeout:2000,
responsive:{
0:{
items:1
},
600:{
items:3
},
1200:{
items:6
}
}
})
let logo=document.querySelector("#navbar>div>img")
logo.addEventListener("click",home)
function home(){
window.location.href="./index.html"
}
let see=document.querySelector("#see")
see.addEventListener("click",inte)
function inte(){
window.location.href="./integrations.html"
}
</script>
</body>
</html>