Current File : /home/quantums/alhidayamaintenance.com/wp-content/themes/eyecraftersny-child/footer.php |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Twenty_One
* @since Twenty Twenty-One 1.0
*/
?>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1801.9550230735997!2d55.5091492!3d25.4078215!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ef5f7a505d7b9f7%3A0x347cebb111293531!2sBuilding%201045%20(Aamir%20Tower)!5e0!3m2!1sen!2sin!4v1681814963621!5m2!1sen!2sin" width="100" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<footer id="site-footer" role="contentinfo" itemscope="" itemtype="http://schema.org/WPFooter">
<div class="copyrights">
<div class="container">
<!-- <p> <strong>Eye Craftersny</strong> </p> -->
<div class="ftrlogo">
<a href="https://alhidayamaintenance.com/">
<img src="https://alhidayamaintenance.com/wp-content/uploads/2023/05/logoaas.png" alt="Envision Eyecare" width="100">
</a>
</div>
<p> Address : <a href="https://goo.gl/maps/n5rq7EnBKRGtjUod6" target="_blank"> Building 1045 (Aamir Tower)
37 Sheikh Ammar Bin Humaid St - Al Hamidiya 1 - A - Ajman - United Arab Emirates
</a>
<br> <span class="mycall"> Phone : <a href="tel:(718) 858-5770"> +971 58 588 7314</a> </span>
<a href="sitemap.html" class="d-block">Sitemap</a>
<!-- | <a href="Accessibility.html">Accessibility</a> | <a href="http://doctormultimedia.com/" target="_blank">Website by DOCTOR Multimedia</a> -->
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="<?php echo home_url(); ?>/wp-content/themes/eyecraftersny-child/js/owl.carousel.min.js"></script>
<script src="<?php echo home_url(); ?>/wp-content/themes/eyecraftersny-child/js/wow.min.js"></script>
<!-- Calendly badge widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<script type="text/javascript">window.onload = function() { Calendly.initBadgeWidget({ url: 'https://calendly.com/eyecraftersny?primary_color=DC143C', text: 'Book Appointment', color: '#DC143C', textColor: '#ffffff', branding: true }); }</script>
<!-- Calendly badge widget end -->
<?php wp_footer(); ?>
<style>
.calendly-badge-content span {
display: none !important;
}
</style>
<!-- <script>
$('.client').owlCarousel({
loop:true,
margin:10,
nav:false,
dots:true,
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
})
</script> -->
<script>
jQuery(document).ready(function(){
jQuery(".toggle-mobile-menu").click(function(){
jQuery(".mobile-menu-wrapper").toggleClass("show");
});
});
jQuery(document).ready(function(){
jQuery(".togglebtn").click(function(){
jQuery("ul.menu.clearfix").toggleClass("open");
});
});
</script>
<script>
jQuery(document).ready(function(){
jQuery(".menu-item-has-children.menu-item-37").click(function(){
jQuery(".menu-item-37>.sub-menu").toggleClass("show");
});
});
</script>
<script>
jQuery(".menu-item-205").append("<span class='fa fa-caret-down subtgl'></span>");
jQuery(".menu-item-204").append("<span class='fa fa-caret-down subtgl'></span>");
</script>
<script>
(function($) {
$.fn.menumaker = function(options) {
var cssmenu = $(this), settings = $.extend({
format: "dropdown",
sticky: false
}, options);
return this.each(function() {
$(this).find(".button").on('click', function(){
$(this).toggleClass('menu-opened');
var mainmenu = $(this).next('ul');
if (mainmenu.hasClass('open')) {
mainmenu.slideToggle().removeClass('open');
}
else {
mainmenu.slideToggle().addClass('open');
if (settings.format === "dropdown") {
mainmenu.find('ul').show();
}
}
});
cssmenu.find('li ul').parent().addClass('has-sub');
multiTg = function() {
cssmenu.find(".has-sub").prepend('<span class="submenu-button"></span>');
cssmenu.find('.submenu-button').on('click', function() {
$(this).toggleClass('submenu-opened');
if ($(this).siblings('ul').hasClass('open')) {
$(this).siblings('ul').removeClass('open').slideToggle();
}
else {
$(this).siblings('ul').addClass('open').slideToggle();
}
});
};
if (settings.format === 'multitoggle') multiTg();
else cssmenu.addClass('dropdown');
if (settings.sticky === true) cssmenu.css('position', 'fixed');
resizeFix = function() {
var mediasize = 1000;
if ($( window ).width() > mediasize) {
cssmenu.find('ul').show();
}
if ($(window).width() <= mediasize) {
cssmenu.find('ul').hide().removeClass('open');
}
};
resizeFix();
return $(window).on('resize', resizeFix);
});
};
})(jQuery);
(function($){
$(document).ready(function(){
$("#cssmenu").menumaker({
format: "multitoggle"
});
});
})(jQuery);
</script>
</body>
</html>