-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhyShoseUs.php
103 lines (98 loc) · 5.39 KB
/
whyShoseUs.php
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
<!DOCTYPE html>
<html>
<!-- Mirrored from demos.pixelatethemes.com/financepro-2/Demo_5/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Dec 2017 09:53:30 GMT -->
<head>
<meta charset="UTF-8">
<title>CT || About Us</title>
<!-- mobile responsive meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="plugins/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="plugins/fncp-icon/style.css">
<link rel="stylesheet" href="plugins/Stroke-Gap-Icons-Webfont/style.css">
<link rel="stylesheet" href="plugins/animate.min.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.carousel.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="plugins/bootstrap-select/dist/css/bootstrap-select.min.css">
<!-- main stylesheet-->
<link rel="stylesheet" href="css/stellarnav.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/space.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body class="style-home-page3 ">
<?php
include('Header.php');
?>
<section class="about-section sec-pad about-company-history">
<div class="thm-container">
<div class="row">
<div class="col-md-4"><img src="images/about-1.jpg" alt="Awesome Image"></div>
<div class="col-md-8">
<div class="text-box ">
<div class="sec-title sm-mt-30">
<h2>Why Choose Us</h2>
<div class="decor-line"></div>
</div>
<p>CT Professional Service provides a wide range of bookkeeping, personal and business income tax
and Payroll services for small and medium size businesses in Ottawa - Gatineau region. We honour
ourselves with great services and have made it our goal to reach 100% client satisfaction.
We're different from our competitors and unique by offering reliable, efficient, and affordable
services in order to make it easy and convent for our clients by:</p>
<ul class="list-box">
<li>We are available all year around to help our clients answer any tax questions they may have
regarding any letters from the CRA with no additional charges.
</li>
<li>We offer Pick Up, Drop Off, E-mail or on-site services. The Clients will receive a follow-up
call within 24 hours for an overview of their.
</li>
<li>We provide bookkeeping services onsite at your office or home.</li>
<li>Evening and weekend appointment are available. We will also, be glad to make an appointment
to our clients that fit with their schedule.
</li>
<li>Electronic filling is available. The clients can choose the way they would like to send
their tax to CRA by Electronic filling or by paper.
</li>
</ul>
</div>
</div>
</div>
<div class="row mt-20">
<div class="col-xs-12">
<p>In addition to the main services that we provide like bookkeeping and income tax services; we can
also assist clients:</p>
<ul class="list-box">
<li>To start-up new business</li>
<li>To do a name search</li>
<li>To get Ontario/ Quebec Business Licence</li>
<li>To register a new Federal , Ontario and Quebec Incorporation</li>
<li>To register with Canada Revenue Agency (BN, GST, Payroll, Corporate)</li>
<li>To register for a Workplace Safety & Insurance board.</li>
</ul>
<p class="mt-10">By using our experiences and knowledge we strive to educate you and earn your trust. Schedule an
appointment today for a complimentary, no-cost, no-obligation initial consultation with one of our
friendly income tax and bookkeeping professionals.</p>
</div>
</div>
</div>
</section>
<!--Start footer -->
<?php include('Footer.php') ?>
<!--End footer -->
<!-- helper js-->
<script src="plugins/jquery.min.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/owl.carousel-2/owl.carousel.min.js"></script>
<script src="plugins/jquery.mixitup.min.js"></script>
<script src="plugins/bootstrap-select/dist/js/bootstrap-select.min.js"></script>
<script src="plugins/Chart.min.js"></script>
<script src="plugins/waypoints.min.js"></script>
<script src="plugins/jquery.counterup.min.js"></script>
<script src="js/stellarnav.js"></script>
<script type="text/javascript" src="js/modernizr.min.js"></script>
<script src="js/uikit.min.js"></script>
<script src="js/theme.js"></script>
</body>
<!-- Mirrored from demos.pixelatethemes.com/financepro-2/Demo_5/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Dec 2017 09:53:42 GMT -->
</html>