forked from chinnijagadeesh/godly-pleasure-4788
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
512 lines (496 loc) · 19.8 KB
/
pricing.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
<!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" />
<script
src="https://kit.fontawesome.com/a076d05399.js"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js"
integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D"
crossorigin="anonymous"
async
></script>
<style>
#navbar > p {
margin-top: 17px;
}
.dropbtn2 {
margin-top: 17px;
}
#sing > a {
color: #5d5e63;
}
#sing {
margin-bottom: 8px;
}
</style>
<link rel="stylesheet" href="./style/pricing.css" />
<link rel="stylesheet" href="./style/nav.css" />
<link rel="stylesheet" href="./style/footer.css" />
<title>Pricing</title>
</head>
<body>
<div id="navbar"></div>
<!-- Heading Div -->
<div id="heading">
<h1>Simple pricing with no extra fees</h1>
<h3>
Start with no commitment. Try everything. Subscribe if you love it.
</h3>
</div>
<div id="magic">
<div class="div_1">Monthly</div>
<div class="div_2">Yearly</div>
</div>
<div class="pricing-cards">
<div class="pricing-card pricing-card--team">
<hr />
<h3 class="pricing-card__title">All-in-one</h3>
<p class="pricing-card__subtitle">
All features, plus best-in-class integrations
</p>
<p class="pricing-card__cost-value">
<span class="pricing-card__currency-value unit">$</span
><span class="cost-value-fraction-basic fraction"></span
><span class="cost-value-basic">50.00</span>
</p>
<p class="pricing-card__cost-subtitle">
<b>/ user / month, starting at </b
><span class="tooltip-hover"
>5 users<span class="tooltip-icon">[i]</span
><span class="tooltip-text"
>You can subscribe to the plan even if you've fewer than 5 users,
but the minimum fee will apply.</span
></span
>
</p>
<ul class="pricing-card__features-list">
<li class="pricing-card__features-item">Unlimited users</li>
<li class="pricing-card__features-item">Unlimited projects</li>
<li class="pricing-card__features-item">Unlimited integrations</li>
<li class="pricing-card__features-item">All features</li>
<li class="pricing-card__features-item">
Fast and responsive support
</li>
</ul>
<button class="buy_btn">
<a href="billing.html" style="text-decoration: none; color: white"
>Buy Now</a
>
</button>
</div>
</div>
<section class="u-grid">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-5">
<h1 class="page-title">Your questions. Answered!</h1>
<div class="page-subtitle page-subtitle--improved">
<h3>
Here is a list of the most frequently asked questions. Got
others or some ideas? —
<a href="mailto:ask@everhour.com">Contact us!</a>
</h3>
</div>
<picture class="positioned-image md-hidden">
<source
media="(min-width: 991px)"
srcset="
https://blog-cdn.everhour.com/assets/images/new-design/illustrations/primary-illustrations/faq.webp,
https://blog-cdn.everhour.com/assets/images/new-design/illustrations/primary-illustrations/faq@2x.webp 2x
"
type="image/webp"
/>
<source
media="(min-width: 991px)"
srcset="
https://blog-cdn.everhour.com/assets/images/new-design/illustrations/primary-illustrations/faq.jpg,
https://blog-cdn.everhour.com/assets/images/new-design/illustrations/primary-illustrations/faq@2x.jpg 2x
"
type="image/jpeg"
/>
<img
style="margin-top: 3rem; margin-bottom: 3rem; max-width: 100%"
src=""
alt="faq illustration"
/>
</picture>
</div>
<div class="col-xs-12 col-md-6 col-md-offset-1">
<div class="accordion">
<div class="accordion-item">
<div class="accordion-header">
What's the trial period purpose?
</div>
<div class="accordion-body">
<p>
When you sign up, you get a fully-functional account for 2
weeks, which gives you access to everything Everhour has to
offer. After 14 days, you will need to pick a plan and enter
your credit card details. We’ll email you a couple of days
before your trial expires to remind you.
</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What means 'Starting at 5 users'?
</div>
<div class="accordion-body">
<p>
This is kind of a basic usage fee. You can subscribe even if
you have fewer than 5 users, however, in this case, the
minimum usage fee will apply. So it's either $50/month or
$510/year. Empty seats can be occupied at any time. The 6th
user and beyond are counted at a standard rate.
</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">Can I change my plan later?</div>
<div class="accordion-body">
<p>
Yes, you can upgrade/downgrade your plan at any time. You
will be credited for the remainder of your current plan and
charged for your new plan when you upgrade.
</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
Can I add or remove members at any time?
</div>
<div class="accordion-body">
<p>
Absolutely! Everhour is pay-as-you-go, and you can easily
add or remove members from your account with a couple of
clicks.
</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What if I want to cancel my service?
</div>
<div class="accordion-body">
<p>
No problem. If you decide Everhour isn’t for you (or you
just need to pause), simply cancel before your next billing
period. This date is listed on your billing page.
Unfortunately, we can’t refund you for partial use or the
amount of time left in your subscription.
</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What kind of payment methods do you accept?
</div>
<div class="accordion-body">
<p>
We currently accept any credit or debit card with a
MasterCard, Visa, Discover Network, American Express, Diners
Club International or JCB logo.
</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
Which currency will I be charged in?
</div>
<div class="accordion-body">
<p>
You will be charged in USD. However, our pricing page
displays the indicative price in other currencies based on
your location for your convenience.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="u-grid badges" style="padding-top: 2rem">
<div class="container">
<p class="center mb--48">
<small>A time tracker you can trust for life </small>
</p>
<div class="certificates badges__container">
<a
class="sm-hidden"
href="https://www.g2.com/products/everhour/reviews#reviews"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--g2c-winter"></div></a
><a
class="sm-hidden"
href="https://www.capterra.com/p/133409/Everhour/"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--capterra-shortlist"></div></a
><a
class="sm-hidden"
href="https://www.g2.com/products/everhour/reviews#reviews"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--g2c-europe"></div></a
><a
class="sm-hidden"
href="https://www.trustradius.com/products/everhour/reviews"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--trustradius-top"></div></a
><a
class="sm-hidden"
href="https://www.softwareadvice.com/project-management/everhour-profile/reviews/"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--softwareadvice"></div></a
><a
class="sm-hidden"
href="https://www.capterra.com/p/133409/Everhour/"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--capterra-top20"></div></a
><a
class="sm-hidden"
href="https://www.g2.com/products/everhour/reviews#reviews"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--g2c-midmarket"></div></a
><a
class="sm-hidden"
href="https://www.getapp.com/project-management-planning-software/a/everhour/reviews/"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--getapp-leaders"></div></a
><a class="sm-hidden" href="">
<div class="badge__item badge__item--trustpilot"></div></a
><a
class="sm-hidden"
href="https://www.softwareadvice.com/project-management/everhour-profile/reviews/"
rel="nofollow noopener"
target="_blank"
>
<div class="badge__item badge__item--softwareadvise"></div
></a>
</div>
</div>
</section>
<div class="bricks">
<div class="bricks__item bricks__card bg-images">
<div class="bg-block-angle--left md-hidden"></div>
<p>
“<span class="highlight-text"
>Everhour has the best integration with Asana compared to other time
tracking tools</span
>
— including Asana’s preferred integration (Harvest). And it’s not just
because it’s more affordable than Harvest. With Harvest you have to
click the icon in the task to start the time, then you have to set the
project and task you want to track time for. That’s 3 additional
clicks every time you want to track your time. With Everhour you just
click your button to start your time. The product team at Everhour
really gets UX here — their integration automatically pulls in all
relevant data to your task including task name, section level,
project, team, tags, literally everything available via the API!
Imagine how useful having all that rich data can be if you want to
report on things! No more settling for Asana’s weak and fluffy
dashboard reports. With Everhour’s rich data you can export it into a
data source to analyze or visualize in BI tools like DataStudio or
Tableau.”
</p>
<p>
— Skyler R. (Source: <a
href="https://www.g2.com/products/everhour/reviews/everhour-review-4646347"
target="blank"
rel="nofollow noopener"
>G2.com</a
>)
</p>
</div>
<div class="bricks__item bricks__card">
<p>
"Everhour allows our team to save time on time tracking!
<span class="highlight-text"
>Everhour is the best time tracking tool for use with Basecamp</span
>. In the past, we have used Toggl and Tick and while they did
integrate with Basecamp, it wasn't as seamless as it is with
Everhour."
</p>
<p>
— Kory L. (Source: <a
href="https://www.capterra.com/p/133409/Everhour/reviews/2015608/"
target="blank"
rel="nofollow noopener"
>Capterra</a
>)
</p>
</div>
<div class="bricks__item bricks__card">
<p>
"Simple, elegant, and powerful. My team uses Everhour for a few
reasons: (1) It has a simple, intuitive interface; (2) It has a
powerful reporting engine that we now use for generating various
insights, including employee time analyses and customer invoices; (3)
<span class="highlight-text"
>It comes with solid integrations with task management
software</span
>
(we use ClickUp in particular); (4) Per-user costs are low, which is
essential for us as we have many part-time employees, some of whom
only work a few hours per week."
</p>
<p>
— Aaron M. (Source: <a
href="https://www.g2.com/survey_responses/everhour-review-4796861"
target="blank"
rel="nofollow noopener"
>G2.com</a
>)
</p>
</div>
<div class="bricks__item bricks__card">
<p>
“Overall a great and very affordable software with just the right
amount of very robust and well thought out features! The perfect tool
for freelancers and companies! I hate wasting time on complex
software. Everhour just gets out of my way so I can get work done.
Very responsive and helpful support!
<span class="highlight-text"
>GitHub integration is fantastic and makes time tracking a lot
easier and faster</span
>! I can build detailed reports of my work for clients. Exporting
invoices directly to Freshbooks perfectly integrates my time tracking
with my invoicing workflow. The app allows me to quickly start/stop
timers when I forgot to do so on the web.”
</p>
<p>
— Benjamin W. (Source: <a
href="https://www.capterra.com/p/133409/Everhour/reviews/1787313/"
target="blank"
rel="nofollow noopener"
>Capterra</a
>)
</p>
</div>
<div class="bricks__item bricks__card">
<p>
“Everhour is being used by my department now, but it’s planned to be
used across the whole company. We were having problems tracking the
times of every project
<span class="highlight-text"
>and Everhour ended up being the best solution to the issue.</span
>
We’re tracking our tasks involved in every project, in every level
(software development, meetings, project management, etc.)”
</p>
<p>
— Maria Lucia S. (Source: <a
href="https://www.trustradius.com/products/everhour/reviews"
target="blank"
rel="nofollow noopener"
>TrustRadius</a
>)
</p>
</div>
<div class="bricks__item bricks__card bg-images">
<div
class="bg-block-angle--right bg-block-angle--orange md-hidden"
></div>
<p>
"Initially while working with Jira we had a need to measure the time
of our teams in projects. Our main idea was to improve the way we
worked based on actual data. After that, we also realized that we
should have a tool that can help us plan and track time.
<span class="highlight-text"
>We started with the Tempo planner and timesheets. After several
updates from those two tools, we decided that we were no longer a
fit</span
>
and that we needed a real solution to our issues that was bug-free and
that could actually help us invoice our customers too.
<b>Everhour</b> is transparent, clear, and very easy to use. We now
track our time, plan out team time in projects and also we invoice our
customers in an easy and simple way. Things could not get better!"
</p>
<p>
— Joaquin G. (Source: <a
href="https://marketplace.atlassian.com/apps/1217523/everhour-time-tracking-and-timesheets-for-jira?hosting=cloud&tab=reviews"
target="blank"
rel="nofollow noopener"
>Atlassian</a
>)
</p>
</div>
</div>
<div class="row middle-xs footer-wrapper">
<div class="col-md-8 col-sm-7 col-xs-12">
<h2 class="page-title">Take control of your time with Everhour</h2>
<div class="page-subtitle page-subtitle--improved">
<h3>
Beautiful integrations. Intuitive interface. No unexpected fees
<br class="sm-hidden" />
</h3>
</div>
<form
class="trial-form c-form simple-form"
id="signup_by_email"
action="https://api.everhour.com/auth/email/signup"
method="POST"
>
<div class="flex">
<input
class="c-form__input"
type="email"
name="email"
id="email"
placeholder="Work email…"
value=""
required=""
/>
<button
class="button button--md button--solid action-button"
type="submit"
>
Try free
</button>
</div>
<button
class="button button--air integration-button integration-button_link integration-button--google"
type="button"
data-auth="google"
data-state="signup"
>
<i class="icon-img"></i><span>Or sign up with Google Account</span>
</button>
</form>
</div>
<div class="col-md-4 col-sm-5 col-xs-12 sm-hidden">
<ul class="dot-list">
<li><strong>Track time from the apps you already use</strong></li>
<li><strong>Know where your team’s time is going</strong></li>
<li><strong>Keep projects on budget</strong></li>
<li><strong>Increase transparency</strong></li>
<li><strong>Make your workflow more efficient</strong></li>
<li><strong>Spot burnout before it happens</strong></li>
</ul>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./script/pricing.js" type="module"></script>