-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprice.html
638 lines (630 loc) · 25.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
/>
<link rel="shortcut icon" href="#" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>monday.com:Work the way that</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<a href="index.html"
><img src="images/logo_monday.png" alt="monday.com"
/></a>
<ul>
<li>
<a id="product" href=""
>Product <i class="fa fa-chevron-down"></i>
</a>
</li>
<li>
<a id="sol" href="">Solutions <i class="fa fa-chevron-down"></i></a>
</li>
<li><a id="ent" href="enterprise/enterprise.html">Enterprise</a></li>
<li><a href="price.html">Price</a></li>
<div class="space"></div>
<li><a href="contact.html">Contact</a></li>
<li><a href="Project_masai/project/login_monday.html">Login</a></li>
<li>
<button href="Project_masai/project/signup_monday.html">
Get Started >
</button>
</li>
<div id="burgerbtn" class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</ul>
<ul id="small-menu" class="burger-menu">
<li><a href="">Product</a></li>
<li><a href="">Solutions</a></li>
<li><a href="enterprise/enterprise.html">Enterprise</a></li>
<li><a href="price.html">Price</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="Project_masai/project/login_monday.html">Login</a></li>
</ul>
<div id="product-nav" class="extra-nav">
<div>
<i class="fa fa-list"></i>
<div>
<p>Project Overview</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="fa fa-luggage-cart"></i>
<div>
<p>Integration</p>
<p>Connect your team exisiting toots to get more work done</p>
</div>
</div>
<div>
<i class="fa fa-home"></i>
<div>
<p>Monday app Market place</p>
<p>Explore the ready-made apps to expand the monday.com Work OS</p>
</div>
</div>
<div>
<i class="fa fa-briefcase"></i>
<div>
<p>Coustomers</p>
<p>Check out the amazing teams that use monday.com</p>
</div>
</div>
</div>
<div id="sol-nav" class="extra-nav">
<div>
<i class="fa fa-tv"></i>
<div>
<p>Project Management</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="fas fa-hands-helping"></i>
<div>
<p>Marketing</p>
<p>Connect your team exisiting toots to get more work done</p>
</div>
</div>
<div>
<i class="fas fa-headset"></i>
<div>
<p>CRM & Sales</p>
<p>Explore the ready-made apps to expand the monday.com Work OS</p>
</div>
</div>
<div>
<i class="fas fa-laptop-house"></i>
<div>
<p>Remort Work</p>
<p>Check out the amazing teams that use monday.com</p>
</div>
</div>
<div>
<i class="fab fa-uncharted"></i>
<div>
<p>Software Development</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="far fa-play-circle"></i>
<div>
<p>Creative</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="fas fa-building"></i>
<div>
<p>Construction</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="fas fa-tools"></i>
<div>
<p>IT</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="far fa-user-circle"></i>
<div>
<p>HR</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
</div>
</nav>
<div class="free-trial">
<h1 class="no-margin-bottom">Start your <span>free</span> trial</h1>
<p>Unlimited boards and workflows. No credit card needed.</p>
<button class="no-margin-top">Get Started ></button>
</div>
<div class="price-card">
<div class="head">
<div class="head-left">
<p>Chose team size:</p>
<select class="drowp-down" id="teamSize">
<option value="3">3 Seats</option>
<option value="5">5 Seats</option>
<option value="10">10 Seats</option>
<option value="15">15 Seats</option>
<option value="20">20 Seats</option>
<option value="25">25 Seats</option>
<option value="30">30 Seats</option>
<option value="40">40 Seats</option>
<option value="50">50 Seats</option>
<option value="100">100 Seats</option>
<option value="200">200+ Seats</option>
</select>
</div>
<div class="head-right">
<p><span>Yearly SAVE 18%</span> | Monthly</p>
</div>
</div>
<div class="clear"></div>
<div class="card-container">
<div id="basic" class="p-card">
<h3>Basic</h3>
<h1><span>₹</span>600</h1>
<div>
<p class="no-margin-bottom">seat /</p>
<p class="no-margin-top">month</p>
</div>
<h4 class="clear no-margin-bottom">Total 1800 / month</h4>
<p class="no-margin-top no-margin-bottom">Billed annually</p>
<button class="add-margin">Try for free</button>
<p>
For teams just getting started with managing all their work in one
place.
</p>
<hr />
<h2>Basic includes:</h2>
<div class="flex-body">
<p>Unlimited boards</p>
<p>i</p>
</div>
<div class="flex-body">
<p>200+ templates</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Over 20 column types</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Unlimited free viewers</p>
<p>i</p>
</div>
<div class="flex-body">
<p>iOS and Android apps</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Create a dashboard based on 1 board</p>
<p>i</p>
</div>
</div>
<div id="standard" class="p-card">
<h3>Standard</h3>
<h1><span>₹</span>750</h1>
<div>
<p class="no-margin-bottom">seat /</p>
<p class="no-margin-top">month</p>
</div>
<h4 class="clear no-margin-bottom">Total 2250 / month</h4>
<p class="no-margin-top no-margin-bottom">Billed annually</p>
<button class="add-margin">Try for free</button>
<p>
For teams that need to visualize their work in different ways and collaborate externally.
</p>
<hr />
<h2>Includes Basic, plus:</h2>
<div class="flex-body">
<p>Timeline & Gantt views</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Calendar View</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Guest access</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Automations (250 actions per month)</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Create a dashboard that combines up to 5 boards</p>
<p>i</p>
</div>
</div>
<div id="pro" class="p-card">
<h3>Pro</h3>
<h1><span>₹</span>1200</h1>
<div>
<p class="no-margin-bottom">seat /</p>
<p class="no-margin-top">month</p>
</div>
<h4 class="clear no-margin-bottom">Total 1800 / month</h4>
<p class="no-margin-top no-margin-bottom">Billed annually</p>
<button class="add-margin">Try for free</button>
<p>
For teams just getting started with managing all their work in one
place.
</p>
<hr />
<h2>Includes Standard, plus:</h2>
<div class="flex-body">
<p>Private boards</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Chart view</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Time tracking</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Formula column</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Automations (25,000 actions per month)</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Integrations
(25,000 actions per month)</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Create a dashboard that combines up to 20 boards</p>
<p>i</p>
</div>
</div>
<div id="enterprise" class="p-card">
<h3>Enterprise</h3>
<div class="img-cont">
<img src="images/enter_logo.png" alt="enter_logo">
</div>
<button class="add-margin">Contact Us</button>
<p>
For organizations that need enterprise-grade security, control, and support.
</p>
<hr />
<h2>Includes Pro, plus:</h2>
<div class="flex-body">
<p>Enterprise-scale Automations & Integrations</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Enterprise-grade security & govermence</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Advanced reporting & analytics</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Multi-level permissions</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Tailored onboarding</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Premium support</p>
<p>i</p>
</div>
<div class="flex-body">
<p>Create a dashboard that combines up to 50 boards</p>
<p>i</p>
</div>
</div>
</div>
</div>
<div class="price-center-box">
<h1>Over 100,000 organizations worldwide rely on monday.com</h1>
<div class="center-img">
<img src="images/uber.png" alt="uber" />
<img src="images/adobe.png" alt="adobe" />
<img src="images/universal.png" alt="universal" />
<img src="images/costco.png" alt="costco" />
<img src="images/ge_general_electric.png" alt="ge_general_electric" />
<img src="images/hulu.png" alt="hulu" />
<img src="images/unilever.png" alt="unilever" />
<img src="images/abbott.png" alt="abbott" />
<img src="images/genpact.png" alt="genpact" />
</div>
</div>
<div class="frequently-ask">
<h2>Frequently Asked Questions</h2>
<div class="que-ans">
<p class="que">
Is there a free version of monday.com?</p>
<p class="ans">
If you would like to access monday.com beyond the 14-day trial, you can do so through purchasing a plan. If you are a student or a non-profit, you may be qualified to access monday.com for free or at a discount by filling out the designated forms.
</p>
</div>
<div class="que-ans">
<p class="que">
Is there a free version of monday.com?</p>
<p class="ans">
If you would like to access monday.com beyond the 14-day trial, you can do so through purchasing a plan. If you are a student or a non-profit, you may be qualified to access monday.com for free or at a discount by filling out the designated forms.
</p>
</div>
<div class="que-ans">
<p class="que">
Can you pay for monday.com monthly?</p>
<p class="ans">
Yes, you can pay monthly for your account. Choose the monthly option on the pricing page and you will be able to pay on a per month basis. The monthly plan is not discounted so if you are looking to save, we recommend the yearly plan.
</p>
</div>
<div class="que-ans">
<p class="que">
Which pricing plan is right for me?</p>
<p class="ans">
We understand that each organization is unique, requiring specific features to support its workflows and projects. Above you can see the features included in the different plans to support your needs. If you need help in choosing the right plan for you, check out this article or reach out to our sales team.
</p>
</div>
<div class="que-ans">
<p class="que">
How does our pricing work?</p>
<p class="ans">
Our pricing is based on 2 variables: the feature plan you’d like to use, and the number of users on the platform. Once you’ve decided on the feature plan and users, choose your preferred subscription payment: month-to-month or annual. Payment is made in one upfront installment (so if you purchase a plan for one year, you will pay for one year upfront).
</p>
</div>
<div class="que-ans">
<p class="que">
What if I change my mind?</p>
<p class="ans">
If you’ve paid for a yearly subscription in the last 30-days, and need to cancel your account, you are entitled to a prorated refund. We will automatically refund you the remaining balance from your original purchase. Simply cancel the account from the Admin section, and your account will be automatically refunded. If you have any questions, you can always reach out to [email protected]
</p>
</div>
<div class="que-ans">
<p class="que">
Do you offer any discounted plans?
</p>
<p class="ans">
Yes, through choosing a yearly plan, you will receive an 18% discount.
</p>
</div>
<div class="que-ans">
<p class="que">
Does monday.com offer plans for students?</p>
<p class="ans">
Yes, our Student Program offers great opportunities and options for students and student organizations who would like to implement monday.com in their classes. University/college students, student organisations, fraternities, and sororities can all join the student programs.
</p>
</div>
<div class="que-ans">
<p class="que">
Does monday.com offer plans to non-profits and NGOs?</p>
<p class="ans">
monday.com is a proud supporter of organizations that do great things around the world. That’s why we offer discounted pricing for qualified nonprofit organisations. Please fill out this form, and our team will get back to you with any applicable discounts.
</p>
</div>
<div class="que-ans">
<p class="que">
How can I manage my billing?</p>
<p class="ans">
If you are an admin of your account, you can access your purchase history, invoices, payment details, plan type, and more. Learn how to manage your billing details here.
</p>
</div>
<div class="que-ans">
<p class="que">
Can I change my plan?</p>
<p class="ans">
You can make changes to your plan at any time by changing your plan type and adding and removing users (Note that post the refund period, we offer no refunds for downgrades). To change your plan, simply go into the Admin section and click on the Billing option. From there, click on 'change plan', pick the desired plan, and enjoy!
</p>
</div>
<div class="que-ans">
<p class="que">
How secure is monday.com?</p>
<p class="ans">
The security of our customer’s data is our top priority. monday.com is built with strict security requirements and protocols to secure your data, such as ISO/IEC 27001 and ISO/IEC 27018, and is undergoing annual security audits and assessments. We use high physical, procedural, and technical security measures to preserve the integrity and security of your data, as well as adhering to the strictest data protection laws.
</p>
</div>
<div class="que-ans">
<p class="que">
What payment methods do you accept?</p>
<p class="ans">
We accept the following payment methods: All the major credit cards (excluding debit cards) - Visa, Master Card, American Express, Discover, Diners Club, JCB, Carte Bleue, Union Pay. You can also purchase your monday.com subscription with PayPal. We accept invoices for Enterprise orders that meet a minimum fee - Feel free to reach out to [email protected] for more information.
</p>
</div>
<div class="que-ans">
<p class="que">
Do you have mobile apps?</p>
<p class="ans">
Yes, the platform is available on both IOS and Android devices. You can download them on the Apple or Google Play Stores. Learn more here.
</p>
</div>
</div>
<div id="lower" class="free-trial">
<h1 id="lower-h2" class="no-margin-bottom">Start using monday.com today</h1>
<p id="lower-p" class="no-margin-top">Try it now for free / No credit card needed</p>
<button >Get Started ></button>
</div>
<div id="footer" class="left-text-align">
<div class="footer-left">
<img src="images/logo_monday.png" alt="monday_logo" />
<p>All Rights Reserved © monday.com</p>
<h4>Address:</h4>
<p>34 W 14th St. New York, NY 10011, USA</p>
</div>
<div class="product-links">
<p>Product</p>
<a href="http://www.google.com">Product</a>
<a href="http://www.google.com">Pricing</a>
<a href="http://www.google.com">Enterprise</a>
<a href="http://www.google.com">Partner</a>
<a href="http://www.google.com">Affiliates</a>
<a href="http://www.google.com">integrations</a>
<a href="http://www.google.com">Developers</a>
<a href="http://www.google.com">Students</a>
<a href="http://www.google.com">Work OS</a>
</div>
<div class="team">
<p>Team</p>
<a href="http://www.google.com">About Us</a>
<a href="http://www.google.com">Contact Us</a>
<a href="http://www.google.com">Careers</a>
<a href="http://www.google.com">Find a Partner</a>
<a href="http://www.google.com">In the News</a>
</div>
<div class="solutions">
<p>Solutions</p>
<a href="http://www.google.com">Project Management</a>
<a href="http://www.google.com">Marketing</a>
<a href="http://www.google.com">CRM and Sales</a>
<a href="http://www.google.com">Software Development</a>
<a href="http://www.google.com">Creative Production</a>
<a href="http://www.google.com">Remote Work</a>
<a href="http://www.google.com">HR</a>
<a href="http://www.google.com">IT</a>
<a href="http://www.google.com">See More Solutions</a>
</div>
<div class="resources">
<p>Resources</p>
<a href="http://www.google.com">Guides</a>
<a href="http://www.google.com">Daily Webinars</a>
<a href="http://www.google.com">Community</a>
<a href="http://www.google.com">Customer Stories</a>
<a href="http://www.google.com">Templates</a>
<a href="http://www.google.com">Professional Services</a>
<a href="http://www.google.com">Video Tutorials </a>
<a href="http://www.google.com">Blog </a>
<a href="http://www.google.com">Podcast </a>
</div>
</div>
<div id="footer-status">
<a href="http://www.google.com">Status</a>
<a href="http://www.google.com">Security</a>
<div class="fav-ico">
<a href="http://www.google.com"
><img src="https://img.icons8.com/dusk/64/000000/iso.png"
/></a>
<a href="http://www.google.com"
><img src="https://img.icons8.com/cotton/64/000000/gdpr-data.png"
/></a>
<a href="http://www.google.com"
><img src="https://img.icons8.com/ios-filled/50/000000/society6.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/pastel-glyph/64/000000/earth-planet.png"
/></a>
</div>
<a href="http://www.google.com">Tearms of Services</a>
<a href="http://www.google.com">Privacy Policy</a>
<a href="http://www.google.com">Accessibility Statement </a>
<a href="http://www.google.com">Englisg</a>
<div class="fav-ico">
<a href="http://www.google.com"
><img src="https://img.icons8.com/cute-clipart/64/000000/twitter.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/cute-clipart/64/000000/linkedin.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/cute-clipart/64/000000/facebook-new.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/cute-clipart/64/000000/youtube-play.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/cute-clipart/64/000000/instagram-new.png"
/></a>
</div>
</div>
<div id="small-footer">
<div class="s-f-flex">
<a href="">About Us</a>
<a href="">Partners</a>
<a href="">Careers</a>
<a href="">Blog</a>
<a href="">Pricing</a>
<a href="">Terms of Services</a>
<a href="">Private Policy</a>
<a href="">Product</a>
<a href="">Contact Us</a>
<a href=""><i class="fas fa-globe"></i> English</a>
<a href=""
><i class="far fa-user-circle"></i> Accessibility Statement</a
>
</div>
<div class="s-f-copy">
<img src="images/logo_monday.png" alt="monday" />
<p>All Rights Reserved © monday.com</p>
<p>34 W 14th St. New York, NY 10011, USA</p>
</div>
<div class="s-f-icon">
<a href=""><i class="fab fa-twitter fa-2x"></i></a>
<a href=""><i class="fab fa-linkedin fa-2x"></i></a>
<a href=""><i class="fab fa-facebook fa-2x"></i></a>
<a href=""><i class="fab fa-youtube fa-2x"></i></a>
<a href=""><i class="fab fa-instagram fa-2x"></i></a>
</div>
</div>
<script>
var showAns = true;
var que = document.querySelectorAll(".que-ans");
var showMenu = true;
function toggleMenu() {
var menu = document.getElementById("small-menu");
if (showMenu) {
menu.style.display = "block";
showMenu = false;
} else {
menu.style.display = "none";
showMenu = true;
}
}
function toggleAns(e){
var ans = event.target.parentElement.querySelector(".ans");
if (showAns) {
ans.style.display = "block";
showAns = false;
} else {
ans.style.display = "none";
showAns = true;
}
}
function hideMenu() {
var menu = document.getElementById("small-menu");
menu.style.display = "none";
}
var btn = document.getElementById("burgerbtn");
btn.addEventListener("click", toggleMenu);
window.onresize = hideMenu;
que.forEach(function(e){
e.addEventListener("click", toggleAns);
})
</script>
<script src="all.js"></script>
</body>
</html>