forked from Malik04121/Clockify_clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
225 lines (213 loc) · 8.42 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
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
<!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>Features-Clockifyᵀᴹ</title>
<link rel="stylesheet" href="./styles/features.css">
<link rel="icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/04cd54677b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./styles/navbar.css" />
<link rel="stylesheet" href="./styles/footer.css" />
</head>
<body>
<div id="navbar"></div>
<div id="mobNavbar" data-mobNavbar="0"></div>
<div class="features">
<h1>Features</h1>
<div>
<div class="featuresGrid">
<div>
<span>TIMEKEEPING</span>
<div class="featureContent">
<div>
<a href="#"><button>Time Tracker</button></a>
<a href="#"><button>Kiosk</button></a>
</div>
<div>
<a href="#"><button>Apps</button></a>
<a href="#"><button>Timesheet</button></a>
</div>
<div>
<a href="#"><button>Calendar</button></a>
<a href="#"><button>Integrations</button></a>
</div>
</div>
</div>
<div>
<span>REPORTING</span>
<div class="featureContent">
<div>
<a href="#"><button>Dashboard</button></a>
<a href="#"><button>Activity</button></a>
</div>
<div>
<a href="#"><button>Reports</button></a>
<a href="#"><button>Projects</button></a>
</div>
</div>
</div>
<div>
<span>MANAGEMENT</span>
<div class="featureContent">
<div>
<a href="#"><button>Team</button></a>
<a href="#"><button>Time Off</button></a>
</div>
<div>
<a href="#"><button>Expenses</button></a>
<a href="#"><button>Scheduling</button></a>
</div>
<div>
<a href="#"><button>Approval</button></a>
<a href="#"><button>Invoicing</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="hr"></div>
<div class="timeTracker">
<h2>Time Tracker</h2>
<p>Start and stop timer as you work, or enter hours manually.</p>
<div class="image">
<img class="over" src="https://clockify.me/assets/images/features/features-tracker-explainer.svg" alt="">
<img class="base" src="https://clockify.me/assets/images/features/features-tracker-screenshot.svg" alt="">
</div>
<div class="timetrackerText">
<div>
<h3>Timer</h3>
<p>Track time using a stopwatch.</p>
</div>
<div>
<h3>Add time</h3>
<p>Enter and edit hours manually.</p>
</div>
<div>
<h3>Continue</h3>
<p>Continue tracking with one click.</p>
</div>
<div>
<h3>Billable</h3>
<p>Mark hours as billable.</p>
</div>
</div>
</div>
<div class="timeTracker secondTime">
<h2>Timesheet</h2>
<p>Log your weekly activities in less than a minute.</p>
<div class="image">
<img class="over" src="https://clockify.me/assets/images/features/features-timesheet-explainer.svg" alt="">
<img class="base" src="https://clockify.me/assets/images/features/features-timesheet-screenshot.svg" alt="">
</div>
<div class="timetrackerText">
<div>
<h3>Activities</h3>
<p>Select activity and enter time.</p>
</div>
<div>
<h3>Templates</h3>
<p>Quickly load activities each week.</p>
</div>
<div>
<h3>Approval</h3>
<p>Submit and approve timesheets.</p>
</div>
<div>
<h3>Reminders</h3>
<p>Reminder for due timesheets.</p>
</div>
</div>
</div>
<div class="timeTracker">
<h2>Dashboard</h2>
<p>See where you spend time and what your team is working on.</p>
<div class="image">
<img class="over" src="https://clockify.me/assets/images/features/features-dashboard-explainer.svg" alt="">
<img class="base" src="https://clockify.me/assets/images/features/features-dashboard-screenshot.svg" alt="">
</div>
<div class="timetrackerText">
<div>
<h3>Activities</h3>
<p>See where you spend most time.</p>
</div>
<div>
<h3>Charts</h3>
<p>All time and money at a glance.</p>
</div>
<div>
<h3>Breakdowns</h3>
<p>See what your team worked on.</p>
</div>
<div>
<h3>Status</h3>
<p>See who currently works on what.</p>
</div>
</div>
</div>
<div class="timeTracker secondTime">
<h2>Reports</h2>
<p class="specialP">See who worked on what, how much money you earn, review your team's time, and export the data.</p>
<div class="tab">
<div>
<button class="btn selected" id="summary" data-tab="summary">SUMMARY</button>
<button class="btn" id="details" data-tab="details">DETAILED</button>
<button class="btn" id="weekly" data-tab="weekly">WEEKLY</button>
</div>
</div>
<div class="image changeImage">
<!-- <img class="over" src="https://clockify.me/assets/images/features/features-reports-explainer.svg" alt="">
<img class="base" src="https://clockify.me/assets/images/features/features-reports-screenshot.svg" alt=""> -->
</div>
<div class="timetrackerText">
<div>
<h3>Activities</h3>
<p>Select activity and enter time.</p>
</div>
<div>
<h3>Templates</h3>
<p>Quickly load activities each week.</p>
</div>
<div>
<h3>Approval</h3>
<p>Submit and approve timesheets.</p>
</div>
<div>
<h3>Reminders</h3>
<p>Reminder for due timesheets.</p>
</div>
</div>
</div>
<div class="video">
<a href="https://www.youtube.com/embed/NMZhFs_b0Aw">Watch demo (12:35)</a>
<iframe width="100%" height="615" src="https://www.youtube.com/embed/NMZhFs_b0Aw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="timeTracker secondTime lastText">
<h2>Start tracking time with Clockify</h2>
<p>24/7 Support <span class="dot">•</span> Cancel Anytime <span class="dot">•</span> Free Forever</p>
<button>CREATE FREE ACCOUNT</button>
<div>
<i class="fa-solid fa-users"></i>
<a href="#">135,980 people signed up last month</a>
</div>
</div>
<div id="footer" ></div>
<script type="module">
import {navbar,mobNavbar} from './components/navbar.js'
let navbarContainer = document.querySelector("#navbar");
navbarContainer.innerHTML = navbar();
let mobnavbarContainer = document.querySelector("#mobNavbar");
mobnavbarContainer.innerHTML = mobNavbar();
import footer from './components/footer.js'
let footerContainer = document.querySelector("#footer");
footerContainer.innerHTML = footer;
</script>
<script src="./scripts/navbar.js"></script>
<script src="./scripts/features.js"></script>
</body>
</html>