-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
73 lines (66 loc) · 1.92 KB
/
footer.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
<footer>
<div class="modal-footer">
<style type="text/css">
ul { padding: 0; }
#contactus { margin-left:25%;}
#aboutus { margin-left:25%;}
#resources { margin-left:25%;}
</style>
<div class="container">
<div class="row">
<div class="span3" style="text-align:center">
<h4>Contact us</h4>
<ul id="contactus">
<li style="text-align:left;"><b>Phone: </b> 516.364.2630</li>
<li style="text-align:left;"><b>Email: </b> <a href="mailto://[email protected]">[email protected]</a></li>
</ul>
</ul>
</div>
<div class="span3" style="text-align:center">
<h4>About us</h4>
<ul id="aboutus">
<li style="text-align:left;"><a href="">Our Company</a></li>
<li style="text-align:left;"><a href="">Our Team</a></li>
<li style="text-align:left;"><a href="">Our Process</a></li>
</ul>
</div>
<div class="span3" style="text-align:center">
<h4>Resources</h4>
<ul id="resources">
<li style="text-align:left;"><a href="">Published Articles</a></li>
<li style="text-align:left;"><a href="">Case Studies</a></li>
<li style="text-align:left;"><a href="">Case Law</a></li>
</ul>
</div>
<div class="span3" style="text-align:center">
<!--TWITTER WIDGET-->
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 2,
interval: 30000,
width: 250,
height: 100,
theme: {
shell: {
background: 'none',
color: '#000000'
},
tweets: {
background: 'none',
color: '#000000',
links: '#999999'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('RDTaxsavers').start();
</script>
</div>
</footer>