hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
vestaimmigration.in
/
Upload FileeE
HOME
<?php ob_start(); include("config/config.php"); $nav="vacancy"; if (!empty($_SESSION['msg'])) { echo "<script>"; echo "alert('Your Form Submitted Successfully!!');window.location.reload();"; echo "</script>"; unset($_SESSION['msg']); } if (!empty($_SESSION['msg1'])) { $err = $_SESSION['msg1']; echo "<script>alert('$err');window.location.reload();</script>"; unset($_SESSION['msg1']); } ?> <!DOCTYPE html> <html lang="en"> <!--<< Header Area>>--> <head> <!-- ========== Meta Tags ========== --> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="modinatheme"> <meta name="description" content="Immigration and Visa Consulting"> <!-- ======== Page title ============ --> <title>Vesta Immigration Services LLP</title> <!--<< Favcion>>--> <link rel="shortcut icon" href="assets/img/favicon.png"> <!--<< Bootstrap min.css>>--> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <!--<< Font Awesome.css>>--> <link rel="stylesheet" href="assets/css/font-awesome.css"> <!--<< Animate.css>>--> <link rel="stylesheet" href="assets/css/animate.css"> <link rel="stylesheet" href="assets/css/whatsapp.css"> <!--<< Magnific Popup.css>>--> <link rel="stylesheet" href="assets/css/magnific-popup.css"> <!--<< MeanMenu.css>>--> <link rel="stylesheet" href="assets/css/meanmenu.css"> <!--<< Slick.css>>--> <link rel="stylesheet" href="assets/css/slick.css"> <!--<< Swiper Slider.css>>--> <link rel="stylesheet" href="assets/css/swiper-bundle.min.css"> <!--<< Nice Select.css>>--> <link rel="stylesheet" href="assets/css/nice-select.css"> <!--<< Main.css>>--> <link rel="stylesheet" href="assets/css/main.css"> <!--<< Style.css>>--> <link rel="stylesheet" href="style.css"> <style> @media (max-width: 767px) { .job-specification-wrapper { display: block; } .job-more-container, .job-apply-container { text-align: left; display: inline-block; } } </style> </head> <body> <?php include_once("include/header.php"); ?> <!--<< Breadcrumb Section Start>>--> <div class="breadcrumb-wrapper section-padding bg-cover" style="background-image: url('assets/img/breadcrumb.jpg');"> <div class="container"> <div class="page-heading"> <h1 class="wow fadeInUp" data-wow-delay=".3s">Current Vacancies</h1> <ul class="breadcrumb-items wow fadeInUp" data-wow-delay=".5s"> <li> <a href="./"> Home </a> </li> <li> <i class="fal fa-minus"></i> </li> <li> Current Vacancies </li> </ul> </div> </div> </div> <!--<< Coaching Section Start>>--> <section class="coaching-details-section fix section-padding section-bg"> <div class="container"> <div class="coaching-details-wrapper"> <div class="row g-5"> <div class="col-lg-8"> <?php $i = 0; $sql_select = "Select * from vacancies where status=1 order by id desc"; $query_select = mysqli_query($conn, $sql_select); if (mysqli_num_rows($query_select) > 0) { while ($res_select = mysqli_fetch_array($query_select)) { $i++; ?> <div class="card-items mb-3"> <div class="job-listing-item grid-item"> <a href="vacancy.php?DID=<?php echo $res_select['id'] ?> " class="job-item" target="_blank"> <div class="row"> <div class="col-md-9"> <h2 class="job-post-title"> <?php echo $res_select['title'] ?> <span class="bordr"> |</span><span class="compnyname"> <?php echo $res_select['applied_for'] ?> </span> </h2> <div class="job-specification-wrapper"> <div class="job-specification-item"><i class="fa fa-map-marker-alt"></i><span class="job-specification-term"><?php echo $res_select['location'] ?> </span> </div> <div class="job-specification-item"><i class="fa fa-envelope"></i><span class="job-specification-term"><?php echo $res_select['salary'] ?> </span> </div> <div class="job-specification-item job-specification-job-type"><i class="fa fa-briefcase"></i><span class="job-specification-term"><?php echo $res_select['job_type'] ?> </span> </div> </div> </div> <div class="col-md-3"> <div class="job-more-container"><span class="job-more">Full Details <span></span></span></div> <div class="job-apply-container"><span class="job-apply">Apply <span></span></span></div> </div> <div class="col-md-12"> <div class="main-job"> <?php echo $res_select['short_description'] ?> </div> </div> </div> </a> </div> </div> <?php } } ?> </div> <div class="col-lg-4"> <div class="country-sidebar"> <div class="single-contact-form"> <h3 class="wid-title"> Apply Now </h3> <form action="mail.php" id="contact-form" class="message-form"> <div class="single-form-input"> <input type="text" name="name" id="name" required placeholder="Your Name"> </div> <div class="single-form-input"> <input type="email" name="email" id="email" required placeholder="Email Address"> </div> <div class="single-form-input"> <input type="text" maxlength="10" name="phone" id="phone" required placeholder="Phone Number" required> </div> <div class="single-form-input"> <textarea name="message" id="message" placeholder="message" required></textarea> </div> <button class="theme-btn" type="submit"> <span>Submit</span> </button> </form> </div> </div> </div> </div> </div> </div> </section> <!--<< Footer Section Start>>--> <?php include_once("include/footer.php"); ?> <!--<< All JS Plugins>>--> <script src="assets/js/jquery-3.7.1.min.js"></script> <!--<< Viewport Js>>--> <script src="assets/js/whatsapp.js"></script> <script src="assets/js/viewport.jquery.js"></script> <!--<< Bootstrap Js>>--> <script src="assets/js/bootstrap.bundle.min.js"></script> <!--<< Gsap Js>>--> <script src="assets/js/gsap/gsap.js"></script> <!--<< Gsap Scroll Trigger Js>>--> <script src="assets/js/gsap/gsap-scroll-trigger.js"></script> <!--<< Gsap Split Text Js>>--> <script src="assets/js/gsap/gsap-split-text.js"></script> <!--<< Nice Select Js>>--> <script src="assets/js/jquery.nice-select.min.js"></script> <!--<< Waypoints Js>>--> <script src="assets/js/jquery.waypoints.js"></script> <!--<< Counterup Js>>--> <script src="assets/js/jquery.counterup.min.js"></script> <!--<< Slick Js>>--> <script src="assets/js/slick.min.js"></script> <!--<< Swiper Slider Js>>--> <script src="assets/js/swiper-bundle.min.js"></script> <!--<< Slick Animation Js>>--> <script src="assets/js/slick-animation.min.js"></script> <!--<< MeanMenu Js>>--> <script src="assets/js/jquery.meanmenu.min.js"></script> <!--<< Magnific Popup Js>>--> <script src="assets/js/jquery.magnific-popup.min.js"></script> <!--<< Wow Animation Js>>--> <script src="assets/js/wow.min.js"></script> <!--<< Circle Progress Js>>--> <script src="assets/js/circle-progress.js"></script> <!--<< Main.js>>--> <script src="assets/js/main.js"></script> <script> $(document).on('keypress', '#name', function(event) { var regex = new RegExp("^[a-zA-Z ]+$"); var key = String.fromCharCode(!event.charCode ? event.which : event.charCode); if (!regex.test(key)) { event.preventDefault(); return false; } }); $('#phone').on('input', function(event) { this.value = this.value.replace(/[^0-9]/g, ''); }); </script> </body> </html>