-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpayment1.html
521 lines (392 loc) · 19.7 KB
/
payment1.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
<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>Payment-1</title>
<link rel="stylesheet" href="./payment1style/payment.css">
<script src="https://kit.fontawesome.com/4e59238a8a.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="nikhil_head">
<div class="nikhil_top_part">
<i class="fa-solid fa-arrow-left"></i>
</div>
<div class="nikhil_top_part">
<img src="./payment1img/plus.png" alt="">
<h2>Save 15% on every order + top rated professionals</h2>
</div>
<!-- form here i am starting to make two boxex left and right -->
<div class="nikhil_lr">
<!-- left box -->
<div class="nikhil_left">
<!-- 100% money back guarentee section of left box -->
<div class="nikhil_money_back">
<div class="nikhil_money_text">
<p>100% money back guarantee</p>
<p>If you save less than the membership price, we refund you the difference!</p>
</div>
<div class="nikhil_geniuen">
<img src="./payment1img/geniuen.png" alt="">
</div>
</div>
<hr>
<!--estimate savings box of left section -->
<div class="nikhil_money_back">
<div class="nikhil_price">
<p style="font-weight:600; font-size:20px;">Estimate savings</p>
<h1 class="nikhil_green_price" style="color:#07794c; line-height: 44px;">₹XXXX</h1>
</div>
<div class="nikhil_geniuen">
<img src="./payment1img/coin.png" alt="">
</div>
</div>
<!-- no. of services per year -->
<div class="nikhil_services">
<p> No. of services / year</p>
<button onclick="two()">2</button>
<button onclick="four()">4</button>
<button onclick="six()">6</button>
<button onclick="eight()">8</button>
<button onclick="ten()">10</button>
<button onclick="twelev()">12</button>
<div><i style="font-size: 22px;" class="fa-solid fa-clipboard-list"></i> Subscribes placed 6 orders
on average in your area</div>
</div>
<hr>
<!-- plus in numbers heading -->
<div class="nikhil_plusInNum">
<h2>Plus in numbers</h2>
</div>
<!-- 4 boxes of plus in numbers -->
<div class="nikhil_4_boxes">
<div style="background-color:#edf7f2 ;">
<img src="./payment1img/64.pnh.png" alt="">
<p>₹64 crores</p>
<p>Saved by Plus members</p>
</div>
<div style="background-color:#f2f0ff;">
<img src="./payment1img/user.png" alt="">
<p>8.6 lakh+</p>
<p>Happy Plus members</p>
</div>
<div style="background-color:#fff7d6;">
<img src="./payment1img/star.png" alt="">
<p>4.84</p>
<p>Average rating of Plus ...</p>
</div>
<div style="background-color:#fbf1f0;">
<img src="./payment1img/board.png" alt="">
<p>6.3</p>
<p>Average bookings per ...</p>
</div>
</div>
<hr>
<div style="margin: 33px 0px ;" class="nikhil_faq_head">
<h2>FAQs</h2>
</div>
<!-- faq section -->
<div class="nikhil_faq_select">
<div class="nikhil_faq_questions">
<div class="nikhil_qus">
<p>What are the benefits of Plus membership?</p>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="nikhil_ans">
<p style="margin-bottom: 18px;">Plus members save 15% on every order. Additionally, they get
access to
top-rated Plus professionals. UC Plus professionals are a curated set of professionals
who are top-rated, specially trained, and experts in their field. UC
Plus members also get discounts up to ₹150. The fee for repairs will be charged as per
actuals.</p>
</div>
</div>
</div>
<div class="nikhil_faq_select">
<div class="nikhil_faq_questions">
<div class="nikhil_qus">
<p>How does 100% money back guarantee work?</p>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="nikhil_ans">
<p>If a subscriber saves less than the membership price at the end of the
membership period, he/she will automatically get
a refund worth membership price - total discount availed as UC cash. UC cash can be used
while booking any service
across any category.</p>
</div>
</div>
</div>
<div class="nikhil_faq_select">
<div class="nikhil_faq_questions">
<div class="nikhil_qus">
<p>Is there a limit to maximum discount per transaction?</p>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="nikhil_ans">
<p>Yes, maximum discount per transaction is limited to ₹150</p>
</div>
</div>
</div>
<div class="nikhil_faq_select">
<div class="nikhil_faq_questions">
<div class="nikhil_qus">
<p>Is there a limit to number of transactions under the membership?</p>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="nikhil_ans">
<p>>No, theres no limit on number of transactions under the membership. But as
per our fair usage policy, the total
discount you can avail is limited to 7 times the membership price.</p>
</div>
</div>
</div>
<div class="nikhil_faq_select">
<div class="nikhil_faq_questions">
<div class="nikhil_qus">
<p>Is there a limit to the total maximum discount I can avail?</p>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="nikhil_ans">
<p>Yes, as per our fair usage policy, the total discount you can avail is
limited to 7 times the membership price you paid</p>
</div>
</div>
</div>
<div class="nikhil_faq_select">
<div class="nikhil_faq_questions">
<div class="nikhil_qus">
<p>Who is a UC Plus professional?</p>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="nikhil_ans">
<p>UC Plus professionals are a curated set of professionals who are
top-rated, specially trained, and experts in their
field.</p>
</div>
</div>
</div>
<div class="nikhil_faq_select">
<div class="nikhil_faq_questions">
<div class="nikhil_qus">
<p>Can I pay for membership through cash?</p>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="nikhil_ans">
<p>Membership can only be bought by paying online. For all the subsequent
bookings, you have the option of paying in cash
or online</p>
</div>
</div>
</div>
<div class="nikhil_faq_select">
<div class="nikhil_faq_questions">
<div class="nikhil_qus">
<p>Can I cancel the membership after buying it or transfer it?</p>
<i class="fa-solid fa-caret-down"></i>
</div>
<div class="nikhil_ans">
<p>No, the membership cannot be cancelled or transferred</p>
</div>
</div>
</div>
<hr style="margin-top:50px">
<!-- reviews section from here -->
<div style="margin: 33px 0px ;" class="nikhil_faq_head">
<h2>Hear from happy Plus members</h2>
</div>
<div class="nikhil_main_review_section">
<div class="nikhil_reviews">
<div class="nikhi_img_details">
<div class="nikhil_img">
<img src="./payment1img/vishal.png" alt="">
</div>
<div>
<p>Vishal tripathi</p>
<p>Member since Oct 2020</p>
</div>
</div>
<div class="nikhil_plus_price">
<div> <img src="./payment1img/plusCoin.png" alt="">
<h3>₹1,559</h3>
</div>
<p>in Plus savings</p>
</div>
</div>
<p>Fully satisfied.. Saved 1200+ till now.. I will recommend this service app to my friends.</p>
</div>
<div class="nikhil_main_review_section">
<div class="nikhil_reviews">
<div class="nikhi_img_details">
<div class="nikhil_img">
<img src="./payment1img/rogit.png" alt="">
</div>
<div>
<p>Rohith Sundar</p>
<p>Member since jul 2019</p>
</div>
</div>
<div class="nikhil_plus_price">
<div> <img src="./payment1img/plusCoin.png" alt="">
<h3>₹1,737</h3>
</div>
<p>in Plus savings</p>
</div>
</div>
<p>Saved 300 in the 1st request. Everything after that is bonus</p>
</div>
<div class="nikhil_main_review_section">
<div class="nikhil_reviews">
<div class="nikhi_img_details">
<div class="nikhil_img">
<img src="./payment1img/ozair.png" alt="">
</div>
<div>
<p>Ozair Hamdani</p>
<p>Member since oct 2019</p>
</div>
</div>
<div class="nikhil_plus_price">
<div> <img src="./payment1img/plusCoin.png" alt="">
<h3>₹1,241</h3>
</div>
<p>in Plus savings</p>
</div>
</div>
<p>Really satisfied with my UC plus membership. Booked five services till now and all were professionally efficient people
and maintained a satisfactory result.</p>
</div>
<div class="nikhil_main_review_section">
<div class="nikhil_reviews">
<div class="nikhi_img_details">
<div class="nikhil_img">
<img src="./payment1img/mayur.png" alt="">
</div>
<div>
<p>Mayur Gupta</p>
<p>Member since oct 2018</p>
</div>
</div>
<div class="nikhil_plus_price">
<div> <img src="./payment1img/plusCoin.png" alt="">
<h3>₹1,230</h3>
</div>
<p>in Plus savings</p>
</div>
</div>
<p>I can book repair request for my parents house for free whenever I want. Refrigerator, RO, or washing machine repair.
Super thanks UC Plus</p>
</div>
<div class="nikhil_main_review_section">
<div class="nikhil_reviews">
<div class="nikhi_img_details">
<div class="nikhil_img">
<img src="./payment1img/harshita.png" alt="">
</div>
<div>
<p>Harshita Keswani</p>
<p>Member since May 2018</p>
</div>
</div>
<div class="nikhil_plus_price">
<div> <img src="./payment1img/plusCoin.png" alt="">
<h3>₹1,628</h3>
</div>
<p>in Plus savings</p>
</div>
</div>
<p>The level of convenience it adds to life is just amazing. Love the service here in Bhubaneswar, whether it's plumber,
electrician etc, I got the visit for free</p>
</div>
<div class="nikhil_main_review_section">
<div class="nikhil_reviews">
<div class="nikhi_img_details">
<div class="nikhil_img">
<img src="./payment1img/stuti.png" alt="">
</div>
<div>
<p>Stuti Gupta</p>
<p>Member since May 2018</p>
</div>
</div>
<div class="nikhil_plus_price">
<div> <img src="./payment1img/plusCoin.png" alt="">
<h3>₹1,628</h3>
</div>
<p>in Plus savings</p>
</div>
</div>
<p>The level of convenience it adds to life is just amazing. Love the service here in Bhubaneswar, whether it's
plumber,
electrician etc, I got the visit for free</p>
</div>
<div class="nikhil_main_review_section">
<div class="nikhil_reviews">
<div class="nikhi_img_details">
<div class="nikhil_img">
<img src="./payment1img/akshay.png" alt="">
</div>
<div>
<p>Akshay Oulkar</p>
<p>Member since jun 2019</p>
</div>
</div>
<div class="nikhil_plus_price">
<div> <img src="./payment1img/plusCoin.png" alt="">
<h3>₹1,628</h3>
</div>
<p>in Plus savings</p>
</div>
</div>
<p>Got the membership for free during a sale and I have already saved more than 1500 rupees. What more can I ask for?</p>
</div>
</div>
<!-- right box from here -->
<div class="nikhil_right">
<div style="margin-bottom: 22px ;margin-left: 3px;" class="nikhil_faq_head">
<h2>Select your plan</h2>
</div>
<!-- first box -->
<div class="nikhil_12_month">
<div class="nikhil_monthly_detais">
<p>BOUGHT 6 LAKS+ TIMES</p>
<P>12 Months</P>
<p class="nikhil_twelev_month_btn_plan">299</p>
<span>₹999</span>
</div>
<div class="nikhil_ra_button">
<button onclick="twelve_month_btn()" class="nikhil_twelve_month_member">Remove</button>
</div>
</div>
<div class="nikhil_12_month">
<div class="nikhil_monthly_detais">
<p></p>
<P>6 Months</P>
<p class="nikhil_six_month_btn_plan">249 </p>
<span>₹699</span>
</div>
<div class="nikhil_ra_button">
<button class="nikhil_six_month_member" onclick="six_month_btn()">Add</button>
</div>
</div>
<h2 style="text-align: center;color:brown">No, I don't want membership <i class="fa-solid fa-arrow-right"></i></h2>
<hr>
</div>
</div>
</div>
<!-- payment button box -->
<div class="nikhil_payment">
<div class="nikhil_discount">
<p>₹68 Plus discount applied</p>
</div>
<div class="nikhil_button_price">
<div style="display: flex;align-items:center;justify-content: space-between;">
<h3 class="nikhil_ready_to_pay">₹xxx </h3>
<span class="nikhil_disscount_of_sixeight">xxxx</span>
</div>
<button onclick="nextpage()" style="cursor:pointer">Proceed<i style="margin-left:30px" class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</body>
</html>
<script src="./payment1script/payment.js"></script>