-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
47 lines (41 loc) · 1.27 KB
/
about.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
</<!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 style="background-color: black ; color: white">
<div class="navbar">
<center>
<hr color="grey" width=70% size=1>
<h1> BASIC BANKING SYSTEM </h1>
<a href="index.html">Home</a>
<a href="sendmoney.html">Send Money</a>
<a href="customers.html">View All Customers</a>
<a href="transactions.html">Transactions</a>
<a href="contact.html">Contact Us</a>
<a class="active" href="about.html">About Us</a>
<hr color="grey" width=70% size=1 align>
</center>
</div>
<div class="container">
</div>
<center>
<div class="contentbox">
<h1> ABOUT US</h1>
<img src="developer.png" alt="Developer Profile" width=150px height="20%" style=" border-radius: 10px;
border-style: double; display: block; margin: 5px;">
<h4> This website is created by</h4>
<h2> Khushi Panwar </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>
</body>
</html>