-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-platform-transfer.html
234 lines (210 loc) · 7.44 KB
/
app-platform-transfer.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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#000000">
<title>Finapp</title>
<meta name="description" content="Finapp HTML Mobile Template">
<meta name="keywords" content="bootstrap, wallet, banking, fintech mobile template, cordova, phonegap, mobile, html, responsive" />
<link rel="icon" type="image/png" href="assets/img/favicon.png" sizes="32x32">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/icon/192x192.png">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="manifest" href="__manifest.json">
<style>
body {
background: -moz-linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, #d911f2 66%, #ffa079 100%);
background: -webkit-linear-gradient(45deg, #02e1ba 0%,#26c9f2 29%,#d911f2 66%,#ffa079 100%);
background: linear-gradient(45deg, #02e1ba 0%,#047f4d 25%, #2ee50c 136%,#ffa079 100%);
background-size: 400% 400%;
-webkit-animation: Gradient 15s ease infinite;
-moz-animation: Gradient 15s ease infinite;
animation: Gradient 15s ease infinite;
/*min-height: calc(100vh - 2rem);*/
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-evenly;
overflow: hidden;
position: relative;
}
body::before,
body::after {
content: "";
width: 70vmax;
height: 70vmax;
position: absolute;
background: rgba(255, 255, 255, 0.07);
left: -20vmin;
top: -20vmin;
animation: morph 15s linear infinite alternate, spin 20s linear infinite;
z-index: 1;
will-change: border-radius, transform;
transform-origin: 55% 55%;
pointer-events: none;
}
body::after {
width: 70vmin;
height: 70vmin;
left: auto;
right: -10vmin;
top: auto;
bottom: 0;
animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
transform-origin: 20% 20%;
}
@-webkit-keyframes Gradient {
0% {
background-position: 0 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0 50%
}
}
@-moz-keyframes Gradient {
0% {
background-position: 0 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0 50%
}
}
@keyframes Gradient {
0% {
background-position: 0 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0 50%
}
}
@keyframes morph {
0% {
border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%; }
100% {
border-radius: 40% 60%; }
}
@keyframes spin {
to {
transform: rotate(1turn);
}
}
.st0{display:none;}
.st1{display:inline;}
.st2{opacity:0.29;}
.st3{fill:#FFFFFF;}
.st4{clip-path:url(#SVGID_2_);fill:#FFFFFF;}
.st5{clip-path:url(#SVGID_4_);}
.st6{clip-path:url(#SVGID_6_);}
.st7{clip-path:url(#SVGID_8_);}
.st8{clip-path:url(#SVGID_10_);}
.st9{fill:none;}
.st10{clip-path:url(#SVGID_12_);}
.st11{opacity:0.7;}
.st12{clip-path:url(#SVGID_14_);}
.st13{opacity:0.2;}
.st14{clip-path:url(#SVGID_16_);}
.st15{opacity:0.3;fill:#FFFFFF;enable-background:new ;}
Resources1× 0.5× 0.25×Rerun
</style>
</head>
<body class="bg-white">
<!-- loader -->
<div id="loader">
<img src="assets/img/loading-icon.png" alt="icon" class="loading-icon">
</div>
<!-- * loader -->
<!-- App Header -->
<div class="appHeader bg-primary text-light">
<div class="left">
<a href="Index.html" class="headerButton goBack">
<ion-icon name="chevron-back-outline"></ion-icon>
</a>
</div>
<div class="pageTitle">
Send Money within the Platform
</div>
<div class="right">
<a href="#" class="headerButton" data-bs-toggle="modal" data-bs-target="#DialogBasic">Help</a>
</div>
</div>
<!-- * App Header -->
<!-- Dialog Basic -->
<div class="modal fade dialogbox" id="DialogBasic" data-bs-backdrop="static" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Platform Transfer</h5>
</div>
<div class="modal-body">
You can send money within the plaform by entering the account number.
</div>
<div class="modal-footer">
<div class="btn-inline">
<a href="#" class="btn btn-text-primary" data-bs-dismiss="modal">OK</a>
</div>
</div>
</div>
</div>
</div>
<!-- * Dialog Basic -->
<!-- App Capsule -->
<div id="appCapsule">
<div class="section">
<div class="col-12 mb-4"><br><br>
<div class="bill-box">
<div class="action-sheet-content">
<form>
<div class="form-group basic">
<label class="label">Account Number</label>
<div class="input-group mb-2">
<span class="input-group-text" id="basic-addon1">$</span>
<input type="text" class="form-control" placeholder="Enter the Platform Account Number">
</div>
</div>
<div class="form-group basic">
<label class="label">Enter Amount</label>
<div class="input-group mb-2">
<span class="input-group-text" id="basic-addon1">$</span>
<input type="text" class="form-control" placeholder="Enter an amount">
</div>
</div>
<div class="form-group basic">
<label class="label">Enter Secure Passcode</label>
<div class="input-group mb-2">
<span class="input-group-text" id="basic-addon1"><ion-icon name="lock-closed"></ion-icon></span>
<input type="text" class="form-control" placeholder="Enter Secure Passcode">
</div>
</div>
<div class="form-group basic">
<a href="app-transaction-verification.html" class="btn btn-primary btn-block btn-lg">Send</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- * App Capsule -->
<!-- ========= JS Files ========= -->
<!-- Bootstrap -->
<script src="assets/js/lib/bootstrap.bundle.min.js"></script>
<!-- Ionicons -->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<!-- Splide -->
<script src="assets/js/plugins/splide/splide.min.js"></script>
<!-- Base Js File -->
<script src="assets/js/base.js"></script>
</body>
</html>