-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbfooter.php
More file actions
67 lines (42 loc) · 2.02 KB
/
bfooter.php
File metadata and controls
67 lines (42 loc) · 2.02 KB
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
<!-- Footer Start-->
<footer class="row">
<div class="col-md-3 col-md-offset-1 text-left visible-xs">
<img src="assets/img/bird.gif" alt="" class="col-sm-offset-0" height="30"> © 2015 Brio Insurance
</div> <!-- End of duplicate logo-->
<div class="col-md-5 col-md-offset-1">
<div class="row col-md-12 hidden-xs"> </div>
<div class="footerline hidden-xs"> </div>
<div class="footerline hidden-xs"> </div>
<div class="row brhr ">
</div>
<div>
<div class="col-md-6 col-xs-6 text-left">Stay Connected </div>
<div class="col-md-6 col-xs-6 text-right">
<a href="https://www.facebook.com/brioinsurance"><i class=" fa fa-facebook fa-1x "></i></a>
<a href="https://twitter.com/SunovaCU"> <i class=" fa fa-twitter fa-1x "></i></a>
<a href="#"> <i class="fa fa-envelope-o"></i></a>
<a href="#"> <span class="glyphicon glyphicon-map-marker" ></span></a>
<a href="#"> <i class="fa fa-tablet"></i></a>
<a href="https://instagram.com/sunovacu/" class="hidden-xs"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-linkedin-square"></i></a>
</div>
<div class="row brhr visible-xs"></div>
</div>
</div>
<!--start duplicated logo-->
<div class="col-md-3 col-md-offset-1 text-right hidden-xs">
<div class="footerline hidden-xs"> </div>
<div class="row brhr"> <img src="assets/img/bird.gif" alt="" class=" col-xs-offset-4 col-sm-offset-0 pull-right" height="60"></div>
© 2015 <a href="http://www.BrioInsurance.ca/" target="_blank"> Brio Insurance</a>
</div>
</footer>
<!-- FOOTER SECTION END-->
<!-- REQUIRED SCRIPTS FILES -->
<!-- REQUIRED BOOTSTRAP SCRIPTS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- BACKGROUND VIDEO PLUGIN -->
<!-- SCROLLING SCRIPTS PLUGIN -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- CUSTOM SCRIPTS -->
</body>
</html>