| Server IP : 152.53.162.115 / Your IP : 216.73.217.85 Web Server : Apache/2 System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64 User : pbshosting ( 1005) PHP Version : 8.3.30 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/pbshosting/domains/mangopeellive.com/public_html/backup/js/ |
Upload File : |
/*
Woodsman - Creative Coming Soon HTML5 Template
Version: 1.0.4
Author: Mountain-Themes
Author URL: https://themeforest.net/user/mountain-themes
Woodsman © 2025. Design & Coded by Mountain-Themes.
TABLE OF CONTENTS
---------------------------
1. Page Loader
2. Image Background
3. Video Background
4. Countdown
5. MailChimp
6. Contact form
7. Wow
8. Google map
*/
jQuery.noConflict()(function($) {
'use strict';
var isMobile = {
Android: function() {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function() {
return navigator.userAgent.match(/BlackBerry/i);
},
iPhone: function() {
return navigator.userAgent.match(/iPhone/i);
},
iPad: function() {
return navigator.userAgent.match(/iPad/i);
},
iPod: function() {
return navigator.userAgent.match(/iPod/i);
},
iOS: function() {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function() {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function() {
return navigator.userAgent.match(/IEMobile/i);
},
any: function() {
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
}
};
mt_page_loader();
mt_image_background();
//mt_video_background();
// mt_countdown();
mt_aos();
/* ================================= */
/* :::::::: 1. Page Loader ::::::::: */
/* ================================= */
function mt_page_loader() {
$(".loader-icon").delay(500).fadeOut();
$(".page-loader").delay(700).fadeOut("slow");
}
setTimeout(function() {
$("header h1").delay(1200).css({display: 'none'}).fadeIn(1200);
$("header p").delay(1200).css({display: 'none'}).fadeIn(1200);
$(".logo img").delay(1200).css({display: 'none'}).fadeIn(1200);
//$(".DateCountdown").delay(1500).css({display: 'none'}).fadeIn(1500);
});
/* ================================= */
/* :::::: 2. Image Background :::::: */
/* ================================= */
function mt_image_background() {
/* Active Single Image Background */
$("header").backstretch("images/background.png");
// ==== SLIDESHOW BACKGROUND ====
// Set URLs to background images inside the array
// Each image must be on its own line, inbetween speech marks (" ") and with a comma at the end of the line
// Add / remove images by changing the number of lines below
// Variable fade = transition speed for fade animation, in milliseconds
// Variable duration = time each slide is shown for, in milliseconds
/* ↓ Remove comments if you want to use the slideshow ↓ */
/*$("header").backstretch([
"images/background1.jpg",
"images/background2.jpg",
"images/background3.jpg",
"images/background4.jpg"
],{duration: 3000, fade: 750}); */
}
/* ================================= */
/* :::::: 3. Video Background :::::: */
/* ================================= */
/* ================================= */
/* :::::::: 4. Countdown ::::::::::: */
/* ================================= */
function mt_countdown() {
var countdown = $('.DateCountdown');
createTimeCicles();
$(window).on('resize', windowSize);
function windowSize(){
countdown.TimeCircles().destroy();
createTimeCicles();
countdown.on('webkitAnimationEnd mozAnimationEnd oAnimationEnd animationEnd', function() {
countdown.removeClass('animated fadeIn');
});
}
// TimeCicles - Create and Options
function createTimeCicles() {
countdown.addClass('animated fadeIn');
countdown.TimeCircles({
animation: "smooth",
bg_width: 1,
fg_width: 0.03,
circle_bg_color: 'rgba(255,255,255,0.3)',
time: {
Days: {color: '#fff'}
, Hours: {color: '#fff'}
, Minutes: {color: '#fff'}
, Seconds: {color: '#fff'}
, Seconds: {color: '#fff'}
}
});
countdown.on('webkitAnimationEnd mozAnimationEnd oAnimationEnd animationEnd', function() {
countdown.removeClass('animated fadeIn');
});
}
}
/* ================================= */
/* :::::::::::: 7. Wow ::::::::::::: */
/* ================================= */
function mt_aos() {
AOS.init({
disable: 'mobile',
offset: 120,
once: true,
duration: 1000,
easing: 'ease'
});
}
});