-
Notifications
You must be signed in to change notification settings - Fork 1
/
contactus.html
66 lines (60 loc) · 3.11 KB
/
contactus.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="contactUs.css">
<meta charset="utf-8">
<title></title>
</head>
<body>
<ul class="nav">
<label class="logo">Apex Bank</label>
<li class="nav-item ">
<a class="nav-link " href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="customer.html">View Customers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="transfermoney.html">Transfer Money</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-active" href="contactus.html">Contact us</a>
</li>
</ul>
<div class="aboutus">
<div class="about">
<h3 id="h3" ><b> Developed By:</b></h3>
<h4 id="h4" >Ankita Mahesh Ghadge.</h4>
<h5 ><b>I'm Web Development and Designing Intern at The Sparks Foundation.</b></h5>
<p id="welcome">Welcome you all to Basic-Banking-System.</p><p id="content">Our aim is to develope a Simple easy Banking System website which help to transfer your money easily. Transaction History is easy to view for every customer.</p>
<p id="content">Simple dynamic website which has the following specifications:</p>
<ul id="content">
<li>Start with creating a dummy data in database for upto 10 customers.</li>
<li>Flow of the page: Home Page → View all Customers → Select and View one customer → Transfer Money → Select customer to transfer to → View all Customers.</li>
</ul>
<p id="connectus">Connect us through: </p>
<ul>
<li id="connectme">Official Website: <a href="https://internship.thesparksfoundation.info/">https://internship.thesparksfoundation.info/</a></li>
<li id="connectme">E-mail id: <a href="">grip@thesparksfoundation.sg</a> </li>
<li>
<p id="connectme">Social Media:</p>
<div class="SocilaImg">
<a href="https://m.facebook.com/1019355984908311/"><img src="FB_logo.jpg" alt=""></a>
<a href="https://instagram.com/thesparksfoundation.info?utm_medium=copy_link"><img src="Insta_logo.jpg" alt=""></a>
<a href="https://www.linkedin.com/company/the-sparks-foundation"><img src="LinkedIn_logo.jpg" alt=""></a>
</div>
</li>
</ul>
</div>
</div>
<div class="copyright">
<p class="copyright">Copyright(2022)-Apex Bank | All Rights Reserved.</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
</body>
</html>