-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfirmPayment.html
263 lines (218 loc) · 7.74 KB
/
confirmPayment.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
<!-- <!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">
<link rel="stylesheet" href="./styles/confirmPayment.css">
<script src="https://use.fontawesome.com/7077e17e6b.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Document</title>
</head>
<body>
<button class="show-modal1">change Plan</button>
<!-- modal-1 start -->
<!-- <div class="modal1 hidden1">
<div class="plans">
<h1>Confirm Plan</h1>
<div class="planType">
<div class="free plan">
<div class="part1">
<div>
<h3>Free</h3>
<i class="fa-regular fa-circle-check" id="check1"></i>
</div>
<p class="reduceFont">Simplify the noise and test out social media management tools.</p>
<h3>$ <span id="p-dooler">0</span> </h3>
<p>Per channel per month <br>
(charged yearly)</p>
</div>
<div class="part2">
<h3>Features</h3>
<div class="features"><i class="fa-solid fa-check"></i>
<p>Basic publishing tools</p>
</div>
<div class="features"><i class="fa-solid fa-check"></i>
<p>Limited usage</p>
</div>
</div>
</div>
<div class="essentials plan">
<div class="part1">
<div>
<h3>Essentials</h3>
<i class="fa-regular fa-circle-check" id="check2"></i>
</div>
<p class="reduceFont">Get the most out of your creative with publishing, analytics & engagement tools.</p>
<h3>$ <span id="p-dooler">6</span> </h3>
<p>Per channel per month <br>
(charged yearly)</p>
</div>
<div class="part2">
<h3>Features</h3>
<div class="features"><i class="fa-solid fa-check"></i>
<p>Advanced publishing tools</p>
</div>
<div class="features"><i class="fa-solid fa-check"></i>
<p>Analytics & reporting</p>
</div>
<div class="features"><i class="fa-solid fa-check"></i>
<p>Engagement tools</p>
</div>
</div>
</div>
<div class="teamPack plan">
<div class="part1">
<div>
<h3>Essentials + Team Pack</h3>
<i class="fa-regular fa-circle-check" id="check3"></i>
</div>
<p class="reduceFont">Collaborate with your team in one place & save time reporting.</p>
<h3>$ <span id="p-dooler">12</span> </h3>
<p>Per channel per month <br>
(charged yearly)</p>
</div>
<div class="part2">
<h3>Features</h3>
<div class="features features_last"><i class="fa-solid fa-check"></i>
<p>Basic publishing tools</p>
</div>
<div class="features features_last"><i class="fa-solid fa-check"></i>
<p>Limited usage</p>
</div>
<div class="features features_last"><i class="fa-solid fa-check"></i>
<p>Unlimited team members & clients</p>
</div>
<div class="features features_last"><i class="fa-solid fa-check"></i>
<p>Draft approval workflows</p>
</div>
<div class="features features_last"><i class="fa-solid fa-check"></i>
<p>Exportable PDF reports</p>
</div>
</div>
</div>
</div>
<h3>Need more than 10 channels? <a href="#">Try our agency plan</a> </h3>
</div>
<div class="summary">
<button class="close-modal1">×</button>
<h1>Summary</h1>
<div class="summary1">
<div>
<p>Your current
<br> plan:
</p>
<p>Essentials <br> + Team Pack</p>
</div>
<div>
<p>1 channels</p>
<p>Unlimited users</p>
</div>
<div>
<p>Currently paying:
$12/mo</p>
</div>
</div>
<div class="summary2">
<div class="summary2_1">
<div>
<p>Channels</p>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-pinterest"></i>
<i class="fa-brands fa-linkedin"></i>
<i class="fa-brands fa-shopify"></i>
<i class="fa-brands fa-tiktok"></i>
<i class="fa-brands fa-square-google-plus"></i>
</div>
<div>
<button id="drease">-</button>
<input type="number" name="" id="number" value="1">
<button id="increase">+</button>
</div>
<p>Your updated plan:</p>
<h5 id="updatePlaninSummary">Essentials</h5>
<div class="uders">
<p><span id="channelsChange">2</span> channels</p>
<h6 id="userQuantityChange">One user</h6>
</div>
<hr>
<p>Total due today:</p>
<h1 class="finalamount1">$12</h1>
<hr>
<p><span class="finalamount2">$12</span> will be billed every month until canceled.</p>
</div>
</div>
<button class="gotoPayment show-modal2">Go To Payment</button>
</div>
</div>
<div class="overlay1 hidden1"></div> -->
<!-- modal-1 over -->
<!-- modal-2 start -->
<!-- <div class="modal2 hidden2">
<div class="plans confirmpart1">
<h1>Billing Details</h1>
<div class="creditCard">
<form action="" id="form">
<label for="">Credit card number</label>
<input type="number" placeholder="1234567891234567" id="creditCard">
<label for="">Month/Year</label>
<div>
<input type="number" placeholder="11" id="month">
<input type="number" placeholder="28" id="year">
</div>
<label for="">CVV</label>
<input type="number" placeholder="748" id="cvv">
</form>
</div>
<div class="back">
<p> <span><i class="fa-solid fa-arrow-left"></i></span> Go back to plans</p>
<p> Payments securely processed by Stripe</p>
</div>
</div>
<div class="summary confirmpart2">
<button class="close-modal2">×</button>
<h1>Summary</h1>
<div class="summary1">
<div>
<p>Your current
<br> plan:
</p>
<p>Essentials <br> + Team Pack</p>
</div>
<div>
<p>1 channels</p>
<p>Unlimited users</p>
</div>
<div>
<p>Currently paying:
$12/mo</p>
</div>
</div>
<div class="summary2">
<div class="summary2_1">
<p>Your updated plan:</p>
<h5 id="updatePlaninSummary">Essentials</h5>
<div class="uders">
<p><span id="channelsChange">2</span> channels</p>
<h6 id="userQuantityChange1">One user</h6>
</div>
<hr>
<p>New cost:</p>
<h1>$ <span class="lastPayment">360</span> /yr</h1>
<hr>
<p>This will be billed every year until canceled.</p>
</div>
</div>
<button class="gotoPayment checkout">Confirm Payment</button>
</div>
</div>
<div class="overlay2 hidden2"></div> -->
<!-- modal-2 over -->
<!-- modal-2 over -->
<!-- </body>
</html> -->
<!-- <script src="./scripts/confirmPayment.js"></script> --> -->