-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog.html
559 lines (486 loc) · 31.5 KB
/
blog.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
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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display&display=swap" rel="stylesheet">
<title>Blog | DeskTime Blog</title>
<link rel = "icon" href ="https://desktime.com/favicon/safari-pinned-tab.svg" type = "image/x-icon">
<link rel="stylesheet" href="./style/blog.css">
<link rel="stylesheet" href="./style/blog1.css">
<link rel="stylesheet" href="./style/blog2.css">
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@400;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<div id = "MenuLine"></div>
<div class="MenuBarToggle">
<a href="index.html">
<img class = "SvgLogo" src = "https://desktime.com/assets/img/logo/default.svg"></a>
<label id = "Menulabel" for="toggle">☰</label>
<input type="checkbox" id="toggle"/>
<div class="menuBar">
<a href="demo.html">Demo</a>
<a href="features.html">Features</a>
<a href="#">About us</a>
<a href="FAQ.html">FAQ</a>
<a href="blog.html">Blog</a>
<a href="log_in.html"><button id = "LogInButton" class="pointer1">LOGIN</button></a>
<a href="sign_up.html"><span><button id = "SignButton" class="pointer1">SIGN UP</button></span></a>
</div>
</div>
<div id = "MenuEnd"></div>
<div id="fix_pos">
<img class="pointer1" src = "https://seeklogo.com/images/F/facebook-logo-C9DDA9B496-seeklogo.com.png">
<br>
<img class="pointer1" src = "https://thesustainableangle.org/wp-content/uploads/2015/01/Stunning-Instagram-Logo-Vector-Free-Download-43-For-New-Logo-with-Instagram-Logo-Vector-Free-Download-1-1024x1024.png">
<br>
<img class="pointer1" src = "https://seeklogo.com/images/T/twitter-2012-positive-logo-916EDF1309-seeklogo.com.png">
<br>
<img class="pointer1" src = "https://cdn4.iconfinder.com/data/icons/iconsimple-logotypes/512/linkedin-512.png">
</div>
<div>
<div class="center_align">
<h2 class="color_black">DeskTime blog</h2>
<p>The hottest topics on workplace productivity. Don’t miss the latest trends, case studies, and news.</p>
<input type="text" placeholder="Search in the blog...." id="search_top">
<button id="search_button" class="pointer1">Search</button>
</div>
<div class="center_align">
<p>All Categories Work/Life Management Trends DeskTime Workspace Uncategorized</p>
</div>
</div>
<div class=" blog_width grid_class blog_grid1">
<div id="big_image" class="ash_bg">
<img id="main_img" class="blog_image see_border" src="https://desktime.com/blog/wp-content/uploads/2021/01/top-blog-1024x708.png" alt="Big Image">
</div>
<div id="blog_des" class="see_border ash_bg">
<h2 class="little_left_margin no_margin_top color_black">DeskTime’s 10 most popular blogs from 2020</h2>
<p class="little_left_margin normal_size" style="text-align: unset;">2020 has been a historical year and not always for the best reasons. One thing is crystal clear – we will never forget this year when our work circumstances changed, perspectives altered, and the whole world, well, turned upside down. For this reason, we were very curious to see which topics our readers found interesting…</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<div class="flex_class direction_row contributor little_left_margin">
<div class="see_border">
<img src="https://desktime.com/blog/wp-content/uploads/2017/10/%5E20FCE26528AFA4A3875218F32289D63E307CB115A9663534BD%5Epimgpsh_fullsize_distr.jpg" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Liva Shipola</div>
<div>January 28, 2021</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
</div>
<br>
<div class="review_cont blog_width grid_class f13_rev parent_gap">
<div id="rev1">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2021/01/review-1024x708.png" alt="Abelis Blog">
</div>
<h3 class="little_margin_top big_size">DeskTime’s year in review: How we conquered 2020</h3>
<p class="normal_size">As far as years go, 2020 was a tough one. But that didn’t stop DeskTime from setting records, reaching milestones, and growing our team.
<br> Welcome to the 2020 edition of DeskTime’s year in review.</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row immediate_below small_size"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://secure.gravatar.com/avatar/17a01547506e289b02ed7f689b82b628?s=40&d=mm&r=g" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Viesturs Abelis</div>
<div>January 19, 2021</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
<div id="rev2">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2021/01/top-tools-1024x708.png" alt="Krumina Blog">
</div>
<h3 class="little_margin_top big_size">The great list of 25+ productivity tools to try in 2021</h3>
<p class="normal_size">If you’re looking for the best productivity tools in one place, you’ve just hit the jackpot. We did the research, so you don’t have to. Here are 25+ of the best
productivity apps to use in 2021 that will help you optimize your time and get more things done while staying balanced, happy, and, you…
</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row immediate_below small_size"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://secure.gravatar.com/avatar/229e885a23fab4329b6cf6a376c141ee?s=40&d=mm&r=g" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Krista Krumina</div>
<div>January 13, 2021</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
<div id="rev3">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2021/01/remote-1024x708.png" alt="Shipola Blog">
</div>
<h3 class="little_margin_top big_size">How the DeskTime team embraced remote work during a company growth spurt</h3>
<p class="normal_size">Only a year ago, remote work was something rarely used within the DeskTime team. Sure, if someone felt under the weather, they could stay and do some work from home, but we
usually were all working from the office every day. Like many companies across the world, DeskTime was confronted by a new reality in…
</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row no_margin_top"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://desktime.com/blog/wp-content/uploads/2017/10/%5E20FCE26528AFA4A3875218F32289D63E307CB115A9663534BD%5Epimgpsh_fullsize_distr.jpg" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Liva Shipola</div>
<div>January 6, 2021</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
</div>
<!-- <hr> -->
<div id="block1" class="see_border blog_width grid_class block1 parent_gap green_bg little_margin_top">
<div id="description_sub" class="see_border">
<h3>Subscribe to our newsletter to get the latest updates</h3>
</div>
<div id="subscription" class="see_border">
<input class= "EamilBox little_left_margin white_border" type= "email" placeholder="Your Email" style="width: 50%;">
<button id="sub_button" class="FreeTrail white_border pointer1" style="width: 30%;">Subscribe</button>
<p class="little_left_margin little_below small_size" style="text-align: left; color: white;">By subscribing you agree to our <span>privacy policy</span></p>
</div>
</div>
<div class="review_cont blog_width grid_class f46_rev parent_gap">
<div id="rev4">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2020/12/freelance-1024x708.png" alt="Abelis Blog">
</div>
<h3 class="little_margin_top big_size">How to become a freelancer in 2021? [Best Career Paths to Choose From]</h3>
<p class="normal_size">If 2020 taught us something is that work from home is more than possible – it’s actually recommended!
Also, it’s good practice to have a side gig, just in case the main job falls through. With so many people losing their
regular jobs, many turned to freelance in hopes of discovering a new career path…</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row immediate_below small_size"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://desktime.com/blog/wp-content/uploads/2017/10/%5E20FCE26528AFA4A3875218F32289D63E307CB115A9663534BD%5Epimgpsh_fullsize_distr.jpg" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Liva Shipola</div>
<div>December 28, 2020</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
<div id="rev5">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2020/12/unite-1024x708.png" alt="Krumina Blog">
</div>
<h3 class="little_margin_top big_size">How to support your remote workers: 5 tips from a remote team lead</h3>
<p class="normal_size">
Managing a remote team is never easy but being a team lead during a global pandemic is a whole new level of experience.
How to keep the team motivated? How to provide the support your
employees need? In this article, a remote team lead shares his 5
best tips on supporting a remote team during the pandemic!
</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row immediate_below small_size"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://secure.gravatar.com/avatar/229e885a23fab4329b6cf6a376c141ee?s=40&d=mm&r=g" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Liva Shipola</div>
<div>December 18, 2020</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
<div id="rev6">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2018/10/remote-1024x708.png" alt="Shipola Blog">
</div>
<h3 class="little_margin_top big_size">9 reasons why now is the best time to hire remote employees in India</h3>
<p class="normal_size">
Over the past years, more and more businesses have chosen to hire remote employees – a trend that has been dramatically accelerated
by the COVID-19 crisis. At the time of writing, more than half of businesses globally already offer some remote work capacity.
If your line of business allows remote work and if you have…
</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row no_margin_top"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://desktime.com/blog/wp-content/uploads/2017/10/%5E20FCE26528AFA4A3875218F32289D63E307CB115A9663534BD%5Epimgpsh_fullsize_distr.jpg" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Liva Shipola</div>
<div>December 7, 2020</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
</div>
<div class="review_cont blog_width grid_class f79_rev parent_gap">
<div id="rev7">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2020/11/scheduling-1024x708.png" alt="Abelis Blog">
</div>
<h3 class="little_margin_top big_size">How to schedule your week like a boss [free templates included]</h3>
<p class="normal_size">
Boss as in the Urban Dictionary bawse, or boss as in manager of You Ltd., it doesn’t matter –
mastering personal weekly scheduling is going to catapult you into to not only knowing what
you want but also being best set up for reaching that goal. Weekly scheduling is just what it sounds like –…
</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row immediate_below small_size"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://secure.gravatar.com/avatar/0d52bb462f2b62bf3a375169f2dd16e7?s=40&d=mm&r=g" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Julia Gifford</div>
<div>November 30, 2020</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
<div id="rev8">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2015/02/myths-busted-1024x708.png" alt="Krumina Blog">
</div>
<h3 class="little_margin_top big_size">6 common productivity myths busted</h3>
<p class="normal_size">
There are many tips on boosting productivity that have proved to work through time and people’s experience.
Meanwhile, there are also numerous productivity myths and half-truths, which may be why many of us repeatedly
cannot get stuff done. Thankfully, there’s quite a notable science behind work efficiency, which can guide us
through labyrinths of particular myths and tales.
</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row immediate_below small_size"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://secure.gravatar.com/avatar/229e885a23fab4329b6cf6a376c141ee?s=40&d=mm&r=g" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Krista Krumina</div>
<div>November 25, 2020</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
<div id="rev9">
<div>
<img class="rev_img" src="https://desktime.com/blog/wp-content/uploads/2020/11/invoice-templates-1024x708.png" alt="Shipola Blog">
</div>
<h3 class="little_margin_top big_size">Magic invoices: how to create invoice templates that automatically fill themselves out</h3>
<p class="normal_size">
Whether you’re an established business with a bookkeeping team, an agency
working with a ton of different clients, or a freelancer who just wants to focus on what you do best,
the DeskTime invoicing template can save hours of work for everyone involved.
</p>
<p class="immediate_below small_size green pointer2 see_border see_border max_width_30">Continue Reading</p>
<!-- <div class="little_left_margin flex_class direction_row no_margin_top"> -->
<div class="flex_class direction_row contributor">
<div class="see_border">
<img src="https://secure.gravatar.com/avatar/0d52bb462f2b62bf3a375169f2dd16e7?s=40&d=mm&r=g" alt="">
</div>
<div class="see_border grow_1 little_left_margin">
<div class="pointer3">Julia Gifford</div>
<div>November 3, 2020
</div>
</div>
<div class="see_border">
<img class="pointer1" src="https://cdn0.iconfinder.com/data/icons/smileys-people-hand-gestures-add-on-vol-2/48/v-19-512.png" alt="">
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-list">
<div id="desktime" >
<nav>
<ul>
<li>Desktime</li>
<li>Terms</li>
<li>Privacy</li>
<li>Cookies</li>
<li>Affiliate Terms</li>
<li>Download app</li>
<li>Pricing</li>
<li>Affiliate</li>
<li>Press</li>
<li>Desktime in your language</li>
</ul>
<select>
<option value="" selected="selected">Desktime</option>
<option value="#Terms">Terms</option>
<option value="#Privacy">Privacy</option>
<option value="#Cookies">Cookies</option>
<option value="#Affiliate Terms">Affiliate Terms</option>
<option value="#Download app">Download app</option>
<option value="#Pricing">Pricing</option>
<option value="#Affiliate">Affiliate</option>
<option value="#Press">Press</option>
<option value="#Desktime in your language">Desktime in your language</option>
</select>
</nav>
</div>
<div id="Learn-more">
<nav>
<ul>
<li>Learn More</li>
<li>Employee Time Tracking</li>
<li>Online employee time clock</li>
<li>Best time tracking apps</li>
<li>Desktime for business</li>
<li>Desktime for Freelancers</li>
<li>FAQ</li>
<li>Case studies</li>
<li>Webinar</li>
<li>Blog</li>
</ul>
<select>
<option value="" selected="selected">Learn More</option>
<option value="#Employee Time Tracking">Employee Time Tracking</option>
<option value="#Online employee time clock">Online employee time clock</option>
<option value="#Best time tracking apps">Best time tracking apps</option>
<option value="#Desktime for business">Desktime for business</option>
<option value="#Desktime for Freelancers">Desktime for Freelancers</option>
<option value="#FAQ">FAQ</option>
<option value="#Case studies">Case studies</option>
<option value="#Webinar">Webinar</option>
<option value="#Blog">Blog</option>
</select>
</nav>
</div>
<div id="Integrations">
<nav>
<ul>
<li>Integrations</li>
<li>Trello</li>
<li>Basecamp</li>
<li>Jira</li>
<li>Asana</li>
<li>Outlook Calender</li>
<li>Google Calender</li>
</ul>
<select>
<option value="" selected="selected">Integrations</option>
<option value="#Trello">Trello</option>
<option value="#Basecamp">Basecamp</option>
<option value="#Jira">Jira</option>
<option value="#Asana">Asana</option>
<option value="#Outlook Calender">Outlook Calender</option>
<option value="#Google Calende">Google Calende</option>
</select>
</nav>
</div>
<div id="features">
<nav>
<ul>
<li>Features</li>
<li>Automatic time tracking</li>
<li>URL & app tracking</li>
<li>Screenshots</li>
<li>Project time tracking</li>
<li>Shift Scheduling</li>
<li>Offline time tracking</li>
<li>Invoicing</li>
<li>Absence Calender</li>
<li>Mobile app</li>
<li>Feature requests</li>
</ul>
<select>
<option value="" selected="selected">Features</option>
<option value="#Automatic time tracking">Automatic time tracking</option>
<option value="URL & app tracking">URL & app tracking</option>
<option value="Screenshots">Screenshots</option>
<option value="#Project time tracking">Project time tracking</option>
<option value="#Shift Scheduling">Shift Scheduling</option>
<option value="#Offline time tracking">Offline time tracking</option>
<option value="#Invoicing">Invoicing</option>
<option value="#Absence Calender">Absence Calender</option>
<option value="#Mobile app">Mobile app</option>
</select>
</nav>
</div>
<div id="Contacts">
<nav>
<ul>
<li>Contacts</li>
<li>Schedule a demo</li>
<li>Schedule a support call</li>
<li>Send us an e-mail</li>
<li>Request In-person training</li>
<li>Open chat</li>
</ul>
<select>
<option value="" selected="selected">Contacts</option>
<option value="#Schedule a demo">Schedule a demo</option>
<option value="#Schedule a support call">Schedule a support call</option>
<option value="Send us an e-mail">Send us an e-mail</option>
<option value="#Request In-person training">Request In-person training</option>
<option value="#Open chat">Open chat</option>
</select>
</nav>
</div>
</div>
<div id="copy">
<div id="d-logo">
<a href="index.html">
<img src="https://desktime.com/assets/img/logo/default.svg" alt="desktime logo"/></a>
</div>
<div id="copy-blank"></div>
<div id="fb-l">
<a href="https://www.facebook.com/DeskTime/">
<img src="https://www.pngitem.com/pimgs/m/519-5190929_facebook-icon-svg-grey-hd-png-download.png" alt="facebook logo"></a>
</div>
<div id="twitter-l">
<a href="https://twitter.com/desktimecom">
<img src=https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRcrFrlMCUjVhWmMEIItJR39_qpKt72GnxQow&usqp=CAU" alt="twitter logo"></a>
</div>
<div id="youtube-l">
<a href="https://www.youtube.com/channel/UCHMGr8kbfSU2Ler6iBM4b1g">
<img src="https://www.seekpng.com/png/detail/22-223106_boulder-bits-youtube-logo-grey-png.png" alt="youtube logo"></a>
</div>
<div id="linkedin-l">
<a href="https://www.linkedin.com/company/desktime-com/">
<img src="https://simg.nicepng.com/png/small/374-3745383_linkedin-linkedin-logo-grey-png.png" alt="linkedin logo"></a>
</div>
<div id="google-play">
<a href="https://play.google.com/store/apps/details?id=desktime.main">
<img src="https://freeiconshop.com/wp-content/uploads/edd/google-play-badge-128x128.png" alt="google play"></a>
</div>
<div id="app-store">
<a href="https://apps.apple.com/us/app/desktime-for-iphone/id452994124">
<img src="https://developer.apple.com/app-store/marketing/guidelines/images/badge-example-preferred_2x.png" alt="apple store"></a>
</div>
</div>
<div id="copy-2">
<div id="copyright">
<p>© 2011 - 2022 DeskTime. All rights reserved.</p>
</div>
<div id="copyr-blank"></div>
<div id="dra-group">
<a href="https://draugiemgroup.com/"></a>
<img src="https://desktime.com/assets/img/draugiem-group.svg" alt="draugium group"/>
</div>
</div>
</div>
</body>
</html>