forked from vishwajeethaldar/naive-alarm-6576
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprice.html
735 lines (646 loc) · 29.5 KB
/
price.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
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
<!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>Plans and Price || wrike </title>
<link rel="stylesheet" href="./style/price.css">
<link rel="stylesheet" href="./style/navbar.css">
<link rel="stylesheet" href="./style/footer.css">
<script src="https://kit.fontawesome.com/2b1239e480.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="mains">
</div>
<div id="titleSection">
<h1 id="pageTitle">
Plans for Every Team
</h1>
<div id="links">
<a href="#" id="plans" class="selected">Plans</a>
<a href="#" id="marketing">Marketing and Creative Teams</a>
<a href="#" id="teams" > Services delivery teams</a>
</div>
</div>
<div id="plansDetails">
<div class="planCard">
<h2 class="planTItle">
Free
</h2>
<h3 class="planSubTitle">
For teams getting started
</h3>
<p class="Plan Discrription">
Centralized task management
</p>
<div class="priceBox">
<div class="planprice">
<h2>$0</h2>
</div>
<div id="planduration">
<p>user/</p>
<p>Month</p>
</div>
</div>
<button class="SignupButton free regBtn">
Sign up Now
</button>
</div>
<div class="planCard">
<h2 class="planTItle">
Professional
</h2>
<h3 class="planSubTitle">
For fast growing teams
</h3>
<p class="Plan Discrription">
Project planning and team collaboration
</p>
<div class="priceBox">
<div class="planprice">
<h2>$9.80</h2>
</div>
<div id="planduration">
<p>user/</p>
<p>Month</p>
</div>
</div>
<button class="SignupButton paid regBtn">
Try for Free
</button>
</div>
<div class="planCard">
<h2 class="planTItle">
Business
</h2>
<h3 class="planSubTitle">
For all teams across an organization
</h3>
<p class="Plan Discrription">
Customized platform for any team or use case
</p>
<div class="priceBox">
<div class="planprice">
<h2>$24.80</h2>
</div>
<div id="planduration">
<p>user/</p>
<p>Month</p>
</div>
</div>
<button class="SignupButton paid regBtn">
Try for Free
</button>
</div>
<div class="planCard">
<h2 class="planTItle">
Enterprise
</h2>
<h3 class="planSubTitle">
For large teams
</h3>
<p class="planDiscrription">
Enterprise-grade security and scalability
</p>
<div class="priceBox">
<div class="planprice">
<h2>$24.80</h2>
</div>
<div id="planduration">
<p>user/</p>
<p>Month</p>
</div>
</div>
<button class="SignupButton free">
<a href="./contact-sales.html" target="_blank"> contact us</a>
</button>
<button class="SignupButton paid regBtn">
Try for Free
</button>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
</div>
<h2 id="showHideFeatures">Compare PLan Features</h2>
<div id="planFetures">
<div class="featuresCard">
<div class="top">
<h2 class="planTItle">
Free
</h2>
<p class="featuresText">
Web, desktop, and mobile apps
</p>
<p class="featuresText">
Personalized app experience via AI Work Intelligence<sup>TM</sup>
</p>
<p class="featuresText">
Task & subtask management
</p>
<p class="featuresText">
Live activity stream across global, project, and task levels
</p>
<p class="featuresText">
External and internal collaborators
</p>
<p class="featuresText">
Interactive board and spreadsheet views
</p>
<p class="featuresText">
Account-wide Work Schedules
</p>
<p class="featuresText">
Cloud storage integrations (Google Drive, Dropbox, Box, MSFT Office 365, and OneDrive)
</p>
<p class="featuresText">
Active task limitations apply
</p>
<p class="featuresText">
2 GB storage space per account
</p>
</div>
<div class="bottom">
<button class="SignupButton free regBtn">
Sign up Now
</button>
</div>
</div>
<div class="featuresCard">
<div class="top">
<h2 class="planTItle">
Professional
</h2>
<p class="featuresText">
Everything in Free plan plus:
</p>
<p class="featuresText">
Shareable dashboards
</p>
<p class="featuresText">
Interactive Gantt charts
</p>
<p class="featuresText">
Interactive Gantt charts
</p>
<p class="featuresText">
1 to 2 GB storage per user
</p>
</div>
<div class="bottom">
<button class="SignupButton paid regBtn">
Sign up Now
</button>
</div>
</div>
<div class="featuresCard">
<div class="top">
<h2 class="planTItle">
Business
</h2>
<p class="featuresText">
Everything in Professional plan plus:
</p>
<p class="featuresText">
Custom fields
</p>
<p class="featuresText">
Custom workflows
</p>
<p class="featuresText">
Branded workspace
</p>
<p class="featuresText">
Automation Engine (200 actions/user/month)
</p>
<p class="featuresText">
Project and task approvals, guest approvals
</p>
<p class="featuresText">
Real-time reports and report templates
</p>
<p class="featuresText">
Request forms and calendars
</p>
<p class="featuresText">
Personal and Account-wide Work Schedules
</p>
<p class="featuresText">
Resource management
</p>
<p class="featuresText">
Time tracking and timesheets
</p>
<p class="featuresText">
Workload charts
</p>
<p class="featuresText">
Effort and time allocation
</p>
<p class="featuresText">
Extension for Adobe Creative Cloud
</p>
<p class="featuresText">
File and video proofing (30+ file formats)
</p>
<p class="featuresText">
User groups & permissions
</p>
<p class="featuresText">
Salesforce integration
</p>
<p class="featuresText">
5 GB storage per user
</p>
</div>
<div class="bottom ">
<button class="SignupButton paid regBtn">
Sign up Now
</button>
</div>
</div>
<div class="featuresCard">
<div class="top">
<h2 class="planTItle">
Enterprise
</h2>
<p class="featuresText">
Everything in Business plan plus:
</p>
<p class="featuresText">
Single Sign-On (SSO)
</p>
<p class="featuresText">
Two-Factor Authentication (2FA)
</p>
<p class="featuresText">
Password policies
</p>
<p class="featuresText">
Custom access roles
</p>
<p class="featuresText">
Admin permissions
</p>
<p class="featuresText">
User audit reports
</p>
<p class="featuresText">
Automation Engine (1000 actions/user/month)
</p>
<p class="featuresText">
10 GB storage per user
</p>
</div>
<div class="bottom">
<button class="SignupButton paid regBtn">
Sign up Now
</button>
</div>
</div>
</div>
<div id="compareplans">
<h1>Compare features across our plans</h1>
<h2>
<a href="#">Take a closer Look</a>
</h2>
</div>
<!-- Marketing Terms -->
<div id="marketingTerms" class="hide">
<h1>
Wrike for Professional Services Teams
</h1>
<p>
Powerful features custom-built for professional services teams
</p>
<p>
Stay on top of project delivery and turn billable time into revenue — fast.
</p>
<p>
Features include
</p>
<button class="SignupButton free">
<a href="./contact-sales.html" target="_blank">Contact us</a>
</button>
<button class="SignupButton paid regBtn">
Try for Free
</button>
</div>
<div id="professionalServices" class="hide">
<h1>
Wrike for Marketing Teams
</h1>
<p>
Powerful features custom-built for marketing and creative teams
</p>
<p>
Create high-quality, consistent brand experiences globally, at speed and scale.
</p>
<p>
Features include
</p>
<button class="SignupButton free">
<a href="./contact-sales.html" target="_blank">Contact us </a>
</button>
<button class="SignupButton paid regBtn">
Try for Free
</button>
</div>
<div id="pricingnote">
</div>
<div id="externallinks">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-logoroll_logo_google.svg?av=9b17bb4669ab35947f32929ac955bee2" alt="">
<img src="https://web-static.wrike.com/content/uploads/2022/01/1440_logoroll_logo_syneos-1.svg?av=8245084e9f842e96e559e9a271044a88" alt="">
<img src="https://web-static.wrike.com/content/uploads/2021/06/1440_logoroll_logo_lyft.svg?av=ff9ed8ad750c611fdf2e4594f05fa81b" alt="">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-logoroll_logo_Siemens.svg?av=e6aa94b50a6f43398434a97bbb106da8" alt="">
<img src="https://web-static.wrike.com/content/uploads/2021/11/1440_logoroll_logo_nickelodeon.svg?av=a803611b33407188a89c536bc33e127f" alt="">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-logoroll_logo_Oglivy.svg?av=4eb15c17d1375900a7678e6cfcf07be9" alt="">
<img src="https://web-static.wrike.com/content/uploads/2020/09/1440_logoroll_logo_snowflake.svg?av=7b1861c194a9ba9e67b2ff4a808b1db2" alt="">
</div>
<div id="trustedCustomer">
<p>
TRUSTED BY 20,000+ HAPPY CUSTOMERS WORLDWIDE
</p>
</div>
<div id="addonFeatures">
<h1>
Add-on Features
</h1>
<p>
An add-on is a set of premium features that you can add to your Wrike account for an additional fee. Enhance your plan to unlock more value for your team.
</p>
<div id="addonfeatureBox">
<div class="addonCard">
<div class="addonLogo">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-icon_wrike-share_inverse-1.svg?av=4c673fb2fec17b0103966d1144219365" alt="">
</div>
<div>
<h2>
Wrike Integrate
</h2>
<p>
Create custom integrations and automations with 400+ cloud and on-premises applications.
</p>
<p>
Learn more
</p>
</div>
</div>
<div class="addonCard">
<div class="addonLogo">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-icon_two-way-sync_inverse.svg?av=3a118860b6be6ede7d061349ac2b1be8" alt="">
</div>
<div>
<h2>
Wrike Two-Way Sync
</h2>
<p>
Enable technical teams with a two-way sync with their favorite tools including Jira and Github.
</p>
<p>
Learn more
</p>
</div>
</div>
<div class="addonCard">
<div class="addonLogo">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-icon_lock_inverse.svg?av=e01395afa436ed913962b30e883e8647" alt="">
</div>
<div>
<h2>
Wrike Lock
</h2>
<p>
Own and manage keys to your encrypted data to get data access control and audit capabilities.
</p>
<p>
Learn more
</p>
</div>
</div>
<div class="addonCard">
<div class="addonLogo">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-icon_manage-anything_inverse.svg?av=6ea4e5fd5077aaa5eba0ff2bd3ece847" alt="">
</div>
<div>
<h2>
Wrike Marketing Insights
</h2>
<p>
Get cross-channel campaign performance insights across 50+ tools like Marketo, ad platforms, social media, and more.
</p>
<p>
Learn more
</p>
</div>
</div>
</div>
</div>
<div id="clientSuccess">
<h2>Client Success with Wrike</h2>
<p>Optimize Wrike to achieve your goals with expert consulting, training, and support.</p>
<div id="ClientServices">
<div class="clientCard">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-icon_setting-gear.svg?av=0b708e74d43343f50156c3802e7b9f9a" alt="">
<h1>
Professional Services
</h1>
<p>
Wrike offers a selection of professional services packages to successfully onboard your team. Our consulting team will make sure you get the most out of your collaborative work management solution.s
</p>
</div>
<div class="clientCard">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-icon_collaboration.svg?av=8877e644b7c007a6e5e88d14673777b4" alt="">
<h1>Customer Success Partnership</h1>
<p>
Your dedicated advocate and trusted partner provides you with best practices and advice tailored to your goals and business objectives, ensuring your success with Wrike.
</p>
</div>
<div class="clientCard">
<img src="https://web-static.wrike.com/content/uploads/2020/06/rebrand-icon_headphones.svg?av=fad9a561b19dd84be9eb855047ffcaa6" alt="">
<h2>
Global Support
</h2>
<p>
Wrike provides support through the Help Center, email, chat, and phone to address your questions and concerns. Get the support you need during your business hours, in your own language, the way you want.
</p>
</div>
</div>
<button class="SignupButton free" id="contactBtn">
<a href="./contact-sales.html" target="_blank">Contact us for Pricing </a>
</button>
</div>
<div id="faqsection">
<h1>
FAQ
</h1>
<div id="faq">
<div>
<div class="quesion" id="q1">
<p>
1. What are the different types of licenses?
</p>
</div>
<div class="hide" id="a1">
<p>
Wrike has a variety of different options available to suit your team, including three types of user licenses – regular users, external users, and collaborators. For regular and external users, there is a charge per user. You’ll get 20 collaborator invites or 15% of your license count (whichever is greater) with no additional charge included with your subscription. If this is not enough, please speak with your Wrike representative to discuss other options.
</p>
<p>
Within these, there are full and guest licenses. A full license (regular users and external users) gives you access to every feature within your plan but external users are limited to certain access rights. However, a guest license (collaborators) only gives you some basic functions.
</p>
</div>
</div>
<div>
<div class="quesion" id="q2">
<p>
2. What happens when my trial has expired?
</p>
</div>
<div class="hide" id="a2">
<p>Your account will be blocked until you choose what you’d like to do with it. From here, you can either downgrade it to the free version or reach out to your Wrike representative. They will be able to discuss the next steps for choosing a plan and whether a trial extension is possible.</p>
</div>
</div>
<div>
<div class="quesion " id="q3">
3. How do I purchase a subscription?
</div>
<div class="hide" id="a3">
<p>
If you are a first-time user, just enter your business email at the top of the page to get your 14-day free trial. You can give us a call to get set up or wait for one of our representatives to get in touch to find the right solution for your team.
</p>
<p>
If you already have a trial, you can purchase online for up to 15 users for Professional and Business plans with no add-ons in the Account section of your workspace. For a larger number of users, you’ll need to contact your Wrike representative.
</p>
<p>
Wrike is sold in groups of users. For accounts of up to 30 seats, subscription is sold in groups of 5. For accounts of 30 to 100 seats, subscription is sold in groups of 10. For accounts above 100 seats, subscription is sold in groups of 25. Wrike Business and above is only available as an annual subscription.
</p>
</div>
</div>
<div>
<div class="quesion " id="q4">
<p>
4. Can I pay in my local currency and what kind of taxes apply?
</p>
</div>
<div class="hide" id="a4">
<p>
All our prices are listed in US dollars, but your bank will be able to convert this to your local currency upon purchase. You will also receive your invoice in US dollars. In regards to tax implications, all of our prices do not include applicable state/local taxes and you (the client) will be responsible for them. If you have any questions, please speak to your sales representative and we’ll be happy to help.
</p>
</div>
</div>
<div>
<div class="quesion" id="q5">
<p>
5. Where will my data be hosted?
</p>
</div>
<div class="hide" id="a5">
<p>
Your data will be automatically stored in our two data centers in San Jose, California. You may also request your data to be stored in our European data center in Amsterdam, the Netherlands. To request this, just contact your Wrike representative or our support team.
</p>
</div>
</div>
<div>
<div class="quesion" id="q6">
<p>
6. Does Wrike have an on-premise solution or is it just cloud-based?
</p>
</div>
<div class="hide" id="a6">
<p>
Wrike is entirely cloud-based, meaning there is no need for site visits and our software can be used instantly by remote workers.
</p>
</div>
</div>
<div>
<div class="quesion" id="q7">
<p>
7. What does Wrike do to ensure GDPR compliance?
</p>
</div>
<div class="hide" id="a7">
<p>
Wrike takes data privacy/security very seriously. We have the following independent third-party certifications:
</p>
<ul>
<li>
SOC2 Type II, which shows our commitment to taking a robust and secure approach to products, processes, and security surrounding our customer data.
</li>
<li>
ISO 27001:2013, which confirms that Wrike has an end-to-end security framework and a risk-based approach to managing information security.
</li>
<li>
ISO 27018:2019, which shows Wrike has controls in place to protect Personally Identifiable Information (PII) in accordance with the privacy principles in ISO/IEC 29100 for the public cloud computing environment.
</li>
<li>
CSA STAR, which demonstrates that Wrike has addressed issues critical to cloud security as outlined in the CSA Cloud Controls Matrix, and has been assessed against the STAR Capability Maturity Model for activities in cloud security control areas.s
</li>
</ul>
<p>
In addition to the above certifications, we are EU & US and Swiss & US Privacy Shield-certified, GDPR-compliant and CCPA-compliant. We also have an EU Data Center that can be selected to use for our services.
</p>
</div>
</div>
<div>
<div class="quesion" id="q8">
<p>
8. What are the differences between Wrike Professional, Wrike for Professional Services, and a Professional Services deployment add-on?
</p>
</div>
<div class="hide" id="a8">
<p>
<strong> Wrike Professional </strong> refers to the entry-level subscription of Wrike's work management software. It includes full project planning and collaboration features. To learn more about Wrike Professional, please scroll up to the 'Wrike Professional' tab to see a full comparison.
</p>
<p>
<strong>
Wrike for Professional Services
</strong>
is a vertical solution of Wrike which is specialized for service delivery teams. It has been designed to optimize projects from planning to delivery. To learn more about Wrike for Professional Services, please scroll up to the plan comparison above and click on the 'Services delivery teams' tab.
</p>
<p>
<strong>Professional Services</strong> refers to the consultancy service that we offer (see the question below). Wrike offers a selection of Professional Services packages designed to successfully onboard your team. Our consultancy team will make sure you get the most from the Wrike solution that you have selected. To learn more about Wrike's consultancy options, please see our Professional Services page.
</p>
</div>
</div>
<div>
<div class="quesion" id="q9">
<p>
9. From what team size do you recommend adding a Professional Services deployment to my solution?
</p>
</div>
<div class="hide" id="a9">
<p>
Wrike is an intuitive collaboration solution. However, aligning your entire team on a consistent way of working, configuring Wrike, and ensuring long-term adoption can be tricky. Our Professional Services team specializes in understanding and onboarding teams of all sizes, no matter their challenges. We recommend all new teams work with a consultant during onboarding, and insist that teams of 20+ utilize a guided deployment.
</p>
</div>
</div>
</div>
</div>
<div id="contactus">
<h1>
We're ready to help!
</h1>
<p>
At Wrike, we are passionate about our customer's success.
</p>
<p>
Our team of experts are here to help!
</p>
<button id="contactusBtn">
<a href="./contact-sales.html" target="_blank">Contact Us</a>
</button>
</div>
<div id="signup" class="hide">
</div>
<div id="signupDiv" class="hide">
</div>
<footer id="footer">
</footer>
</body>
</html>
<script src="./src/price.js" type="module"> </script>
<script src="./src/register.js" type="module"></script>