-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc4.html
More file actions
177 lines (136 loc) · 8.19 KB
/
c4.html
File metadata and controls
177 lines (136 loc) · 8.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="logo.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MADE BY RITESH BAGDI</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navcolor" style="box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);">
<div class="container" style="margin-left: 70px;">
<a class="navbar-brand" href="#">
<img src="https://smartmachine.ro/wp-content/uploads/2016/01/Smart-Machine-logo.png" width="180px"
height="55px" alt="" style="margin-right: 15px;" class="headerimg">
</a>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<h2 class="navbar-text fw-bold" style="font-family: Georgia, 'Times New Roman', Times, serif; margin-left: 15px; margin-top: 10px;">ALL IN ONE KIOSK</h2>
</div>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">CASH WITHDRAWAL</a>
</li><li class="nav-item">
<a class="nav-link active" aria-current="page" href=""></a>
</li>
</li><li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">UPI TRANSACTIONS</a>
</li><li class="nav-item">
<a class="nav-link active" aria-current="page" href=""></a>
</li><li class="nav-item">
<a class="nav-link active" aria-current="page" href="">BILLS</a>
</li><li class="nav-item">
<a class="nav-link active" aria-current="page" href=""></a>
</li><li class="nav-item">
<a class="nav-link active" aria-current="page" href="">SHOPPING</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="recharge_paybill margin-left-0">
<div class="container-fluid pb-">
<div class="pt-5 pb-5">
</div>
</div>
<section class="cash_withdrawal_option">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<div class="card shopping-cart" style="border-radius: 15px;">
<div class="card-body text-black">
<h3 class="mb-5 pt-2 text-center fw-bold text-uppercase">Your Product</h3>
<div class="row">
<div class="col-lg-6 px-5 py-4">
<div class="d-flex align-items-center mb-5">
<div class="flex-shrink-0">
<img src="https://tse1.mm.bing.net/th?id=OIP.e5pK_W6y_xTgjs2PwIuaVQHaFs&pid=Api&P=0&h=180"
class="img-fluid" style="width: 250px;" alt="Generic placeholder image">
</div>
<div class="flex-grow-1 ms-5">
<a href="#!" class="float-end text-black"><i class="fas fa-times"></i></a>
<h5 class="text-primary">Bread</h5>
<h6 style="color: #9e9e9e;">Quantity</h6>
<div class="d-flex align-items-center">
<div class="def-number-input number-input safari_only">
<input class="quantity fw-bold text-black" id="qty" min="1" name="quantity" value="1" type="number" onclick="fun()">
</div>
</div>
</div>
</div>
<script>
function fun()
{
var pr = 20;
var qty = document.getElementById("qty").value;
var tot = pr * qty;
document.getElementById("total").innerHTML = tot + 40;
}
</script>
<hr class="mb-4" style="height: 2px; background-color: #1266f1; opacity: 1;">
<div class="d-flex justify-content-between px-x">
<p class="fw-bold mb-0 me-1 pe-3" id="price">₹20</p>
<p class="fw-bold">Shipping Charges-</p>
<p class="fw-bold">₹40</p>
</div>
<div class="d-flex justify-content-between p-2 mb-2" style="background-color: #e1f5fe;">
<h5 class="fw-bold mb-0">Total:</h5>
<h5 class="fw-bold mb-0" id="total">₹60</h5>
</div>
</div>
<button type="button" class="btn btn-primary btn-block btn-lg" onclick="go()">Order Now</button>
<h5 class="fw-bold mb-5" style="position: absolute; bottom: 0;">
</h5>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<br>
<br>
<br>
<div class="display-15 text-center bg-light text-dark font-family shadow">
<marquee>Welcome to the future of digital services. Your One-Stop Digital Hub: Smart Kiosk Unveils Cash Withdrawal, UPI, Mobile & Broadband Recharge, Bill Payments, Gas Booking, and Nearby Store Shopping all with ease and efficiency! FOUNDERS- RITESH BAGDI - ABHISHEK SHARMA.
MADE WITH ❤️... Welcome to the future of digital services.Your One-Stop Digital Hub: Smart Kiosk Unveils Cash Withdrawal, UPI, Mobile & Broadband Recharge, Bill Payments, Gas Booking, and Nearby Store Shopping all with ease and efficiency! FOUNDER-RITESH BAGDI - ABHISHEK SHARMA.</div>
</marquee>
<script src="voice.js"></script>
<script>
function playClickSound() {
var audio = new Audio('sound atm/sound.MP3');
audio.addEventListener('canplay', function() {
audio.play();
});
}
function go() {
playClickSound();
setTimeout(function() {
window.location.href = 'payop.html';
}, 400);
}
</script>
</html>