-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
home
/
indianstaffing
/
.trash
/
configFQK
/
Jump
/
0-indianstaffing
/
Upload File:
files >> /home/indianstaffing/.trash/configFQK/Jump/0-indianstaffing/event.php
<?php include'header.php'; include 'api/event.php'; $date = date('Y-m-d'); ?> <style> .date { bottom: 70px; position: absolute; } .section { background: #D3F0FE; } .content-part { height: 260px; } .content-part a .btn-sc { bottom: 25px; position: absolute; } .btn-sc { bottom: 25px; position: absolute; } .content-part { padding: 5px 10px; } .content-part h4 { height: 60px; font-size: 14px; line-height: 20px; color: #002654 !important; font-weight: 600; margin-bottom: 0 !important; } .fw4 { font-weight: 400; font-size: 14px; color: #83a3bf !important; } .blog-wrap { box-shadow: 2px 2px 5px #e9e7e7; border-radius: 10px; background-color: rgb(255, 255, 255); margin-bottom: 20px; } .blog-wrap .img-part{ height: 280px; } .blog-wrap .img-part img{ height: 100%; width: 100%; } .img-part img { border-radius: 10px 10px 0 0; } button { box-shadow: 2px 2px 10px #e9e7e7; } .pastList h4 { color: #fff; padding-top: 15px; } .pastList { background: #003373; margin-bottom: 20px; } .pagination { position: realtive; margin-top: 400px; justify-content: center; } .page-link { background: transparent; color: #fff; border: 0px; } .btn-primary { background: #012653 !important; color: #fff; outline: none; border: none; margin-top: 10px; margin-bottom: 10px; border-radius: 50px; font-size: 12px; } .pstConferenceList { display: flex; line-height: 35px; flex-direction: column; padding: 0 10px; } .pstConferenceList a { font-size: 12px; line-height: 28px!important; color: #000; } .filter-section { background: #f3faff; padding: 10px 0; } .rs-contact.style1 .contact-form .common-control select { background: #fff; height: 48px; } .hero_banner{ height: auto; position: relative; } .hero_banner .content-part{ position: absolute; width: 200px; height: 200px; border-radius: 80% 40%; } .md-pt-50{ padding-top:50px; } @media(max-width:900px){ .speakers_slider.slider10 .owl-nav .owl-next{ right:0!important; } .speakers_slider.slider10 .owl-nav .owl-prev{ left:0!important; } } </style> <section class="hero_banner"> <?php $event_banner = mysqli_query($con,"SELECT * FROM event_banner where id=1"); $event_image = mysqli_fetch_object($event_banner); ?> <img src="<?=$weburl;?>admin/uploads/banner/<?= $event_image->image;?>" width="100%"> <div class="content-part no-mobile" style="padding: 72px 26px 88px 0!important;background:#003373;position: absolute;left: 5%;"> <div class="slider-des"> <h1 class="sl-title white-color text-right" style="font-size: 21px;">CONFERENCE</h1> <div class="sl-desc text-center"> </div> </div> </div> <!-- <div id="rs-slider" class="rs-slider slider10 event_slide" style="overflow:visible;"> <div class="event_banner" style="background:url('https://codleo.net/codleo.net/digital/isf/mock-up6/assets/images/hero_banner.png');background-repeat: no-repeat;background-size: cover;background-position: center;"> <div class="container"> <div class="content-part no-mobile" style="padding: 96px 61px 88px 0!important"> <div class="slider-des"> <h1 class="sl-title white-color text-right" style="font-size: 21px;">ABOUT US</h1> <div class="sl-desc text-center"> </div> </div> </div> </div> </div> </div> --> </section> <!-- upcoming event section --> <?php $i=1; $selectsql = mysqli_query($con, "SELECT * FROM `events` where status=1 and added_on >= '$date' ORDER BY added_on ASC"); if (mysqli_num_rows($selectsql)>0 ) { ?> <section> <div class="rs-team grey-bg grid2 pb-70 pt-80 md-pb-50"> <div class="container"> <h2 style="text-align: center; padding-bottom:10px;">Upcoming Events</h2> <div class="row"> <div class="col-md-12"> <div class="rs-carousel owl-carousel speakers_slider slider10 dot-style1" id="upcoming_events" data-loop="true" data-items="4" data-margin="15" data-autoplay="true" data-hoverpause="true" data-autoplay-timeout="5000" data-smart-speed="800" data-dots="false" data-nav="false" data-nav-speed="false" data-center-mode="false" data-mobile-device="1" data-mobile-device-nav="false" data-mobile-device-dots="false" data-ipad-device="2" data-ipad-device-nav="false" data-ipad-device-dots="true" data-ipad-device2="1" data-ipad-device-nav2="false" data-ipad-device-dots2="false" data-md-device="4" data-lg-device="4" data-md-device-nav="false" data-md-device-dots="false"> <?php while($rows=mysqli_fetch_assoc($selectsql)){ $event_date = $rows['added_on']; ?> <div class="blog-wrap"> <div class="img-part"> <img src="<?=$weburl;?>admin/uploads/<?=$rows['image']; ?>" class="w-100"> </div> <div class="content-part"> <h4> <?= $rows['heading']; ?> </h4> <p class="mb-10" style="font-size: 14px; padding-top:10px;"> <?php if(strlen($rows['description'])>200){ print_r(substr( $rows['description'],0,200).'...'); }else{ echo $rows['description']; } ?> </p> <div class="blog-meta"> <div class="date" style="font-size: 14px;"> <p class="mb-5" style="font-weight:600;"><img src="assets/images/icons/icons8-calendar-50.png" style="width: 20px !important; display:inline;"> <?php echo date("d F Y", strtotime($event_date)); ?> </p> <p class="mb-5" style="font-weight:600;"> <img src="assets/images/icons/icons8-delivery-time-80.png" style="width: 20px !important; display:inline;"> <?=date('h:ia',strtotime($rows['start_time']))?> - <?=date('h:ia',strtotime($rows['end_time']))?> </p> </div> </div> <div class="btn-sc"> <a href="upcoming_eventdetails.php?id=<?= $rows['id']; ?>" target="_blank"> <button class="btn btn-primary">View Event</button> </a> </div> </div> </div> <?php } ?> </div> </div> </div> </div> </div> </section> <?php } ?> <!-- speaker @ isf events --> <section class=""> <div id="rs-services" class="rs-services single md-pt-50"> <div class="container"> <!-- <div class=""> --> <div class="col-lg-12 pr-40 md-pr-15 md-mb-50"> <div class="row y-middle mb-53 md-mb-40 sm-mb-50"> <div class="col-md-12 sm-mb-22"> <div class="sec-title"> <h2 class="mb-45 text-center">Speakers @ ISF Events</h2> </div> <!-- </div> --> <div class="rs-carousel owl-carousel speakers_slider slider10 dot-style1" data-loop="true" data-items="4" data-margin="15" data-autoplay="false" data-hoverpause="true" data-autoplay-timeout="5000" data-smart-speed="800" data-dots="false" data-nav="true" data-nav-speed="true" data-center-mode="false" data-mobile-device="1" data-mobile-device-nav="ture" data-mobile-device-dots="false" data-ipad-device="2" data-ipad-device-nav="true" data-ipad-device-dots="true" data-ipad-device2="1" data-ipad-device-nav2="true" data-ipad-device-dots2="false" data-md-device="3" data-lg-device="4" data-md-device-nav="true" data-md-device-dots="false"> <?php $i=1; $selectsql = mysqli_query($con, "SELECT * FROM `past_speakers` where status =1 ORDER BY added_on DESC "); if (mysqli_num_rows($selectsql)>0 ) { while($rows=mysqli_fetch_assoc($selectsql)){ ?> <div class="blog-wrap" style="min-height: 418px;"> <div class="" style="position: relative;overflow: hidden;background: #f4f4f4;padding: 18px;min-height: 267px;height:267px;"> <a href="#"><img src="admin/uploads/members-logo/<?= $rows['image']; ?>" alt="" style="height:100%;"></a> </div> <div class="speaker" style="text-align: center; padding-bottom: 20px;"> <div class="team-details"> <h3 class="team-name" style="color: #000000 ; font-weight:600; font-size: 20px; margin: 0px ;text-align: center; padding-top: 20px"> <?= $rows['name']; ?></h3> <span class="team-title" style=" color: #a8a8a8; font-size: 12px;font-weight:600; text-align: center;align-content: center; padding-top: 5px"><?= $rows['designation']; ?></span> </div> </div> </div> <?php $i++; }} ?> </div> </div> </div> </div> </div> </div> </section> <!-- past event section --> <section style="background-color: #f3faff;"> <div class="rs-team grey-bg grid2 pt-50 pb-70 md-pt-80 md-pb-50"> <div class="container" style="padding-bottom: 40px;"> <h2 style="text-align: center; padding-bottom:10px;">Past Event</h2> <div class="row"> <div class="col-md-9"> <div class="row"> <div class="col-md-12"> <div class="rs-carousel owl-carousel speakers_slider slider10 dot-style1" data-loop="true" data-items="3" data-margin="15" data-autoplay="true" data-hoverpause="true" data-autoplay-timeout="5000" data-smart-speed="800" data-dots="false" data-nav="true" data-nav-speed="false" data-center-mode="false" data-mobile-device="1" data-mobile-device-nav="true" data-mobile-device-dots="false" data-ipad-device="2" data-ipad-device-nav="true" data-ipad-device-dots="true" data-ipad-device2="1" data-ipad-device-nav2="true" data-ipad-device-dots2="false" data-md-device="3" data-lg-device="3" data-md-device-nav="true" data-md-device-dots="false"> <?php $i=1; $eventsql = mysqli_query($con, "SELECT * FROM `events` where status=1 and added_on < '$date' ORDER BY added_on DESC"); if (mysqli_num_rows($eventsql)>0 ) { while($events=mysqli_fetch_assoc($eventsql)){ $event_date = $events['added_on']; ?> <div class="blog-wrap"> <div class="img-part"> <img src="<?=$weburl;?>admin/uploads/<?=$events['image']; ?>" class="w-100"> </div> <div class="content-part"> <h4> <?php if(strlen($events['heading'])>80){ print_r(substr( $events['heading'],0,80).'...'); }else{ echo $events['heading']; } ?> </h4> <p class="mb-10" style="font-size: 14px; padding-top:10px;"> <?php if(strlen($events['description'])>100){ print_r(substr( $events['description'],0,100).'...'); }else{ echo $events['description']; } ?> </p> <div class="blog-meta"> <div class="date" style="font-size: 14px;"> <p class="mb-5" style="font-weight:600;"><img src="assets/images/icons/icons8-calendar-50.png" style="width: 20px !important; display:inline;"> <?=date('d F Y',strtotime($events['added_on']))?></p> <p class="mb-5" style="font-weight:600;"><img src="assets/images/icons/icons8-delivery-time-80.png" style="width: 20px !important; display:inline;"> <?=date('h:ia',strtotime($events['start_time']))?> - <?=date('h:ia',strtotime($events['end_time']))?> </p> </div> </div> <div class="btn-sc"> <a href="eventdetails.php?id=<?=$events['id']?>" target="_blank"> <button class="btn btn-primary">View Event</button> </a> </div> </div> </div> <?php }} ?> </div> </div> </div> </div> <div class="col-md-3 pastList"> <div> <h4 style="font-weight:700;color:#fff;"> Past Conferences </h4> <div class="pstConferenceList"> <?php $selectsql = mysqli_query($con, "SELECT * FROM `events` where status=1 and added_on < '$date' order by added_on DESC limit 5"); if (mysqli_num_rows($selectsql)>0 ) { while($rows=mysqli_fetch_assoc($selectsql)){ $event_date = $rows['added_on']; ?> <a href="eventdetails.php?id=<?=$rows['id']?>" target="_blank" style="line-height:24px; color:#fff;"> <?php if(strlen($rows['heading'])>80){ print_r(substr( $rows['heading'],0,60).'...'); }else{ echo $rows['heading']; } ?> <br> <span class="fw4"> <?=date('F d, Y',strtotime($rows['added_on']))?> </span> </a> <?php } } ?> </div> </div> </div> </div> </div> </div> </section> </section> <div class="rs-partner pt-50 pb-30 md-pt-20 md-pb-20"> <div class="container"> <div class="row"> <div class="col-lg-12"> <!-- section title --> <div class="section-title title-style-center_text"> <div class="title-header text-center"> <!-- <h5>MEMBERSHIP</h5> --> <h2 class="title">SPONSORS</h2> </div> </div><!-- section title end --> </div> </div><!-- row end --> <div class="rs-carousel owl-carousel speakers_slider slider10" data-loop="true" data-items="5" data-margin="30" data-autoplay="true" data-hoverpause="true" data-autoplay-timeout="5000" data-smart-speed="800" data-dots="false" data-nav="false" data-nav-speed="false" data-center-mode="false" data-mobile-device="2" data-mobile-device-nav="false" data-mobile-device-dots="false" data-ipad-device="3" data-ipad-device-nav="false" data-ipad-device-dots="false" data-ipad-device2="2" data-ipad-device-nav2="false" data-ipad-device-dots2="false" data-md-device="4" data-md-device-nav="false" data-md-device-dots="false"> <?php $selectsql = mysqli_query($con, "SELECT * FROM `past_sponsors` order by added_on DESC"); if (mysqli_num_rows($selectsql)>0 ) { while($rows=mysqli_fetch_assoc($selectsql)){ ?> <div class="partner-item"> <a href="<?=$rows['links']?>" target="_blank" ><img src="admin/uploads/members-logo/<?php echo $rows['memberslogo']; ?>" alt="<?=$rows['alt']?>"></a> </div> <?php }} ?> </div> </div> </div> <?php include'footer.php' ?>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥