-
Notifications
You must be signed in to change notification settings - Fork 0
/
payments2.html
245 lines (170 loc) · 11.6 KB
/
payments2.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
<!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>Payments</h2>
</div>
<!-- Body -->
<div class="body scroll-y">
<div class="swiper v-slick-page width-100 height-100" id="activeRequest">
<div class="swiper-wrapper min-height-100">
<div class="swiper-slide min-height-100 px-4 py-1 ">
<h1 class="font-size-3 fw-700 tc-black mb-2 ps-1">Credit Cards</h1>
<div class="swiper v-row-swiper overflow-visible mb-4" swiper-props='{"spaceBetween":15}'>
<div class="swiper-wrapper">
<div class="swiper-slide payment-card active p-3 card-bg radius-10" height-percentage-width="60%" style="width:95%;">
<!-- Card Logo -->
<img src="https://api.iconify.design/uim/master-card.svg?color=white&width=64&height=64" alt="" style="position: absolute; right:1rem; top:.5rem;">
<!-- Card Details -->
<div class="tc-white" style="position: absolute ; left:1rem; bottom:2rem;">
<span>5322 5422 3212 ****</span>
<div class="font-size-3 fw-700">Peter Oluwa Griffin</div>
</div>
<!-- Active Card Icon -->
<span class=" font-size-2 fw-700" style="padding: .3rem .5rem; border-radius:.5rem;">Primary</span>
</div>
<div class="swiper-slide payment-card p-3 card-bg radius-10" height-percentage-width="60%" style="width:95%;">
<!-- Card Logo -->
<img src="https://api.iconify.design/bxl/visa.svg?color=white&width=64&height=64" alt="" style="position: absolute; right:1rem; top:.5rem;">
<!-- Card Details -->
<div class="tc-white" style="position: absolute ; left:1rem; bottom:2rem;">
<span>5322 5422 3212 ****</span>
<div class="font-size-3 fw-700">Peter Griffin</div>
</div>
<!-- Active Card Icon -->
<span class=" font-size-2 fw-700" style="padding: .3rem .5rem; border-radius:.5rem;">Primary</span>
</div>
<div class="swiper-slide empty-payment-card p-3 radius-10" height-percentage-width="60%" style="width:95%;">
<button class="v-link-page" vref="AddCard">+</button>
</div>
</div>
</div>
<h1 class="font-size-3 fw-700 tc-black mb-2 ps-1">Paypal</h1>
<div class="paypal-wrapper mb-4">
<div class="d-flex justify-content-between align-items-center card-bg px-4 py-3 radius-10">
<span class="tc-white font-size-2x5 fw-600">[email protected]</span>
<div class="p-btn">
<button><span class="iconify" data-icon="feather:edit-2"></span></button>
<button><span class="iconify" data-icon="feather:trash-2"></span></button>
</div>
</div>
<div class="empty-payment-card radius-10" style="height: 57.59px;">
<button>+</button>
</div>
</div>
<div class="v-form-checkbox">
<input type="checkbox" name="remember" id="remember" checked>
<label for="remember">
<div><span class="iconify" data-icon="bi:check"></span></div>
<span>Select this as designated payment method</span>
</label>
</div>
</div>
</div>
<div class="swiper-scrollbar" style="opacity:.3;"></div>
</div>
</div>
<!-- Bottom -->
<div class="bottom py-2">
<a href="profile_freelancer_view.html" class="v-submit-btn-default mx-auto">Save Changes</a>
</div>
</div>
<!-- Add Card 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;">
<button href="#" class="width-100 grid-center pe-1"><button class="v-submit-btn-default width-100">Submit</button></button>
</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>
<!-- 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>