-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
85 lines (80 loc) · 3.42 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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=1024">
<title>TAC | About</title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="css/about.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<div id="top">
<div id="topcontainer">
<div class="navcontainer">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div id="taclogo"><img src="images/taclogo.jpg" width="290px" height="140px;" /></div>
<div class="navcontainer">
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div id="mid">
<div class="container">
<div style="border-bottom:2px solid black;width:1000px; margin:auto;">
<h2 style="margin-left:10px;">About Us</h2>
</div>
<div id="about_staff">
<img src="images/about_staff_pic.jpg" width="990" />
</div>
</div>
<div class="container" style="margin-top:5px;">
<div id="about_main">
<p>TAC Australia provides Accounting and Taxation Services to businesses. We have all the skills and competencies that will enable us to deliver the highest standard of work in Accounting and Taxation.</p>
<p>We also extend our services to providing business support in Management and Business development such as business reconstruction and restructuring.</p>
<p>You can find more information on the conduct of our work in the <a href="services.html">services</a> page.</p>
</div>
</div>
</div>
<div id="bot">
<div id="botcontainer">
<div id="footer_details">
<div class="bototcontainer" style="margin-left:25px;">
<h4>Certifications</h4>
<img src="images/tacert2.png" width="300px" />
<img src="images/tacert1.png" width="130px" style="margin-top:-5px;"/>
</div>
<div class="bototcontainer" style="margin-left:25px;">
<h4>Site Map</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
<div class="bototcontainer" style="margin-left:25px;">
<h4>Contact Us</h4>
<ul>
<li>Address: 70 Harris St, Harris Park 2150</li>
<li>Telephone: (02) 9806 9545</li>
<li>Fax: (02) 9806 9549</li>
<li>Email: [email protected]</li>
</ul>
</div>
</div>
<div id="footer_logo">
<div id="footer_logo_container">
<p>TAC Australia Pty Ltd © 2017</p>
</div>
</div>
</div>
</div>
</body>
</html>