-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtime.html
More file actions
406 lines (404 loc) · 13.6 KB
/
time.html
File metadata and controls
406 lines (404 loc) · 13.6 KB
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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!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>Freelance Time Tracking - Bonsai</title>
<link rel="stylesheet" href="navbarStyles.css" />
<link rel="stylesheet" href="commonStyles.css" />
</head>
<body>
<div id="navbar">
<a href="index.html"
><img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fd7c602ca7cd432feb68e_bonsai-logo.svg"
alt=""
/></a>
<div id="menu">
<div class="dropdown">
<button class="dropbtn">Product</button>
<div class="drop-content">
<a href=""
><div>Bonsai Workflow</div>
<div>
Look professional, win more clients and manage your business
from one place
</div></a
>
<a href=""
><div>Bonsai Tax</div>
<div>
Track expenses, maximize tax write-offs, and estimate taxes
without the headache
</div></a
>
<a href=""
><div>Bonsai Cash</div>
<div>
Bonsai's all-in-one financial hub: No fees and lightning fast
payouts
</div></a
>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Templates</button>
<div class="drop-temp">
<a href=""
><div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/618e4a088d6d0a054fe41abb_contracts%20icon.svg"
alt=""
/>
</div>
<div>Contract Templates</div>
</a>
<a href=""
><div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/618e4a088d6d0a054fe41abb_contracts%20icon.svg"
alt=""
/>
</div>
<div>Proposal Templates</div>
</a>
<a href=""
><div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/618ce1898e7b44dfb4b5207e_Vector%20(11).svg"
alt=""
/>
</div>
<div>Invoice Templates</div>
</a>
<a href=""
><div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/618e4a088d6d0a054fe41abb_contracts%20icon.svg"
alt=""
/>
</div>
<div>Agreement Templates</div>
</a>
<a href=""
><div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/618e49eff7f1e27dd1b5326d_Proposals%20icon.svg"
alt=""
/>
</div>
<div>Quote Templates</div>
</a>
<a href=""
><div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/618e49352788d2281046f7be_time%20tracking%20icon.svg"
alt=""
/>
</div>
<div>Scope of Work Templates</div>
</a>
<a href=""
><div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/618e49eff7f1e27dd1b5326d_Proposals%20icon.svg"
alt=""
/>
</div>
<div>Brief Templates</div>
</a>
</div>
</div>
<a href="">Pricing</a>
<a href="">Reviews</a>
</div>
<div class="navButtons">
<a href="login.html">Log In</a>
<a href="signup.html">Start Free</a>
</div>
</div>
<div class="top-page">
<div></div>
<div class="top-content">
<div>
<div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fd7c602ca7c8e88feb67d_time-tracking%20colour.svg"
alt=""
/>
<div>Time Tracking</div>
</div>
<h1>Everything you need to run your business.</h1>
<div>
Bonsai’s all-in-one product suite with smart automation lets you
focus on your passion, not your paperwork.
</div>
<form class="topbuttons">
<input
type="email"
placeholder="Enter your email"
id="i_email"
/><input type="submit" value="START FREE" />
</form>
</div>
<div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e6bbbc1e37d0b57e90a317c_time-tracking-img-min.png"
alt=""
/>
</div>
</div>
</div>
<div class="top-desc">
<div>
<h2>
A fully-featured time tracker that's built specifically for
<span>online contract</span> work and invoicing clients
</h2>
</div>
<div class="topdesc-grid">
<div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fde3f8e28c14c3d1e8b33_ill_Easily%20Billable.svg"
alt=""
/>
<div>Easily Billable</div>
<div>
Set an hourly rate per-project for tracking time and automatically
invoicing the completed timesheet.
</div>
</div>
<div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fde3f8e28c1031b1e8b34_ill_Project-Based.svg"
alt=""
/>
<div>Project-Based</div>
<div>
Track time on projects with your collaborators and see how many
hours still need to be billed.
</div>
</div>
<div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fde3f8e28c122ac1e8b35_ill_Cross-Platform.svg"
alt=""
/>
<div>Cross-Platform</div>
<div>
Use the Bonsai time tracker on the web, mobile apps, macOS app and
Chrome Extension.
</div>
</div>
</div>
</div>
<div class="mid-sec">
<div class="midsec-grid">
<div class="mgrid-text">
<div>
<h2>Invoice Hours</h2>
</div>
<div>
Set a project’s hourly rate, start tracking time and bill time to
your client with a click. Round the time up to make the billing even
smoother.
</div>
</div>
<div class="mgrid-img">
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e6bc77f7724a02f0a97e5e1_create%20an%20invoice-min%20(2).png"
alt=""
/>
</div>
<div class="mgrid-img">
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e6bc8038569d7612605c001_invoice%20timesheet-min.png"
alt=""
/>
</div>
<div class="mgrid-text">
<div>
<h2>Centralize Timesheets</h2>
</div>
<div>
Whether you’re tracking time as a team on a project or working solo,
you can keep all your project’s timesheets in the same place to see
the hours billed and to-be paid
</div>
</div>
<div class="mgrid-text">
<div>
<h2>Use It Anywhere</h2>
</div>
<div>
Download the app on iOS, Android, Mac and Chrome so the time tracker
works the way you do. Use a time tracker that supports your
workflow.
</div>
</div>
<div class="mgrid-img">
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e6bc84f8569d7c4cc05c0a2_timer%20graphic-min.png"
alt=""
/>
</div>
</div>
</div>
<div class="mid-trust">
<div class="trust-container">
<div>
<h2>Trusted by 500K+ self-employed workers and small businesses</h2>
<div>
Whether you're just getting started or your business is booming,
Bonsai has you covered.
</div>
</div>
<div>
<div>
<div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fd7c602ca7ca8ebfeb662_ill_Built%20for_4%20block.svg"
alt=""
/>
</div>
<div>Built for All Work Types</div>
<div>
We proudly back people with wide-ranging businesses—from design
and marketing to development, writing, and photography.
</div>
</div>
<div>
<div>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fd7c602ca7c967efeb661_ill_Global%20Support_4%20block.svg"
alt=""
/>
</div>
<div>Built for Global Businesses</div>
<div>
Bonsai has international coverage across the United States,
Canada, UK, Australia and more, with 180 currencies supported.
</div>
</div>
</div>
</div>
</div>
<div class="bottom-sec">
<div class="b-text">
<div>Simplify your workflow with Bonsai time tracking.</div>
<a href="signup.html"><div>START FREE</div></a>
</div>
<div class="b-link">
<div>Available for download on the most popular platforms:</div>
<div>
<a
href="https://chrome.google.com/webstore/detail/bonsai-time-tracker/chipcigldfgoiakidipofgabbcbkmicl"
target="_blank"
>
<img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fde3f8e28c145b81e8b36_chrome.svg"
alt=""
/>
</a>
<a
href="https://apps.apple.com/us/app/bonsai-time-tracker-invoices/id1333596451"
target="_blank"
><img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fde3f8e28c12aac1e8b37_ios.svg"
alt=""
/></a>
<a
href="https://play.google.com/store/apps/details?id=com.hellobonsai.bonsai&hl=en_US"
target="_blank"
><img
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fde3f8e28c141b51e8b38_android.svg"
alt=""
/></a>
</div>
</div>
</div>
<div class="footer">
<div class="footer_block">
<div>PRODUCT</div>
<div class="footer-sec-block">
<a href="">Proposals</a>
<a href="">Contracts</a>
<a href="">Invoicing</a>
<a href="">Client CRM</a>
<a href="">Time Tracking</a>
<a href="">Task Tracking</a>
<a href="">Forms</a>
<a href="">Accounting</a>
<a href="">Bonsai Tax</a>
<a href="">Bonsai Cash</a>
</div>
<div class="footer-sec-block">
<a href="">Pricing</a>
<a href="">Bonsai Reviews</a>
</div>
</div>
<div class="footer_block">
<div>FREE RESOURCES</div>
<div class="footer-sec-block">
<a href="">Freelance Resources</a>
<a href="">Freelance Blog by Bonsai</a>
<a href="">How to Write a Contract</a>
<a href="">Online Signature Maker</a>
</div>
<div class="footer-sec-block">
<a href="">Self-Employed Taxes Hub</a>
<a href="">Self-Employed Tax Calculator</a>
<a href="">Self-Employed Tax</a>
<a href="">Deductions</a>
</div>
<div class="footer-sec-block">
<div class="sub-heading">Templates</div>
<a href="">Invoice Templates</a>
<a href="">Proposal Templates</a>
<a href="">Contract Templates</a>
<a href="">Agreement Templates</a>
<a href="">Scope of Work Templates</a>
<a href="">Quote Templates</a>
<a href="">Credit Note Templates</a>
<a href="">Estimate Templates</a>
<a href="">Form Templates</a>
</div>
</div>
<div class="footer_block">
<div>BONSAI</div>
<div class="footer-sec-block">
<a href="">About</a>
<a href="">Careers</a>
<a href="">Support</a>
<a href="">Linkedin</a>
<a href="">Twitter</a>
<a href="">Privacy Policy</a>
<a href="">Legal</a>
</div>
<div class="footer-sec-block">
<a href="">Affiliates</a>
<a href="">Write for Us</a>
</div>
<div class="comp-link">
<a href="">Comparisons</a>
</div>
</div>
</div>
</body>
</html>
<script>
let uEmail = localStorage.getItem("user-mail") || "";
document.querySelector("form").addEventListener("submit", signUpfun);
function signUpfun(event) {
event.preventDefault();
let umail = document.querySelector("#i_email").value;
if (umail === "") {
alert("Please enter your Email");
} else {
uEmail = umail;
localStorage.setItem("user-mail", uEmail);
window.location.href = "signup.html";
}
}
</script>