-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
45 lines (36 loc) · 1.74 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>R&D Tax Savers</title>
<?php include 'header.php'; ?>
<div class="container">
<div class="hero-unit">
<h1>We can save you money.</h1>
<p>If you're spending money on R&D you should be saving money on your taxes. Many different types of companies qualify for R&D tax credits, not just manufacturers.</p>
<p>R&D Tax Savers has saved its clients millions through R&D tax credits, and can help you start saving <i>today</i></p>
<p><a class="btn btn-primary btn-large">Learn more »</a></p>
</div>
<div class="row">
<div class="span4">
<h2>Manufacturers</h2>
<p>R&D Tax Savers has helped manufacturing clients using unique processes obtain R&D credits for the development of them and the equipment.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
<div class="span4">
<h2>Tech Companies</h2>
<p>Tech companies are inherently innovative. Many of our clients are tech companies who have obtained R&D credits for their software and innovative products.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
<div class="span4">
<h2>Your Firm</h2>
<p>Lots of companies have qualifying R&D expenses. These include salaries, equipment, contractors and more. Any company spending money on R&D should look into obtaining federal and state tax credits, and we are the
perfect firm to assist with this.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
</div>
</div>
<!--<h1>R&D Tax Savers</h1>
<h2>The R&D Tax Credit Experts</h2> -->
</body>
<?php include 'footer.php'; ?>
</html>