-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
60 lines (57 loc) · 3.08 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
<link rel="stylesheet" href="css/bootstrap.min.css">
<!--All css plugin here-->
<link rel="stylesheet" href="css/include.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<div class="footer-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="socail-icon text-center">
<a href="https://www.facebook.com/renu.k.malik" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/renumalik/" target="_blank"><i class="fa fa-instagram"></i></a>
<!-- <a href="https://plus.google.com/" target="_blank"><i class="fa fa-google-plus"></i></a>
<a href="https://www.linkedin.com/" target="_blank"><i class="fa fa-linkedin"></i></a> -->
<a href="https://www.youtube.com/channel/UC5vxKxFoasx56ioIEXJjKhQ/featured" target="_blank"><i class="fa fa-youtube-play"></i></a>
</div>
<p>copyright © <a href="http://malik.ventures" target="_blank">Malik Radix Healthcare</a> 2017 All rights reserved.</p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAj9b_nyz33KEaocu6ZOXRgqwwUZkDVEAw"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script>
function initialize() {
var mapOptions = {
zoom: 15,
scrollwheel: false,
center: new google.maps.LatLng(28.635299,77.288185)
};
var map = new google.maps.Map(document.getElementById('googleMap'),
mapOptions);
var marker = new google.maps.Marker({
position: map.getCenter(),
animation:google.maps.Animation.BOUNCE,
icon: 'img/map-marker.png',
map: map
});
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
<!-- all js here -->
<script src="js/vendor/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.meanmenu.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.parallax-1.1.3.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<!-- mail js -->
<script src="js/email.js"></script>
<!-- plugins JS -->
<script src="js/plugins.js"></script>
<!-- main JS -->
<script src="js/main.js"></script>