This repository was archived by the owner on Jun 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfooter.php
More file actions
92 lines (70 loc) · 4.32 KB
/
footer.php
File metadata and controls
92 lines (70 loc) · 4.32 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
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
<!-- ::::::::::::::::::::::::::: Footer Area Start ::::::::::::::::::::::::::: -->
<footer class="footer_area section_padding_60">
<!-- Bottom Footer Area Start -->
<div class="footer_bottom_area">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="footer_social_area">
<a class="btn btn-default" href="#" role="button"><i class="icofont icofont-social-facebook"></i></a>
<a class="btn btn-default" href="#" role="button"><i class="icofont icofont-social-google-plus"></i></a>
<a class="btn btn-default" href="#" role="button"><i class="icofont icofont-social-skype"></i></a>
<a class="btn btn-default" href="#" role="button"><i class="icofont icofont-social-twitter"></i></a>
<a class="btn btn-default" href="#" role="button"><i class="icofont icofont-social-linkedin"></i></a>
</div>
<div class="footer_bottom">
<p>
<span class="made-with-heart">
<svg class="octicon octicon-pencil" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path style="fill:white;" fill-rule="evenodd" d="M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z"></path></svg> <b style="margin: 5px">with</b><svg class="octicon octicon-heart" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path style="fill:red;" fill-rule="evenodd" d="M11.2 3c-.52-.63-1.25-.95-2.2-1-.97 0-1.69.42-2.2 1-.51.58-.78.92-.8 1-.02-.08-.28-.42-.8-1-.52-.58-1.17-1-2.2-1-.95.05-1.69.38-2.2 1-.52.61-.78 1.28-.8 2 0 .52.09 1.52.67 2.67C1.25 8.82 3.01 10.61 6 13c2.98-2.39 4.77-4.17 5.34-5.33C11.91 6.51 12 5.5 12 5c-.02-.72-.28-1.39-.8-2.02V3z"></path></svg> <b style="margin:5px">by</b> <a href="https://github.com"><svg class="octicon octicon-logo-github" viewBox="0 0 45 16" version="1.1" width="45" height="16" aria-hidden="true"><text x="1" y="15" style="fill:black;font-weight:bold;font-family:cursive"> DOF</text></svg></a>
</span>
</p>
</div>
<!-- Bottom Footer Copywrite Text Area End -->
</div>
</div>
<!-- end./ row -->
</div>
<!-- end./ container -->
</div>
<!-- Bottom Footer Area End -->
</footer>
<!-- ::::::::::::::::::::::::::: Footer Area End ::::::::::::::::::::::::::: -->
<!-- ::::::::::::::::::::::::::: All jQuery Plugins ::::::::::::::::::::::::::: -->
<!-- jQuery (necessary for all JavaScript plugins) -->
<script src="js/jquery-2.2.4.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoint js -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl-carousel js -->
<script src="js/owl.carousel.min.js"></script>
<!-- Ajax Contact js -->
<script src="js/ajax-contact.js"></script>
<!-- Meanmenu js -->
<script src="js/meanmenu.js"></script>
<!-- Onepage Nav js -->
<script src="js/jquery.nav.min.js"></script>
<!-- Magnific Popup js -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Counterup js -->
<script src="js/counterup.min.js"></script>
<!-- jQuery easing js -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Back to top js -->
<script src="js/jquery.scrollUp.js"></script>
<!-- Sticky js -->
<script src="js/jquery.sticky.js"></script>
<!-- MatchHeight js -->
<script src="js/jquery.matchHeight-min.js"></script>
<!-- YouTube Video Player js -->
<script src="js/YTPlayer.min.js"></script>
<!-- Parallax js -->
<script src="js/stellar.min.js"></script>
<!-- GOOGLE MAPS -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDk9KNSL1jTv4MY9Pza6w8DJkpI_nHyCnk" type="text/javascript"></script>
<!-- GOOGLE ACTIVE JS -->
<script src="js/map-active.js"></script>
<!-- Active js -->
<script src="js/custom.js"></script>
</body>
</html>