-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDASH!.html
345 lines (338 loc) · 18.6 KB
/
DASH!.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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!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="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="./bootstrap-5.2.2-dist/bootstrap-5.2.2-dist/css/bootstrap.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<title>DashBoard VickyPay</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"/>
<link rel="stylesheet" href="./styledash.css">
</head>
<body>
<div class='dashboard'>
<div class="dashboard-nav">
<header>
<a href="#!" class="menu-toggle">
<i class="fas fa-bars">
</i>
</a>
<a href="DASH!.html"class="brand-logo">
<i class="fas fa-user">
</i>
</a>
</header>
<nav class="dashboard-nav-list">
<a href="DASH!.html" class="dashboard-nav-item active">
<i class="fas fa-home">
</i>DashBoard
</a>
<a href="data.html" class="dashboard-nav-item active">
<i class="fas fa-tachometer-alt">
</i> Data Transaction
</a>
<a href="#" class="dashboard-nav-item">
<i class="fas fa-file-upload">
</i> Transactions </a>
<div class='dashboard-nav-dropdown'>
<a href="#!" class="dashboard-nav-item dashboard-nav-dropdown-toggle">
<i class="fas fa-users">
</i> Account </a>
<div class='dashboard-nav-dropdown-menu'>
<a href="profile.html" class="dashboard-nav-dropdown-item">-Profile</a>
<a href="#" class="dashboard-nav-dropdown-item">-Upgrade Account</a>
<a href="#" class="dashboard-nav-dropdown-item">-KYC</a>
<a href="#" class="dashboard-nav-dropdown-item">-Pin Management</a>
<a href="#" class="dashboard-nav-dropdown-item">-Change Password</a></div>
</div>
<div class='dashboard-nav-dropdown'>
<a href="wallet.html" class="dashboard-nav-item dashboard-nav-dropdown-toggle">
<i class="fas fa-money-check-alt"></i> Fund Wallet
</a>
</div>
<a href="#" class="dashboard-nav-item">
<i class="fas fa-cogs"></i> Settings</a>
<a href="profile.html" class="dashboard-nav-item">
<i class="fas fa-user"></i> Profile </a>
<div class="nav-item-divider"></div>
<a href="login.html" class="dashboard-nav-item">
<i class="fas fa-sign-out-alt"></i> Logout</a>
</nav>
<section class="text-muted text-start ms-5">Version 1.5</section>
</div>
<div class='dashboard-app'>
<header class='dashboard-toolbar'>
<a href="#!" class="menu-toggle">
<i class="fas fa-bars">
</i>
</a>
</header>
<div class='dashboard-content'>
<div class='container'>
<div class='card'>
<div class='marquee text-muted text-uppercase fw-lighter' style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 25px; height: 50px;">
<marquee behavior="normal" direction="l" class="mt-2">
<i class="fas fa-profile"></i>
Dear <Span id="display"></Span>,
You Can now deposit to your wallet balance on our website, and also Check your Transaction History.We ensure to give u maxiumum satisfaction. Stay blessed and Stay Safe
</marquee>
</div>
</div>
</div>
<section class="d-lg-flex d-sm-block">
<div class='mt-2 text-muted card ms-2 col-lg-6 col-sm-6 col-xm-12 ' style="height: 400px; background-color: #6E00FF;">
<div class="button-side d-flex ms-3 mt-5">
<a href="wallet.html">
<button class="btn text-white" style="background-color: #FFA500; border-color: white;">+Fund Wallet</button>
</a>
<button class="btn ms-2 text-white" style="background-color: #FFA500; border-color: white;">+Upgrade Account</button>
</div>
<h6 class="text-start ms-3 text-white mt-4" style="font-size: larger;">Welcome,<span id="disname"></span></h6>
<span class="fw-lighter text-white ms-3 text-white mt-1" style="font-size: larger;">Account Number<h5 class="fw-lighter text-white" id="accNO"></h5>
</span>
<h5 class="text-start ms-3 text-white mt-1 fw-bold">Smart Earner</h5>
<div class="wallet-side">
<section class="text-dark ms-1 text-muted">
<h5 class="text-start ms-3 text-white mt-3">
₦<span id="balance" class="text-center text-white"></span>
</h5>
<h4 class="mt-3 text-start ms-3 text-white">Wallet Balance</h4>
</section>
<div class="withdraw my-2 ms-3">
<a href="transfer.html">
<button class="btn btn-primary">Transfer</button>
</a>
<a href="deposit.html">
<button class="btn text-white ms-3" style="background-color: blue; border-color: white;">Deposit</button>
</a>
</div>
</div>
</div>
<div class="col-xl-6 box-margin height-card" id="accordion">
<div class="card mt-2">
<div class="card-body">
<h5 class="card-title">Services</h5>
<div class="transaction-area">
<div class="row">
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card" style="height:109px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="https://naijadatasub.com.ng/static/dashboard/assets/img/airtime.svg" style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Buy Airtime</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card" style="height:109px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="https://naijadatasub.com.ng/static/dashboard/assets/img/data.jpg" style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Buy Data</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card" style="height:109px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="./usefull pics/cable.jpg" style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Cable Subscription</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card mt-3" style="height:109px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="./usefull pics/utility.jpg" style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Bill Payment</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card mt-3" style="height:109px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="https://naijadatasub.com.ng/static/dashboard/assets/img/sms.png " style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Bulk SMS</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card mt-3" style="height:109px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="https://naijadatasub.com.ng/static/dashboard/assets/img/airtime2cash.jpg" style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Airtime to cash</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card mt-3" style="height:116px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="https://play-lh.googleusercontent.com/Vse_HvYw4_KZsvVf0NXXWBNnwEq0GVsihLw5z9yzc14MY8vuBet4Vl_shjP0EGg0WuU" style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Recharge card Printing</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card mt-3" style="height:109px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="usefull pics/resultchecker.png" style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Result Checker</div>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-xl-4 col-lg-4 col-6 box-margin height-card" id="accordion">
<a href="#">
<div class="card mt-3" style="height:109px !important">
<div class="card-body p-3 text-center">
<span style="font-size: 30px;">
<img src="https://play-lh.googleusercontent.com/Vse_HvYw4_KZsvVf0NXXWBNnwEq0GVsihLw5z9yzc14MY8vuBet4Vl_shjP0EGg0WuU" style="height:40px !important">
</span>
<div class="h5 m-2 text-dark" style="font-size: 12px">Buy Data Pin</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<hr>
<div class="container mt-5 ms-2 my-3">
<h4 class="text-muted">TRANSACTION STATISTICS</h4>
<div class="center-d-sm-block d-lg-flex">
<div class="col-sm-6 col-md-4 mt-4">
<div class="card card-stats card-round">
<div class="card-body ">
<div class="row">
<div class="col-5">
</div>
<div class="text-center mt-2">
<div class="numbers">
<p class="card-category">Total Deposited</p>
<h4 class="card-title">₦<span id="deposi"> 00.0</span></h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 mt-4">
<div class="card card-stats card-round">
<div class="card-body ">
<div class="row">
<div class="col-5">
<div class="icon-big text-center">
</div>
</div>
<div class="text-center mt-2">
<div class="numbers">
<p class="card-category">Total Withdraw</p>
<h4 class="card-title">₦ <span id="withdran">00.0</span></h4>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="col-sm-6 col-md-4 mt-4">
<div class="card card-stats card-round">
<div class="card-body">
<div class="row">
<div class="col-5">
<div class="icon-big text-center">
</div>
</div>
<div class="text-center mt-2">
<div class="numbers">
<p class="card-category">Total Transfer</p>
<h4 class="card-title">₦ <span id="trans">00.0</span></h4>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-12 mt-4">
<div class="card card-stats card-round">
<div class="card-body">
<div class="row">
<div class="col-5">
<div class="icon-big text-center">
</div>
</div>
<div class="text-center mt-2">
<div class="numbers">
<p class="card-category">Total Received</p>
<h4 class="card-title">₦ <span id="receve">00.0</span></h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-12
mt-5 box-margin popup">
<div class="card mt-5">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div>
<h6 class="card-title">Recent Wallet Summary</h6>
</div>
<a href="trasact.html" class="btn btn-primary btn-"><i class="fa fa-list"></i> see all</a>
</div>
<div class="text-summary d-lg-flex d-sm-block">
<div class="Trabs d-lg-flex justify-content-space-between align-items-center">
<h5 class="Summary-text" id="Amount"></h5>
<h5 class="Summary-text" id="Stau"></h5>
<h5 class="Summary-text" id="Types"></h5>
<h5 class="Summary-text"></h5>
<h5 class="Summary-text"></h5>
<h5 class="Summary-text"></h5>
</div>
</div>
</div>
</section>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="script.js"></script>
<script src="dash.js"></script>
</body>
</html>