-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.php
191 lines (165 loc) · 8.18 KB
/
index1.php
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="statics/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="statics/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="statics/favicon-16x16.png">
<link rel="manifest" href="statics/site.webmanifest">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Welcome to Sparkians Bank</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<style>
#lock{
display:none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 20;
background-color: red;
background: rgb(255,255,255) center no-repeat;
text-align:center;
}
@media screen (orientation:landscape) {
#lock{display:none;}
#container{display:block;}
}
@media screen and (orientation:portrait) {
#lock{display:block;}
#container{display:none;}
}
</style>
</head>
<body style="background-color:#212529;">
<div id="lock"><img src="statics/PngItem_5146697.png" alt="" style="width:50%; margin-top:50%;"><br>
<h1 style="color:black; margin-top: 25px;"><b>Please rotate the device. </b><br>We support only landscape mode.</h1>
</div>
<div id="container">
<?php include 'spin.php'; ?>
<style>
.nav-link:hover {
text-decoration: underline;
}
.mybtn {
margin-bottom: 10px;
box-shadow: 2px 2px 10px black;
border-radius: 30px;
background-color: white;
font-weight: bold;
color: black;
}
.mybtn:active {
background-color: black;
color: white;
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed fixed-top"
style="font-family:candara; font-size:18px; box-shadow: 0px 0px 10px 0px black;">
<div class="container-fluid">
<a href="index1.php"><img src="images\logo.png" alt=""
style="height: 80px; margin-left:25px; margin-top:10px;"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<b>
<ul class="navbar-nav ">
<li class="nav-item nav-links" style="margin-left:15px;">
<a class="nav-link active text-nowrap" aria-current="page" href="home.php">Home</a>
</li>
<li class="nav-item" style="margin-left:15px; ">
<a class="nav-link text-nowrap" href="send_money.php">Send Money</a>
</li>
<li class="nav-item" style="margin-left:15px;">
<a class="nav-link text-nowrap" href="all_cust.php">View All Customers</a>
</li>
<li class="nav-item" style="margin-left:15px;">
<a class="nav-link text-nowrap" href="transactions.php">Transactions</a>
</li>
<li class="nav-item" style="margin-left:15px;">
<a class="nav-link text-nowrap" href="contact_us.php">Contact Us</a>
</li>
<li class="nav-item" style="margin-left:15px; margin-right:75px;">
<a class="nav-link text-nowrap" href="about_us.php">About Us</a>
</li>
</ul>
</b>
</div>
</nav>
<div class="container-large"
style="color:white; height:500px; width: 100%; padding:8% 2% 2% 2%; background-color:#212529;">
<div class="row">
<div class="col" style="margin-left: 5%;">
<br><br> <p class="zoomfont"
style="font-size:0px; text-shadow:3px 3px 3px grey; text-align:center;"><b>Welcome to <br> Sparks
Bank!</b></p>
</div>
<div class="col" style="margin:4% 0% 0% 5%; text-align:center;">
<img src="images/image1.png" class="zoomin" alt="" style="width:0px;">
</div>
</div>
</div>
<img src="images/abstbg2.png" alt="" style="width:100%; position:absolute; z-index:-1">
<center style="margin:60px 0px 20px 0px;">
<div class="container"
style="backdrop-filter: blur(10px); box-shadow:3px 3px 15px black; border-radius:30px; padding:20px 0px 20px 0px;">
<h1 style="text-shadow:2px 2px 2px gray; color:white;"><b>Our Awesome Facilities</b></h1>
<div class="container" style="margin:30px 0px 20px 0px;">
<div class="row">
<div class="col-lg">
<div
style="background-color:yello; color:white; width: 90%; border-radius:30px; box-shadow:3px 3px 8px gray; padding:20px 10px 20px 10px;">
<i class="fas fa-users fa-7x"></i><br><br>
<a href="all_cust.php"><button type="button" class="btn btn-outline-light mybtn">View
Customers</button></a><br>
<h6>Here, you can watch every customer of the bank.</h6>
</div>
</div>
<div class="col-lg">
<div
style="background-color:#343a40; color:white; width: 90%; border-radius:30px; box-shadow:3px 3px 8px gray; padding:20px 10px 20px 10px;">
<i class="fas fa-comments-dollar fa-7x"></i><br><br>
<a href="send_money.php"><button type="button" class="btn btn-outline-light mybtn">Transfer
Money</button></a><br>
<h6>Here, you can send money from your account.</h6>
</div>
</div>
<div class="col-lg">
<div
style="background-color:#343a40; color:white; width: 90%; border-radius:30px; box-shadow:3px 3px 8px gray; padding:20px 10px 20px 10px;">
<i class="fas fa-coins fa-7x"></i><br><br>
<a href="check_blc.php"><button type="button" class="btn btn-outline-light mybtn">Check
Balance</button></a><br>
<h6>Here, you can check the remaining balance in your account.</h6>
</div>
</div>
</div>
</div>
</div>
</center>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<script>
$(document).ready(function () {
$(".zoomin").animate({
width: '400px'
}, '5000', 'linear');
$(".zoomfont").animate({
fontSize: '71px'
}, '5000', 'linear');
});
</script>
</div>
</body>
</html>