-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (80 loc) · 3.79 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<html>
<head>
<title>test</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<div class="mainHeaderContainer">
<div class="divLogo">
<img src="./logo.png">
</div>
<div class="divBlue">
<div class="headerBlueDiv"></div>
</div>
</div>
<hr>
<div class="mainHeaderContainer">
<div class="divLogo">
<ul class="list-2">
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT US</a></li>
<li><a href="#">SERVICES</a></li>
<li><a href="#">CONTACTS</a></li>
<li><a href="#">OUR PARTNERS</a></li>
<li><a href="#">NEWS</a></li>
</ul>
</div>
<div class="divBlue">
<h2>
<span class="title">
WELCOME TO KENT'S BRIGHTEST ACCOUNTANTS
</span>
</h2>
<p>Welcome to Dyer & Co Services Limited. We are a modern and progressive Chartered Accountancy firm working
with a unique way with clients, located in Sidcup, kent.</p>
<p>We offer a comprehensive range of accountancy and taxation services to clients throughout the Sidcup,
Bromley, Bexleyheath, Surrey, Kent and south east London. We are an firm of Chartered Accountants who
have developed to become one of the leading accountancy firms in Sidcup with an exceptional reputation
throughout South East London and Kent. Our status has been built on providing clients with a quality
service, acting as Chartered Accountants, Tax Advisers and Business Consultants.</p>
<p>Dyer & Co always strives to work together successfully with our clients on a personal level and for you
to have a Chartered Accountant who will provide a quality service.</p>
<p>
We pride ourselves in understanding the problems of an emerging business and offer our clients a
comprehensive range of business and tax solutions.</p>
<ul class="list-1">
<li>
<span class="underLine">
Our Accountants
</span>are responsible and accessible. We deliver accounting services at the pace dictated by your
business needs.
</li>
<li>We are specialists in dealing with IT Contractors, reviewing IR35 compliance and
minimising tax liabilities.</li>
<li>Each client will have a designated point of contact.</li>
<li> We will ensure that we provide you with clear and definitive commercial advice <span
class="underline">at all times.</span> </li>
<li> We are interested in you and yourbusiness, we want to be a part of your team.</li>
<li>Our accountants are supportive and reliable. We're always there when you need us.</li>
<li>Our fees are clear and transparent and only payable when we deliver our agreed service.</li>
<li>Above all, we people are excited by what we do and are fun to work with.</li>
</ul>
<br>
<p>
Serving Sidcup, Bromley, Bexleyheath, Surrey, Kent and South-East London, we offer an intelligent, sharp
service. We are Dyer & Co.
</p>
</div>
</div>
<div class="footer">
<p>
Dyer & Co Onega House 112 Main Road Sidcup Kent DA16 6NE Tel: (+44) 202 8308 0777
<br>
Email:[email protected]
Copyright c 2011. All rights reserved.
Design- <a href="www.pplusp.com.uk">www.pplusp.com.uk</a>
</p>
</div>
</body>
</html>