-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairtime.html
129 lines (127 loc) · 6.95 KB
/
airtime.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
<!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> VickyPay.com</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>
<!-- <span class="text-muted text-dark" id="diplay">Dear, </span> -->
<!-- Kindly note dis ooo change it back because of the id name -->
</a>
</header>
<nav class="dashboard-nav-list">
<a href="DASH!.html" class="dashboard-nav-item">
<i class="fas fa-home">
</i>Home </a>
<a href="DASH!.html" class="dashboard-nav-item active">
<i class="fas fa-tachometer-alt">
</i>DashBoard
</a>
<a href="#" 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-photo-video">
</i>Others</a>
<div class='dashboard-nav-dropdown-menu'>
<a href="#" class="dashboard-nav-dropdown-item">-Transfer to Others</a><a
href="#" class="dashboard-nav-dropdown-item">-Bonus to wallet</a><a
href="#" class="dashboard-nav-dropdown-item">-My Refferals</a><a
href="#" class="dashboard-nav-dropdown-item">-Video</a></div>
</div>
<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="#" 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="#!" class="dashboard-nav-item dashboard-nav-dropdown-toggle">
<i class="fas fa-money-check-alt"></i> Payments
</a>
<div class='dashboard-nav-dropdown-menu'>
<a href="#" class="dashboard-nav-dropdown-item">-Manual Bank</a>
<a href="#" class="dashboard-nav-dropdown-item">-Monie point</a>
<a href="#" class="dashboard-nav-dropdown-item"> -Bank Transfer</a>
</div>
</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>
</div>
<div class='dashboard-app'>
<header class='dashboard-toolbar'>
<a href="#!" class="menu-toggle">
<i class="fas fa-bars">
</i>
</a>
</header>
<div class="container bg-white col-lg-6 col-sm-12 mt-4">
<header class="mx-auto text-center fw-lighter" style="font-size: 20px;">Purchase Airtime</header>
<div class="select">
<h6 class="fw-lighter text-start">Select Network</h6>
<select name="" id="" placeholder="-Select Network-" class="form-control mt-2">
<option value="select">--Select Network--</option>
<option value="MTN">MTN</option>
<option value="GLO">GLO</option>
<option value="AIRTEL">AIRTEL</option>
<option value="9Mobile">9Mobile</option>
</select>
</div>
<div class="select mt-3">
<h6 class="fw-lighter text-start">Data Type</h6>
<select name="" id="" placeholder="-Select Network-" class="form-control mt-2">
<option value="select">--Select type--</option>
<option value="SME">SME</option>
<option value="Gifting">Gifting</option>
<option value="Corporate Gifting">Corporate Gifting</option>
</select>
</div>
<div class="select mt-3">
<h6 class="fw-lighter text-start">Mobile Number</h6>
<input type="text" placeholder="" class="form-control">
</div>
<div class="select mt-3">
<h6 class="fw-lighter text-start">Amount*</h6>
<input type="text" placeholder="" class="form-control">
</div>
<div class="select mt-3 ms-5">
<button class="text-white fw-bold rounded-2 mx-auto w-75 btn ms-5 mb-3" style="background-color: #110B94;">Buy Now</button>
</div>
</div>
</body>
</html>