-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 3.45 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
<html>
<head>
<title>The Golden Bank</title>
<link rel="shortcut icon" type="image/jpeg" href="img/favicon-bank.png">
<link rel="stylesheet" href="style/style.css" >
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
</head>
<body>
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"="true"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="customer.html">View Customers data</a>
</li>
<li class="nav-item">
<a class="nav-link" href="bank.html">About Us</a>
</li></ul>
</div>
</nav>
</section>
<section id="main" class="coloured-section">
<img src="img/favicon-bank.png" class="bank-img"><br>
<h1>THE GOLDEN BANK</h1><br><br>
</section>
<section id="features" class="white-section">
<h4 class="main">Welcome to online banking service of THE GOLDEN BANK</h4><br><br>
<a href="customer.html"><button type="button" class="home-button"></i>Our Services >></button></a>
</section>
</section>
<footer id="footer" class="coloured-section">
<p>FIND US ON SOCIAL MEDIA</p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<i class="social-icon fa fa-twitter" aria-hidden="true"></i>
<i class="social-icon fa fa-facebook-square" aria-hidden="true"></i>
<i class="social-icon fa fa-instagram" aria-hidden="true"></i>
<p>Corporate Office - Sector 18, Gurugram, Haryana, India<p> <p>Copyright © 2021 THE GOLDEN BANK. All Rights Reserved.</p>
<marquee><b>**This website is only for educational/project purpose, Also the name "The Golden Bank" is just random**</b></marquee>
</footer>
<script src="src/script.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/umd/popper.js"></script>
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap-material-design.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
</body>
</html>