-
Notifications
You must be signed in to change notification settings - Fork 1
/
features.html
163 lines (115 loc) · 5.47 KB
/
features.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
<!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>A full list of employee time tracking app features | DeskTime</title>
<!-- add icon on title link -->
<link rel = "icon" href ="https://desktime.com/favicon/safari-pinned-tab.svg" type = "image/x-icon">
<link rel="stylesheet" href="./style/footer.css">
<link rel="stylesheet" href="./style/navbar.css">
<link rel="stylesheet" href="./style/features.css">
</head>
<body>
<!-- navbar -->
<div id="navbar"></div>
<!-- main div -->
<div id="main-page-1">
<!-- this is head page -->
<div class="head-1p">
<div class="div-1s">
<h1>DeskTime features to help you excel</h1>
<p>Whether you’re a manager who oversees a group of employees, a company owner, or a freelancer that uses a personal computer, private time is a feature for building trust and maintaining professionalism between all parties.</p>
</div>
<div class="div-2s">
<div class="div-3s">
<input type="email" placeholder="Enter Your Email" id="email-0v">
<button>START FREE TRAIAL</button>
</div>
<p>Free 14-day trial. No credit card required.<br>
By signing up, you agree to our <a href="https://desktime.com/terms">terms </a> and <a href="https://desktime.com/privacy">privacy policy</a>.</p>
</div>
</div>
<!-- end of head part -->
<!-- second part -->
<div id="second-2p">
<!-- <div class="container-1box"> -->
<div class="div-1sc">
<img src="https://desktime.com/assets/img/bs4/features/boost-productivity.svg" alt="">
<h1>Boost productivity by 30%</h1>
<p>Identify and eliminate inefficient habits.</p>
</div>
<div class="div-1sc">
<img src="https://desktime.com/assets/img/bs4/features/stay-organized.svg" alt="">
<h1>Stay organized and in control</h1>
<p>Manage your team and track projects in one place.</p>
</div>
<div class="div-1sc">
<img src="https://desktime.com/assets/img/bs4/features/automatic-reports.svg" alt="">
<h1>Save time and manual work</h1>
<p>No manual timesheets that take time to fill out and are never 100% reliable.</p>
</div>
<!-- </div> -->
</div>
<!-- end of second part -->
<!-- start third part -->
<div id="third-part-3rd">
<div>
<h1>Automatic time tracking</h1>
<p>DeskTime time tracker starts and stops working when you do, from the minute you turn on the computer, to the minute you turn it off. No manual data entries - DeskTime tracks and calculates productivity automatically for you. So that you can rely 100% on the data you see.</p>
<button>MORE ABOUT TIME TRACKING</button>
</div>
<div>
<img src="https://desktime.com/assets/img/features/new/automatic-time-tracking.png" alt="">
</div>
</div> <!-- end third part -->
<div class="formula">
<h1 >Get an in-depth view of your team’s workday</h1>
</div>
<div id="fouth-part-4th">
<div>
<img src="https://desktime.com/assets/img/features/new/[email protected]" alt="">
</div>
<div class="manto-1">
<h1>
URL and app tracking
</h1>
<p>
See what websites, programs, and applications your employees use, and categorize them into productive or unproductive for completing their work tasks. Through such internet usage monitoring, see how your employees spend their days, as well as each person's average productivity.
</p>
<button>MORE ABOUT URLAND APPTRACKING</button>
</div>
</div>
<div id="dop-shop-1s">
<div class="song-1sv">
<h1>Document title tracking</h1>
<p>Know which tasks your team is working on when they use specific programs, like Excel, Word, Photoshop, etc. Instead of just displaying the total time spent on the program, DeskTime will also record titles of documents or files and time spent on each of them.</p>
<button>MORE ABOUT TITLE TRACKING</button>
</div>
<div>
<img src="https://desktime.com/assets/img/features/new/[email protected]" alt="">
</div>
</div>
<!-- <div id="bebo-1sv">
<div>
<img src="https://desktime.com/assets/img/features/new/[email protected]" alt="">
</div>
<div class="song-2sb">
<h1>Integrated web time tracker</h1>
<p>Track time, projects, and tasks, and use the break timer directly from your browser without the need to download and install any software.</p>
<button>MORE ABOUT WEB TIME TRACKING</button>
</div>
</div> -->
<!-- footer -->
</div>
<div id="footer"></div>
</body>
<!-- <script src="./script/footer.js"></script> -->
<script src="./script/navbar.js"></script>
<script src="./script/features.js" type="module"></script>
<script type="module">
import {Subscribe} from "./script/footer.js"
document.querySelector("#subscribeBtn").addEventListener("click", Subscribe);
</script>
</html>