MMCT TEAM
Server IP : 145.79.210.100  /  Your IP : 216.73.216.101
Web Server : LiteSpeed
System : Linux in-mum-web1954.main-hosting.eu 5.14.0-570.26.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 16 09:12:04 EDT 2025 x86_64
User : u474798400 ( 474798400)
PHP Version : 7.4.33
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u474798400/domains/excentia.in/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u474798400/domains/excentia.in/public_html/work_with_us.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
    <!----font awesome cdn-------->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <!-----Custom css-->
    <link rel="stylesheet" href="./sass/style.css">
    <!-----owl carousel css link-->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css">
    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
    <!-----fav-icon css link-->
    <link rel="icon" type="images/x-icon" href="./images/excentia-logo.png">
    
    <title>About Us</title>
    <style>
     .owl-prev{
       position: absolute;
       left: -6%;
       bottom: 40%;
     }
     .owl-prev span{
        color: #ffffff;
        font-size: 50px;
     }
     .owl-next{
        position: absolute;
        right: -6%;
        bottom: 40%;
     }
     .owl-next span{
        color: #ffffff;
        font-size: 50px;
     }
     #nav-wrap{
        opacity: 1;
        animation: none;
     }
     #first{
        display: block;
     }
     .logo #second{
        display: none;
        width: 36%;
     }
     .second .parent .left_part .logo_part {
      width: 80%;
    }
    @media(max-width:750px){
        .second .parent .left_part .logo_part {
          width: 50%;
        }
        .owl-next span {
            color: #ffffff;
            font-size: 25px;
        }
        .owl-prev span {
            color: #ffffff;
            font-size: 25px;
        }
    }
    </style>
</head>
<body>

<?php include('menu.php');?>


<section class="second">
    <h3 class="caption" data-aos="fade-up">Work With Us<span class="underline"></span></h3>
    <span data-aos="fade-up">Advance</span>
    <h1 data-aos="fade-up">Your Career</h1>
    <div class="parent">
        <div class="left_part">
            <h1 data-aos="fade-up">With Us</h1>
            <div class="logo_part" data-aos="fade-up">
                <img src="images\logo_part.png" alt="">
            </div>
        </div>
        <div class="right_part" data-aos="fade-up">
            We are looking for performance oriented, efficient and dynamic professionals to enable us to improve our already superior credentials in the market. If you are the one who is passionate to make good things better and better to best, we have opportunities for you. You are welcome to send us your resume by email in soft formon on ‘career@excentia.in’. Please remember to include information about your education, nature and years of work experience, previous and current employers, present & expected emoluments and position/role sought.
        </div>
   </div>
</section>


<div class="blue-form">
    <div class="bg-pattern">
        <img src="./images/bg.png" alt="">
    </div>
   
    <form id="form" enctype="multipart/form-data">
        <div class="field">
            <input type="text" name="fname" id="fname" placeholder="FIRST NAME" required>
            <input type="text" name="lname" id="lname" placeholder="LAST NAME" required>
        </div>
        <div class="field">
            <input type="text" name="phoneno" id="phoneno" onkeypress="check(event)" placeholder="PHONE NUMBER" required>
            <input type="email" name="email" id="email" placeholder="EMAIL" required>
        </div>
        <div class="msg-box">
            <textarea name="msg" id="msg" cols="30" rows="8" placeholder="MESSAGE" required></textarea>
        </div>
        <div class="last-line">
            <div class="uploadFile">
                <input type="file" id="file" name="file" placeholder="BROWSE.." class="file_upload_button" required>
                <p>(File must be one of the following types: DOC & PDF. File size should not more than 5mb.)</p>
           </div>
           
           <div id="error" ></div>
           
            
           <button type="submit"><span>Submit Now</span>
            <div class="spinner-border text-dark" role="status" id="loader" style="display:none;">
              <span class="visually-hidden">Loading...</span>
            </div>
               <div class="left-side"></div>
               <div class="right-side"></div>
           </button>
            
        </div>
        
    </form>
</div>




<?php include('footer.php');?>

<!-------custom js-->
<script src="./js/commonMenu.js"></script>
<!-----bootstrap5 script link----->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>

<script>
    AOS.init({
        duration:1500
    });
</script>

<script>
    function check(event){
        let code = (event.which) ? event.which : event.keyCode;
        if(code < 48 || code > 57){
            event.preventDefault();
        }
    }
    
     
    $("#form").on("submit", function(event){
        event.preventDefault();
        let file = $("#file").val();
        let fileExt = file.split('.').pop().toLowerCase();
        if($.inArray(fileExt, ['doc','pdf']) === -1){
            $("#error").show().html('<p style="color:red">File not supported.</p>');
            $("#file").val('<p style="color:green">Loader is call.</p>');
        }
        else{
            let formData = new FormData(this);
            $("#loader").show();
            $.ajax({
                method: 'post',
                url: 'ajax_workwithus.php',
                data: formData,
                contentType: false,
                processData: false,
                success: function(data){
                    $("#loader").hide();
                    if(data == 1){
                        
                        $("#error").show().html('<p style="color:green">Form Submitted Successfully. We will get back to you soon.</p>').delay(10000).fadeOut();
                        $("#form")[0].reset();
                        
                    }else{
                      $("#error").show().html('<p style="color:red">Something wrong. Try again later.</p>').delay(10000).fadeOut();  
                    }
                   
                }
            })
        }
        
    })
    
</script>

<script>
    window.onscroll = function() {myFunction()};
    
   logo_1= document.querySelector("#first");
   logo_2=document.querySelector("#second");
    function myFunction() {
      if (document.documentElement.scrollTop > 50) {
        logo_1.style.display="none";
        logo_2.style.display="block";
        document.querySelector(".nav_wrap").style.backgroundColor="rgb(255, 255, 255)"
      } else {
        logo_1.style.display="block";
        logo_2.style.display="none";
        document.querySelector(".nav_wrap").style.backgroundColor="transparent"
      }
    }
</script>

</body>
</html>

MMCT - 2023