-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
50 lines (44 loc) · 1.48 KB
/
about.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
</<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>BANKING SYSTEM</title>
<link rel="stylesheet" href="style_about.css">
</head>
<body>
<div class="navbar">
<center>
<hr color="grey" width=70% size=1>
<h1> BASIC BANKING SYSTEM </h1>
<a href="index.php">Home</a>
<a href="sendmoney.php">Send Money</a>
<a href="customers.php">View All Customers</a>
<a href="transactions.php">Transactions</a>
<a href="contact.php">Contact Us</a>
<a class="active" href="about.php">About Us</a>
<hr color="grey" width=70% size=1>
</center>
</div>
<div class="container">
<div class="header"> Welcome to Sparks Bank! </div>
<img src="bank.png" height=65% width=30% alt="Welcome to the sparks bank!" style="padding: 5px; margin-right: 8vw; margin-top:8vh; float:right">
</div>
<center>
<div class="contentbox">
<h1> ABOUT US</h1>
<img src="developer.jpeg" alt="Developer Profile" width="20%" height="30%" style=" border-radius: 10px;
border-style: double; display: block; margin: 5px;">
<h4> This website is created by</h4>
<h2 style="font-family: Verdana"><u> Khushi Panwar </u></h2>
<h4> Intern at Sparks Foundation <br> Shaheed Rajguru College of Applied Sciences for Women, University of Delhi</h4>
</div>
</center>
<div class="pagebreak">
</div>
<div class="footer"> <center>
Made with ❤️ By Khushi !
</center>
</div>
</center>
</body>
</html>