-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
207 lines (201 loc) · 9.99 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Basic Banking System</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="https://cdn.lordicon.com/libs/frhvbuzj/lord-icon-2.0.2.js"></script>
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" data-auto-replace-svg="nest"></script>
</head>
<body>
<!--NAV-->
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light nav1">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="" width="30" height="24" class="d-inline-block align-text-top">
The Sparks Foundation
</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 class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
</ul>
<form class="d-flex">
<button type="button" class="btn btn-outline-success" data-bs-toggle="modal" data-bs-target="#exampleModal">About</button>
</form>
</div>
</div>
</nav>
<!--END NAV-->
<!-- MODAL -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">About</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-center" style="font-weight: bold;">
WELCOME TO THE TSF BASIC BANKING SYSTEM
</div>
<div class="modal-body">
<p>This Site is Developed by <span> Mr. Dhiraj Rajesh Shinde </span> as a task of GRIPJUNE2021 Internship Program by The Sparks Foundation</p>
<p>The site is developed using HTML, CSS, BOOTSTRAP5, JavaScript, PHP and MYSQL.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--END MODAL-->
<!--HEAD-->
<section class="topContent">
<div class="mainHeading">
<div>
<h1 class="ml12">Welcome to <span>TSF</span> Banking</span></h1>
<span class="main-content">
</div>
<div style="margin-top: 12px;">
<span class="sub-content">Make your Transaction Easily and Secured</span>
</div>
<a href="#services" class="btn btn-outline-primary mt-3">Get Started</a>
</div>
<div class="topContentImg">
<img src="images/bank.jpg" alt="Banking">
</div>
</section>
<!--END HEAD-->
<!-- SERVICES -->
<section id="services">
<div class="container">
<h2 class="text-center">Our <span>Servies</span></h2>
<div class="row">
<div class="col col-md-4">
<lord-icon
src="https://cdn.lordicon.com/dxjqoygy.json"
trigger="hover"
colors="primary:#121331,secondary:#782cdb;"
stroke="53"
style="width:100px;height:100px">
</lord-icon>
<button class="button type2" onclick="pageRedirect()">
View <span>Customers</span>
</button>
<p>View information about all the customers of the Anonymous bank with mailing and account details.</p>
</div>
<div class="col col-md-4">
<lord-icon
src="https://cdn.lordicon.com/koyivthb.json"
trigger="hover"
colors="primary:#121331,secondary:#782cdb;"
style="width:100px;height:100px">
</lord-icon>
<button class="button type2" onclick="pageRedirect2()">
Transfer <span>Money</span>
</button>
<p>Stands for Customer-To-Customer Money Transfer, Both customers should be of same bank.</p>
</div>
<div class="col col-md-4">
<lord-icon
src="https://cdn.lordicon.com//nocovwne.json"
trigger="hover"
colors="primary:#121331,secondary:#782cdb;"
style="width:100px;height:100px">
</lord-icon>
<button class="button type2" onclick="pageRedirect3()">
View <span>Transactions</span>
</button>
<p>View all the Transactions carried out till now according to the date and time of the transaction.</p>
</div>
</div>
</section>
<!--END SERVICES -->
<!--FOOTER-->
<footer id="footer" class="bg-light d-flex-column text-center footer">
<hr class="mt-0">
<!--Social buttons-->
<div class="text-center">
<h4>You can find us at</h4>
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="#!" class="sbtn btn-large mx-1" title="Facebook">
<i class="fab fa-facebook-square fa-2x"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#!" class="sbtn btn-large mx-1" title="Linkedin">
<i class="fab fa-linkedin fa-2x"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#!" class="sbtn btn-large mx-1" title="Twitter">
<i class="fab fa-twitter-square fa-2x"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#!" class="sbtn btn-large mx-1" title="Youtube">
<i class="fab fa-youtube-square fa-2x"></i>
</a>
</li>
</ul>
</div>
<!--/.Social buttons-->
<hr class="mb-0">
<!--Copyright-->
<div class="py-3 text-center">
Copyright 2021-
<a href="https://www.thesparksfoundationsingapore.org/"><span>THE SPARKS FOUNDATION</span></a> | TSF BANKING
</div>
<!--/.Copyright-->
</footer>
<!--END FOOTER-->
<!--SCRIPTS-->
<script type="text/javascript">
// Wrap every letter in a span
var textWrapper = document.querySelector('.ml12');
textWrapper.innerHTML = textWrapper.textContent.replace(/\S/g, "<span class='letter'>$&</span>");
anime.timeline({loop: true})
.add({
targets: '.ml12 .letter',
translateX: [40,0],
translateZ: 0,
opacity: [0,1],
easing: "easeOutExpo",
duration: 1200,
delay: (el, i) => 500 + 30 * i
}).add({
targets: '.ml12 .letter',
translateX: [0,-30],
opacity: [1,0],
easing: "easeInExpo",
duration: 1100,
delay: (el, i) => 100 + 30 * i
});
</script>
<script>
function pageRedirect() {
window.location.href = "users.php";
}
function pageRedirect2() {
window.location.href = "mannual_transfer.php";
}
function pageRedirect3() {
window.location.href = "records.php";
}
</script>
<!--END SCRIPTS-->
</body>
</html>