-
Notifications
You must be signed in to change notification settings - Fork 0
/
order_review_company_no_cards.html
308 lines (220 loc) · 15.1 KB
/
order_review_company_no_cards.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
<!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>Home</title>
<!--Gilroy Font -->
<link rel="stylesheet" href="assets/fonts/gilroy-css/stylesheet.css">
<!-- Google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- swiper Js CSS -->
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
<!-- Boostrap 5.0.2 -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- JQuery Ui -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" integrity="sha512-aOG0c6nPNzGk+5zjwyJaoRUgCdOrfSDhmMID2u4+OIslr0GjpLKo7Xm0Ao3xmpM4T8AmIouRkqwj1nrdVsLKEQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- AnimateCSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- Custome Select Box -->
<link rel="stylesheet" href="assets/custom-select/css/style.css">
<!-- Main Style Sheet -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body v-fixedHeight>
<div id="v-app">
<div class="v-page d-flex flex-column ">
<!-- Top -->
<div class="top grid-center d-flex px-4 py-2">
<button class="trigger-history-back btn-top" left><span class="iconify" data-icon="feather:arrow-left"></span></button>
<h2 class="page-title-top" middle>Order Review</h2>
</div>
<!-- Body -->
<div class="body scroll-y">
<div class="swiper v-slick-page width-100 height-100" id="activeRequest" swiper-update-ontouch swiper-re-init>
<div class="swiper-wrapper">
<div class="swiper-slide height-auto px-3 py-1 ">
<!-- Order detail -->
<h1 class="font-size-3 tc-black fw-700 py-4" style="padding:0 1rem;"> I can manage and create content for your instagram</h1>
<div class="accordion">
<div class="accordion-item active">
<div class="accordion-item-header noselect">
<div class="order-timeline-item">
<div><span class="font-size-3 ">Order Details</span></div>
<div>
<span class="drop-icon"></span>
</div>
</div>
</div>
<div class="accordion-item-body">
<div class="accordion-item-body-content p-0 py-3 line-height-auto">
<div class="px-4">
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Basic Package</span>
<span>$50</span>
</div>
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Platforms</span>
<span>1</span>
</div>
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Page/Channel Evaluation</span>
<span></span>
</div>
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Content Creation</span>
<span></span>
</div>
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Engagment with followers</span>
<span></span>
</div>
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Scheduled Posts</span>
<span></span>
</div>
</div>
</div>
</div>
</div>
<div class="accordion-item active">
<div class="accordion-item-header noselect">
<div class="order-timeline-item">
<div><span class="font-size-3 ">Payment Details</span></div>
<div>
<span class="drop-icon"></span>
</div>
</div>
</div>
<div class="accordion-item-body">
<div class="accordion-item-body-content p-0 py-2 line-height-auto">
<div class="px-4">
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Sub total</span>
<span>$50</span>
</div>
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Service fee</span>
<span>$6</span>
</div>
<div class="tc-grey font-size-2 d-flex justify-content-between align-items-center mb-2">
<span>Total</span>
<span>$56</span>
</div>
</div>
</div>
</div>
</div>
<div class="accordion-item active">
<div class="accordion-item-header noselect">
<div class="order-timeline-item">
<div><span class="font-size-3 ">Payment Method</span></div>
<div>
<span class="drop-icon"></span>
</div>
</div>
</div>
<div class="accordion-item-body">
<div class="accordion-item-body-content p-0 py-2 line-height-auto">
<div class="px-4">
<span class="tc-grey font-size-2 mb-2"></span>
</div>
<div class="mini-payment-cards px-4">
<div class="empty v-link-page" vref="AddCard" height-percentage-width="40%">
<div class=" tc-grey">
<span class="font-size-5"><span class="iconify" data-icon="feather:plus-circle"></span></span>
<span class="font-size-2">Card</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-scrollbar" style="opacity:.3;"></div>
</div>
</div>
<div class="bottom" >
<div class=" width-100" style="padding: 0 2.5rem;">
<div class="width-100 grid-center pe-1"><a class="v-submit-btn-default width-100" href="#">Pay Now</a></div>
</div>
</div>
</div>
<!-- Apply Container-->
<div class="v-page vPages buyer-search-filter trigger-back" vpage-name="AddCard" style="padding-top: 30vh;">
<div class="inner">
<div class="main">
<div class="swiper v-slick-page width-100 height-100" >
<div class="swiper-wrapper">
<!-- Body Inner -->
<div class="swiper-slide height-auto" style="padding:1rem 2.5rem ;">
<!-- PAGE TITLE -->
<h1 class="title mb-5">Add Card</h1>
<form action="">
<div class="v-form-input">
<input type="text" placeholder="Full name">
</div>
<div class="v-form-input">
<input type="text" placeholder="Card number">
</div>
<div class="d-flex">
<div class="v-form-input me-3">
<input type="text" placeholder="Expiry date">
</div>
<div class="v-form-input">
<input type="text" placeholder="CCV">
</div>
</div>
<div class="v-form-checkbox">
<input type="checkbox" name="remember" id="remember">
<label for="remember">
<div><span class="iconify" data-icon="bi:check"></span></div>
<span>Select this as designated payment method</span>
</label>
</div>
</form>
</div>
</div>
<div class="swiper-scrollbar" style="opacity:.3;"></div>
</div>
</div>
<div class="bottom" >
<div class=" width-100" style="padding: 0 2.5rem;">
<div class="width-100 grid-center pe-1"><a href="order_review_company.html" class="v-submit-btn-default width-100">Submit</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- FullScreen button -->
<button id="fullscreen-toggle" class=""><span><span class="iconify" data-icon="material-symbols:fullscreen-rounded"></span></span><span active><span class="iconify" data-icon="material-symbols:fullscreen-exit-rounded"></span></span></button>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<!-- Iconify -->
<script src="https://code.iconify.design/2/2.2.1/iconify.min.js"></script>
<!-- SwiperJs Javascript -->
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<!-- JQuery UI -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" integrity="sha512-uto9mlQzrs59VwILcLiRYeLKPPbS/bT71da/OEBYEwcdNUk8jYIy+D176RYoop1Da+f9mvkYrmj5MCLZWEtQuA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- TapHold -->
<script src="assets/js/taphold.js"></script>
<!-- BodyMoving Animation -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.7/lottie.min.js" integrity="sha512-HDCfX3BneBQMfloBfluMQe6yio+OfXnbKAbI0SnfcZ4YfZL670nc52Aue1bBhgXa+QdWsBdhMVR2hYROljf+Fg==" crossorigin="anonymous"></script>
<!-- Lotti Player -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<!-- Custome Select Box -->
<script src="assets/custom-select/js/custom-selectbox.js"></script>
<script src="assets/js/functions.js"></script>
<script src="assets/js/app_functions.js"></script>
<!-- Main Javascript -->
<script src="assets/js/script.js"></script>
</body>
</html>