-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
42 lines (41 loc) · 1.64 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
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="asserts/css/init.css">
</head>
<body class="about">
<div class="row">
<div class="page">
<h1 class="heading">About Us</h1>
<p class="content">First Freelance is one of the UK’s fastest growing contractor accountancy firms. We specialise in tailored accountancy services for freelancers and contractors working in a wide range of sectors across the UKOur mission is to support and protect our clients through a perfect combination of technology and expert advice.Our qualified contractor accountants and tax advisors are specialists in contractor tax, including IR35, which means we are able to help contractors make the most out of their pay and comply with HMRC’s rules</p>
<h1 class="heading">Our team</h1>
<div class="row">
<div class="team">
<img src="asserts/images/user.jpg" style="width: 100%" />
<div class="container">
<h3>Ossama Mehmood</h3>
<i class="title">Founder and CEO</i>
<p class="content">Hi, Am ossama</p>
</div>
</div>
<div style="width: 10%"></div>
<div class="team">
<img src="asserts/images/user.jpg" style="width: 100%" />
<div class="container">
<h3>Muhammad Umer Farooq</h3>
<i class="title">Software Engineer</i>
<p class="content">Hi, Am Malik</p>
</div>
</div>
</div>
</div>
<div class="page-right">
<h1 class="heading">page</h1>
<p class="content">Any thing that should be on right side</p>
</div>
</div>
</body>
</html>