-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
188 lines (151 loc) · 7.71 KB
/
index.html
File metadata and controls
188 lines (151 loc) · 7.71 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
178
179
180
181
182
183
184
185
186
187
188
<!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="icon" href="logo.png" type="image/x-icon">
<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">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Indian Broadband Plans</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>
<style>
/* Add your custom CSS styles here */
.atm-container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
border: 2px solid #ddd;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
font-size: 24px;
background-color: #f5f5f5;
}
.error-message {
color: red;
margin-top: 10px;
display: none;
}
.form-control {
font-size: 20px;
}
.form-label{
margin: 20px;
}
.btn{
height: 60px;
width: 120px;
margin: 50px;
}
</style>
</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>
<br>
<section class="recharge_paybill margin-left-0">
<section class="cash_withdrawal_option">
<div class="container" ;>
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<div class="container mt-4">
<div class="text-center mx-auto mb-5" style="max-width: 600px;">
<h5 class="display-6 text-white text-uppercase fw-bold" style="letter-spacing: 5px;">WECOME TO SMART ATM</h5>
</div>
<div class="atm-container" style="height: 500px; width: 600px;">
<h3 class="mb-4">PLEASE ENTER YOUR DETAILS</h3>
<form id="login-form">
<div class="mb-3">
<label for="account-number" class="form-label">Account Number</label>
<input type="text" class="form-control" id="account-number" required>
</div>
<div class="mb-3">
<label for="password" class="form-label">Password</label>
<input type="password" class="form-control" id="password" required>
</div>
<button type="button" class="btn btn-primary" onclick="checkLogin()">Login</button>
<div class="error-message" id="error-message">Invalid PIN. Please enter the correct PIN.</div>
</form>
</div>
</div>
<script>
function checkLogin() {
const accountNumber = document.getElementById('account-number').value;
const password = document.getElementById('password').value;
const errorMessage = document.getElementById('error-message');
if (accountNumber === '123456' && password === '123') {
window.location.href = 'start1.html';
} else {
errorMessage.style.display = 'block';
const speechSynthesis = window.speechSynthesis;
const speech = new SpeechSynthesisUtterance('कृपया ,सही pin दर्ज करे ');
speech.lang = 'hi-IN';
speechSynthesis.speak(speech);
}
}
function speakWelcomeMessage() {
const speechSynthesis = window.speechSynthesis;
const welcomeMessage = new SpeechSynthesisUtterance("welcome to स्मार्ट एटीएम. कृपया अपना अकाउंटnumber ऐवम pin दर्ज करे।");
welcomeMessage.lang = 'hi-IN'; // Set the language to Hindi (India)
setTimeout(function () {
speechSynthesis.speak(welcomeMessage);
}, 150);
}
window.addEventListener("load", speakWelcomeMessage);
</script>
</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>
</html>