-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-register.html
277 lines (246 loc) · 9.78 KB
/
app-register.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
<!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%,#26c9f2 29%,#d911f2 66%,#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>
<!-- loader -->
<div id="loader">
<img src="assets/img/loading-icon.png" alt="icon" class="loading-icon">
</div>
<!-- * loader -->
<!-- App Header -->
<div class="appHeader no-border transparent position-absolute">
<div class="left">
<a href="#" class="headerButton goBack">
<ion-icon name="chevron-back-outline"></ion-icon>
</a>
</div>
<div class="pageTitle"></div>
<div class="right">
<a href="app-login.html" class="headerButton">
Login
</a>
</div>
</div>
<!-- * App Header -->
<!-- App Capsule -->
<div id="appCapsule">
<div class="section mt-2 text-center">
<h1>Register now</h1>
<h4>Create an account</h4>
</div>
<div class="section mb-5 p-2">
<form action="index.html">
<div class="card">
<div class="card-body">
<div class="form-group basic">
<div class="input-wrapper">
<label class="label" for="UserName">UserName</label>
<input type="text" class="form-control" id="validationDefault01" placeholder="Enter Username to Login" required>
<i class="clear-input">
<ion-icon name="close-circle"></ion-icon>
</i>
</div>
</div>
<div class="form-group basic">
<div class="input-wrapper">
<label class="label" for="password1">Password</label>
<input type="password" class="form-control" id="password1" autocomplete="off"
placeholder="Your password">
<i class="clear-input">
<ion-icon name="close-circle"></ion-icon>
</i>
</div>
</div>
<div class="form-group basic">
<div class="input-wrapper">
<label class="label" for="password2">Password Again</label>
<input type="password" class="form-control" id="password2" autocomplete="off"
placeholder="Type password again">
<i class="clear-input">
<ion-icon name="close-circle"></ion-icon>
</i>
</div>
</div>
<div class="custom-control custom-checkbox mt-2 mb-1">
<div class="form-check">
<input type="checkbox" class="form-check-input" id="customCheckb1">
<label class="form-check-label" for="customCheckb1">
I agree <a href="#" data-bs-toggle="modal" data-bs-target="#termsModal">terms and
conditions</a>
</label>
</div>
</div>
</div>
</div>
<div class="form-button-group transparent">
<a href="app-qr-code.html" type="submit" class="btn btn-primary btn-block btn-lg">Register</a>
</div>
</form>
</div>
</div>
<!-- * App Capsule -->
<!-- Terms Modal -->
<div class="modal fade modalbox" id="termsModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Terms and Conditions</h5>
<a href="#" data-bs-dismiss="modal">Close</a>
</div>
<div class="modal-body">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc fermentum, urna eget finibus
fermentum, velit metus maximus erat, nec sodales elit justo vitae sapien. Sed fermentum
varius erat, et dictum lorem. Cras pulvinar vestibulum purus sed hendrerit. Praesent et
auctor dolor. Ut sed ultrices justo. Fusce tortor erat, scelerisque sit amet diam rhoncus,
cursus dictum lorem. Ut vitae arcu egestas, congue nulla at, gravida purus.
</p>
<p>
Donec in justo urna. Fusce pretium quam sed viverra blandit. Vivamus a facilisis lectus.
Nunc non aliquet nulla. Aenean arcu metus, dictum tincidunt lacinia quis, efficitur vitae
dui. Integer id nisi sit amet leo rutrum placerat in ac tortor. Duis sed fermentum mi, ut
vulputate ligula.
</p>
<p>
Vivamus eget sodales elit, cursus scelerisque leo. Suspendisse lorem leo, sollicitudin
egestas interdum sit amet, sollicitudin tristique ex. Class aptent taciti sociosqu ad litora
torquent per conubia nostra, per inceptos himenaeos. Phasellus id ultricies eros. Praesent
vulputate interdum dapibus. Duis varius faucibus metus, eget sagittis purus consectetur in.
Praesent fringilla tristique sapien, et maximus tellus dapibus a. Quisque nec magna dapibus
sapien iaculis consectetur. Fusce in vehicula arcu. Aliquam erat volutpat. Class aptent
taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
</p>
</div>
</div>
</div>
</div>
<!-- * Terms Modal -->
<!-- ========= 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>