-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
174 lines (162 loc) · 5.97 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="Accountant, Accountancy, Staffordshire" />
<meta
name="description"
content="Accountancy services for all business sizes"
/>
<meta name="author" content="U A Accountancy" />
<link rel="stylesheet" href="assets/css/bootstrap.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css" />
<link rel="icon" href="assets/images/favicon.png" sizes="192x192" />
<title>
U A Accountancy LTD - Offering Accountancy Services In The Whole Of
Staffordshire
</title>
</head>
<body>
<div id="body-overlay-toggle" class=""></div>
<!--Header-->
<header>
<section class="header-main header">
<div class="container">
<div class="outer-header">
<div class="left-logo pull-left">
<a href="index.html"
><img src="assets/images/logo.png" alt="logo at top"
/></a>
</div>
<div class="menu">
<nav class="navbar navbar-expand-lg">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fa fa-bars"></i>
</button>
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul class="navbar-nav mr-auto w-100 justify-content-end">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</section>
<!--Banner Text & Button-->
<div class="banner-section">
<div class="container">
<div class="left-content">
<h1>WHERE SERVICE MEETS VALUE</h1>
<p>
UA Accountancy Limited is an independent accounting firm which was
established in 2021 and is based in Stoke-on-Trent. UA Accountancy
was Founded by Usman Ali.
</p>
<div class="btn-banner">
<a href="contact.html" class="btn-main btn-default" tabindex="-1"
>CONTACT</a
>
</div>
</div>
</div>
</div>
</header>
<!--Main Section About-->
<section class="about-main-section">
<div class="container">
<div class="row">
<h2 class="main-heading-section">ABOUT US</h2>
<p>
UA Accountancy Limited is an independent accounting company
established in 2021 based in Stoke-on-Trent. Founded by Usman Ali.
The firm will offer general bookkeeping services, tax accounting,
management accounting, tax returns, vat returns, cashflow
forecasting, financial management, bank reconciliation, payroll and
computerised accounting, other services include accounting system
set up and training.
</p>
</div>
</div>
</section>
<!--Footer Logo-->
<div class="footer-center-logo">
<div class="container">
<img src="assets/images/logo-b.png" alt="footer logo" />
</div>
</div>
<!--Footer-->
<section class="footer-section">
<div class="container">
<div class="center-menu">
<div class="footer-phone icon-part">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="tel:01782410551"> 01782 410551</a>
</div>
<div class="footer-address icon-part">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<p>Winton House, Stoke Road, Stoke on Trent, ST4 2RW</p>
</div>
<div class="footer-menu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
<div class="footer-socials">
<ul class="social-link">
<li>
<a
href="https://www.instagram.com/uaaccountancyltd/"
target="_blank"
><i class="fa fa-instagram"></i
></a>
</li>
<li>
<a
href="https://www.linkedin.com/company/ua-accountancy-limited/"
target="_blank"
><i class="fa fa-linkedin"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--Bootstrap JS Links-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</body>
</html>