-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (69 loc) · 2.3 KB
/
Copy pathindex.html
File metadata and controls
70 lines (69 loc) · 2.3 KB
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
<!DOCTYPE HTML>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>CONTOSO Bank | Every Step of the Way | CONTOSO UK</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="header">
<div>
<img class="logo" src="images/logo.png" width="160" />
<ul id="navigation">
<li class="active">
<a href="index.html">Contoso Bank plc</a>
</li>
<li>
<a href="#">Personal</a>
</li>
<li>
<a href="#">Corporate</a>
</li>
<li>
<a href="#">Private</a>
</li>
<li>
<a href="#">Investment</a>
</li>
</ul>
</div>
</div>
<div id="contents">
<div id="tagline" class="clearfix">
<h1 style="margin-bottom: 1em;"><span style="display:none">Contoso - Banking you can trust</span><img src="images/logo2.png" width="565" /></h1>
<div>
<p>
Welcome to our website. At Contoso we are dedicated to making banking easy and accessible for everyone.</p>
<p>As a business we focus on enabling success, providing security, and facilitating growth.<br />
No matter how big or small or your project, we will provide the best product for you.
</p>
</div>
<div>
<p>
<b>New Customers</b><br />
<a href="#">Personal Banking</a> | <a href="#">Corporate Banking</a> | <a href="#">Private Banking</a> | <a href="#">Investment Banking</a>
</p>
<p>
<b>Existing Customers</b><br />
<a href="#">Personal Online Banking</a> | <a href="#">Business Online Banking</a> | <a href="#">TradeOnline by Contoso</a>
</p>
<p>
<b>Need Help?</b><br />
<a href="#">Chat Now</a> | <a href="#">Call Us</a> | <a href="#">Write to Us</a>
</p>
</div>
</div>
</div>
<div id="footer">
<div class="clearfix">
<div id="connect">
<a href="http://freewebsitetemplates.com/go/facebook/" target="_blank" class="facebook"></a><a href="http://freewebsitetemplates.com/go/googleplus/" target="_blank" class="googleplus"></a><a href="http://freewebsitetemplates.com/go/twitter/" target="_blank" class="twitter"></a><a href="http://www.freewebsitetemplates.com/misc/contact/" target="_blank" class="tumbler"></a>
</div>
<p>
© 2016 | Design by Zerotype | Content authored by Contoso Bank plc | All Rights Reserved
</p>
</div>
</div>
</body>
</html>