forked from riyashri07/SurveyHomes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plan.html
567 lines (533 loc) · 25.5 KB
/
plan.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
<!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>Plan and pricing</title>
<link rel="stylesheet" href="plan.css">
<link rel="icon" href="./images/Icon_logo.png" type="image/icon type">
</head>
<body>
<div id="navbar">
<div>
<a href="index.html">
<img style="height: 75px;"
src="./images/Logo.png">
</a>
</div>
<div>
<p>Products</p>
<p>Solutions</p>
<p>Resources</p>
<p>Plans & Pricing</p>
</div>
<div>
<button> Log in</button>
<button>Sign Up free</button>
</div>
</div>
<div id="top">
<h1>Choose a plan that works for you</h1>
</div>
<div id="top1">
<div class="top1_team" >
<h3>Team Plans</h3>
</div>
<div class="top1_team">
<h3 > <a href="individualplan.html">Individual Plans</a></h3>
</div>
<div class="top1_team">
<h3><a href="">Enterprise</a></h3>
</div>
</div>
<div id="container">
<div id="teamadvantage">
<div class="team">
<h2>TEAM ADVANTAGE</h2>
</div>
<div class="rs">
<strong><span id="rs">₨ 1,550</span></strong><span id="user"> / user / month</span>
</div>
<div class="user">
<h5>Starting at 3 users, billed annually</h5>
</div>
<div>
<button class="btn"> <a href="signup.html" id="sign">SIGN UP</a> </button>
</div>
<div id="advantage_para">
<div>
<ul>
<li class="lines">
<p>Survey sharing with fine control over who can view and edit</p>
</li>
<li class="lines">
<p>Gather comments all in one place</p>
</li>
<li class="lines">
<p> Let team members analyze, filter, and export results</p>
</li>
<li class="lines">
<p> Notify others when you get new responses</p>
</li>
<li class="lines">
<p> Shared asset library for on-brand surveys</p>
</li>
<li class="lines">
<p>Add Contributor Seats</p>
</li>
<li class="lines">
<p> Add or reassign accounts at any time</p>
</li>
<li class="lines">
<p> Free integrations with popular collaboration apps</p>
</li>
<li class="lines">
<p> 50,000 responses per year**</p>
</li>
<li class="lines">
<p>24/7 Expedited email support</p>
</li>
<li class="lines">
<p> Quizzes with custom feedback</p>
</li>
<li class="lines">
<p>Custom logo, colors, and survey URL</p>
</li>
<li class="lines">
<p> Question and page skip logic</p>
</li>
<li class="lines">
<p> All data exports (CSV, PDF, PPT, SPSS, XLS)</p>
</li>
<li class="lines">
<p> Accept Payments</p>
</li>
<li class="lines">
<p> Advanced analyze features</p>
</li>
<li class="lines">
<p> SurveyMonkey industry benchmarks</p>
</li>
<li class="lines">
<p> Multilingual surveys</p>
</li>
</ul>
</div>
<div id="feature">
<h5>See all plan features</h5>
</div>
</div>
</div>
<div id="teamadvantage">
<div class="team">
<h2>TEAM PREMIER</h2>
</div>
<div class="rs">
<strong><span id="rs">₨ 3800</span></strong><span id="user"> / user / month</span>
</div>
<div class="user">
<h5>Starting at 3 users, billed annually</h5>
</div>
<div>
<button class="btn1"> <a href="signup.html" id="sign2">SIGN UP</a> </button>
</div>
<div id="advantage_para">
<div>
<ul>
<li class="lines">
<p>Survey sharing with fine control over who can view and edit</p>
</li>
<li class="lines">
<p>Gather comments all in one place</p>
</li>
<li class="lines">
<p> Let team members analyze, filter, and export results</p>
</li>
<li class="lines">
<p> Notify others when you get new responses</p>
</li>
<li class="lines">
<p> Shared asset library for on-brand surveys</p>
</li>
<li class="lines">
<p>Add Contributor Seats</p>
</li>
<li class="lines">
<p> Add or reassign accounts at any time</p>
</li>
<li class="lines">
<p> Free integrations with popular collaboration apps</p>
</li>
<li class="lines">
<p> 50,000 responses per year**</p>
</li>
<li class="lines">
<p>24/7 Expedited email support</p>
</li>
<li class="lines">
<p> Quizzes with custom feedback</p>
</li>
<li class="lines">
<p>Custom logo, colors, and survey URL</p>
</li>
<li class="lines">
<p> Question and page skip logic</p>
</li>
<li class="lines">
<p> All data exports (CSV, PDF, PPT, SPSS, XLS)</p>
</li>
<li class="lines">
<p> Accept Payments</p>
</li>
<li class="lines">
<p> Advanced analyze features</p>
</li>
<li class="lines">
<p> SurveyMonkey industry benchmarks</p>
</li>
<li class="lines">
<p> Multilingual surveys</p>
</li>
<li class="lines">
<p> Response Quality</p>
</li>
<li class="lines">
<p> Crosstabs</p>
</li>
<li class="lines">
<p> Unlimited filter and compare rules, data trends</p>
</li>
<li class="lines">
<p> Advanced survey logic tools</p>
</li>
<li class="lines">
<p> Block randomization</p>
</li>
<li class="lines">
<p> White label surveys</p>
</li>
<li class="lines">
<p> Survey completion redirect</p>
</li>
<li class="lines">
<p> Remove SurveyMonkey footer</p>
</li>
</ul>
</div>
<div id="feature1">
<h5>See all plan features</h5>
</div>
</div>
</div>
<div id="teamadvantage">
<div class="team">
<h2>ENTERPRISE</h2>
</div>
<div id="para_enterprise">
<h4>Powerful admin tools, integrations, and collaboration features for your<br>
organization.</h4>
</div>
<div>
<button class="btn2"> <a href="" id="sign">CONTACT SALES</a> </button>
</div>
<div id="advantage_para">
<div>
<ul>
<li class="lines">
<p>Survey sharing with fine control over who can view and edit</p>
</li>
<li class="lines">
<p>Gather comments all in one place</p>
</li>
<li class="lines">
<p> Let team members analyze, filter, and export results</p>
</li>
<li class="lines">
<p> Notify others when you get new responses</p>
</li>
<li class="lines">
<p> Shared asset library for on-brand surveys</p>
</li>
<li class="lines">
<p>Add Contributor Seats</p>
</li>
<li class="lines">
<p> Add or reassign accounts at any time</p>
</li>
<li class="lines">
<p>Free integrations with popular collaboration apps</p>
</li>
<li class="lines">
<p> 50,000 responses per year**</p>
</li>
<li class="lines">
<p>24/7 Expedited email support</p>
</li>
<li class="lines">
<p> Quizzes with custom feedback</p>
</li>
<li class="lines">
<p>Custom logo, colors, and survey URL</p>
</li>
<li class="lines">
<p> Question and page skip logic</p>
</li>
<li class="lines">
<p> All data exports (CSV, PDF, PPT, SPSS, XLS)</p>
</li>
<li class="lines">
<p> Accept Payments</p>
</li>
<li class="lines">
<p> Advanced analyze features</p>
</li>
<li class="lines">
<p> SurveyMonkey industry benchmarks</p>
</li>
<li class="lines">
<p> Multilingual surveys</p>
</li>
<li class="lines">
<p> Response Quality</p>
</li>
<li class="lines">
<p> Crosstabs</p>
</li>
<li class="lines">
<p> Unlimited filter and compare rules, data trends</p>
</li>
<li class="lines">
<p>Advanced survey logic tools</p>
</li>
<li class="lines">
<p>Add or reassign accounts at any time</p>
</li>
<li class="lines">
<p>Quizzes with custom feedback</p>
</li>
<li class="lines">
<p> Accept Payments</p>
</li>
<li class="lines">
<p> Accept Payments</p>
</li>
<li class="lines">
<p>Custom logo, colors, and survey URL</p>
</li>
<li class="lines">
<p>24/7 Expedited email support</p>
</li>
<li class="lines">
<p> Unlimited filter and compare rules, data trends</p>
</li>
<li class="lines">
<p>50,000 responses per year**</p>
</li>
<li class="lines">
<p>Add or reassign accounts at any time</p>
</li>
<li class="lines">
<p> Notify others when you get new responses</p>
</li>
<li class="lines">
<p>Gather comments all in one place</p>
</li>
<li class="lines">
<p>Add Contributor Seats</p>
</li>
<li class="lines">
<p>Gather comments all in one place</p>
</li>
<li class="lines">
<p> Advanced analyze features</p>
</li>
<li class="lines">
<p>50,000 responses per year**</p>
</li>
</ul>
</div>
<div id="feature2">
<h5>See all plan features</h5>
</div>
</div>
</div>
</div>
<div id="mid">
<button class="mid_btn"> <a href="signup.html" id="sign">SIGN UP</a> </button>
<button class="mid_btn1"> <a href="signup.html" id="sign2">SIGN UP</a> </button>
<button class="mid_btn2"> <a href="" id="sign">CONTACT SALES</a> </button>
</div>
<div id="mid_para">
<div class="mid_p1">
<p>*Displayed pricing represents a 20% or more savings per user per month compared to individual Advantage
and Premier plans</p>
</div>
<div class="mid_p2">
<p>**₨ 36 per additional response. SurveyMonkey Audience responses sold separately</p>
</div>
<div class="mid_p3">
<p>***Add-on features available with Enterprise plan must be purchased separately</p>
</div>
</div>
<div id="paid_heading">
<h3>SurveyMonkey Audience includes access to Paid Features</h3>
</div>
<div id="paid_box">
<div id="paid_left">
<img src="./Image/Screenshot_20221217_132603.png" alt="">
</div>
<div id="paid_right">
<div id="paid_para1">
<p>Get survey responses from around the world in minutes with SurveyMonkey Audience</p>
</div>
<div id="paid_para2">
<p>Target the types of people you want to hear from based on specific attributes, like country, gender,
age, income, employment status, and more.</p>
</div>
<div id="response"><button class="response">BUY TARGETED RESPONSES</button></div>
<div id="paid_para3">
<h3>Advanced survey design and analysis features are included in the price of your <br> Audience
project.</h3>
</div>
<div id="unlimited">
<div class="unlimited_left1">
<ul>
<li class="unlimited_list1">Unlimited number of surveys</li>
<li class="unlimited_list1">Unlimited responses</li>
<li class="unlimited_list1">Custom colors & survey URL</li>
<li class="unlimited_list1">Skip logic</li>
<li class="unlimited_list1">File upload</li>
<li class="unlimited_list1"> SurveyMonkey footer</li>
</ul>
</div>
<div class="unlimited_left2">
<ul>
<li class="unlimited_list2">50 questions per survey</li>
<li class="unlimited_list2">24/7 customer support via email</li>
<li class="unlimited_list2">Data exports (CSV, PDF, PPT, XLS)</li>
<li class="unlimited_list2">Question & answer piping</li>
<li class="unlimited_list2">A/B test text and images</li>
<li class="unlimited_list2"> Multilingual surveys</li>
</ul>
</div>
</div>
</div>
</div>
<div id="basics">
<h3>Just need the basics?<a href="" id="basics1"> Get started for free.</a></h3>
</div>
<div id="plan">
<h3><a href="" id="plan1">SEE ALL PLAN FEATURES</a></h3>
</div>
<hr>
<div id="pricing">
<h2>More about plans and pricing</h2>
</div>
<div id="plan_price">
<div id="plan_price1">
<h4>How much does SurveyMonkey cost?</h4>
<p class="plan_price">The Basic plan is FREE.</p>
<p class="plan_price">The Standard Monthly plan costs ₨ 899 a month.</p>
<p class="plan_price">The Standard Annual plan costs ₨ 699 a month, billed annually.</p>
<p class="plan_price">The Advantage plan costs ₨ 1,999 a month, billed annually.</p>
<p class="plan_price">The Premier plan costs ₨ 4,999 a month, billed annually.</p>
<p class="plan_price">The Team Advantage plan costs ₨ 1,550 a month, per user, billed annually.</p>
<p class="plan_price">The Team Premier plan costs ₨ 3,800 a month, per user, billed annually.</p>
</div>
<div id="plan_price2">
<h4 class="plan_price2h">Do you offer discounts for teams?</h4>
<p class="plan_price2">We offer discounts when you sign up for business plans that include 3 or more people.
With Team Advantage and Team Premier plans, you’ll save 20% or more over personal plans and get access
to additional collaboration features. <a href="" id="see">See pricing</a> </p>
<h4 class="plan_price2h">Do you offer plans for corporate needs?</h4>
<p class="plan_price2">Our Enterprise plans offer HIPAA compliance, advanced security, and admin features
for increased governance and control <br> <a href="" id="contact">Contact sales</a></p>
</div>
</div>
<hr>
<div id="bottom">
<div>
<div>
<h3>DOWNLOAD THE APP</h3>
<a href="https://play.google.com/store/apps/details?id=com.surveymonkey">
<img src="https://cdn.worldvectorlogo.com/logos/get-it-on-google-play.svg">
</a>
<br>
<a href="https://apps.apple.com/in/app/surveymonkey/id723867634">
<img src="https://cdn.worldvectorlogo.com/logos/available-on-the-app-store.svg">
</a>
</div>
<div>
<h3>ABOUT US</h3>
<p>About Us</p>
<p>Our Teams</p>
<p>Board of Directors</p>
<p>Our Vision & Purpose</p>
<p>Office Locations</p>
<p>Awards</p>
<p>FAQs</p>
<p>Vendor Connect</p>
</div>
<div>
<h3>NEWS & MEDIA</h3>
<p>Press releases</p>
<p>Newsletters</p>
<p>Events</p>
<p>Photo gallery</p>
<p>Recipes</p>
<p>NBTV</p>
<p>Our Virtual Store</p>
<h3>CAREERS</h3>
<p>Work with Us</p>
</div>
<div>
<h3>OUR POLICIES</h3>
<p>Privacy policy</p>
<p>Payment policy</p>
<p>Disclaimer</p>
<p>Cookies Notice</p>
<p>Cookies Preferences</p>
<p>Security Statement</p>
<p>GDPR Compliance</p>
<p>Email Opt-In</p>
</div>
<div>
<h3>SIGN UP TO STAY UPDATED</h3>
<input type="text" placeholder="ENTER YOUR EMAIL ADDRESS">
<a href="account.html">
<button>SUBSCRIBE</button>
</a>
</div>
</div>
<div id="footer">
<p>Payment Methods : </p>
<img src="https://www.naturesbasket.co.in/Images/icons-card-payments-mode.png">
<p style="margin-left: 300px;">Community : </p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path
d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<path
d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512">
<path
d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z" />
</svg>
</div>
</div>
<p>© 2022 Survey Home Limited. All rights reserved. | Privacy Policy | Terms of Use | Helpline Number -
9876543210 | Site Map | Mobile Site | Copyright © 1999-2022 Momentive</p>
</body>
</html>
<script src="./Script/plan.js" type="module"> </script>