X7ROOT File Manager
Current Path:
/home/bmglobalcareers/public_html
home
/
bmglobalcareers
/
public_html
/
📁
..
📄
.htaccess
(243 B)
📄
7e8fcfa2f51affa33b3fa699f35ec4ad.html
(51 B)
📁
Emails
📁
_errorpages
📄
about.php
(4.23 KB)
📄
admin.php
(4.23 KB)
📄
appointment.php
(26.94 KB)
📄
appointment_old.php
(29.26 KB)
📄
bmglobalcareers_bm.sql
(859.73 KB)
📁
check
📁
commentsos
📄
contact.php
(2.72 KB)
📄
contact_mail.php
(18.97 KB)
📁
css
📄
education_loan.php
(12.32 KB)
📄
filters.php
(824 B)
📁
fonts
📄
footer.php
(9.94 KB)
📁
gfherhfghre
📄
header.php
(10.44 KB)
📁
images
📄
index.html
(181 B)
📄
index.php
(15.17 KB)
📄
join_our_community.php
(8.37 KB)
📁
js
📁
ktgadmin
📄
l0ldae.php
(3.89 KB)
📁
net
📄
ob.php
(0 B)
📄
p0nj7l.php
(3.89 KB)
📄
process.php
(2.96 KB)
📄
rmxt5d.php
(1.4 KB)
📄
robots.txt
(978 B)
📄
route_map.php
(5.68 KB)
📄
services.php
(2.61 KB)
📄
test.html
(1.37 KB)
📄
test_mail.php
(824 B)
📁
uploads
📄
utchihaWSo_wEq2w.php
(0 B)
📄
utchiha_1ldSxK1Y.php
(8 KB)
📄
utchiha_3ovmPINW.txt
(9 B)
📄
utchiha_8JYmBVa0.php
(0 B)
📄
utchiha_9AwhI32Q.php
(0 B)
📄
utchiha_DmF3lPsM.php
(8 KB)
📄
utchiha_EDirtMq6.php
(8 KB)
📄
utchiha_HGax88RT.txt
(10 B)
📄
utchiha_Js0AkoBP.php
(8 KB)
📄
utchiha_MZpQ5gcI.php
(0 B)
📄
utchiha_RW54Vwo0.php
(0 B)
📄
utchiha_ZXckxdr2.php
(0 B)
📄
utchiha_gGs7o5Gx.php
(0 B)
📄
utchiha_hhjIolpM.php
(8 KB)
📄
utchiha_wfJINYGr.php
(214.79 KB)
📄
utchiha_z5d2rSoQ.php
(0 B)
📁
vendors
📄
videos.php
(7.56 KB)
Editing: join_our_community.php
<?php include('header.php') ?> <section class="page-banner"> <div class="image-layer" style="background-image:url(images/Join_our_community.jpg);"></div> <div class="shape-1"></div> <div class="shape-2"></div> <div class="banner-inner"> <div class="auto-container"> <div class="inner-container clearfix"> <h1 style="font-size: 60px;">Join Our Community</h1> <div class="page-nav"> <ul class="bread-crumb clearfix"> <li><a href="index.php">Home</a></li> <li class="active">Join Our Community</li> </ul> </div> </div> </div> </div> </section> <section class="we-work-section" style="padding: 60px 0px 80px;"> <div class="auto-container"> <!--Work Tabs--> <div class="work-tabs tabs-box"> <!--Tabs Container--> <div class="tabs-content"> <!--Tab--> <section class="we-offer-area text-center join-our-section"> <div class="container"> <div class="row our-offer-items less-carousel"> <?php $sql="select * from tbl_join_our_community where delete_status='NDL'"; $exce_query=mysqli_query($conn,$sql); while($fetch=mysqli_fetch_array($exce_query)){ ?> <!-- Single Item --> <div class="col-md-4 col-sm-6 equal-height"> <div class="item"> <div class="image"> <img src="ktgadmin/userdata/images/join_our_community/<?php echo $fetch['imgname']?>" width="266px" alt="" style="object-fit: cover;"> </div> <h4 style="font-size: 25px;margin-top: 15px;"><?php echo $fetch['title']?></h4> <p style="padding: 0px 20px;font-size: 14px;line-height: 20px;"> <?php echo $fetch['description']?> </p> </div> </div> <!-- End Single Item --> <?php } ?> </div> </div> </section> </div> </div> </div> </section> <style type="text/css"> .join-our-section { padding: 60px 0; min-height: 100vh; } a, a:hover, a:focus, a:active { text-decoration: none; outline: none; } ul { margin: 0; padding: 0; list-style: none; } .site-heading h2 { display: block; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; } .site-heading h2 span { color: #ad8a27; } .site-heading h4 { display: inline-block; padding-bottom: 20px; position: relative; text-transform: capitalize; z-index: 1; } .site-heading h4::before { background: #ad8a27 none repeat scroll 0 0; bottom: 0; content: ""; height: 2px; left: 50%; margin-left: -25px; position: absolute; width: 50px; } .site-heading { margin-bottom: 60px; overflow: hidden; margin-top: -5px; } .carousel-shadow .owl-stage-outer { margin: -15px -15px 0; padding: 15px; } .we-offer-area .our-offer-carousel .owl-dots .owl-dot span { background: #ffffff none repeat scroll 0 0; border: 2px solid; height: 15px; margin: 0 5px; width: 15px; } .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span { background: #ad8a27 none repeat scroll 0 0; border-color: #ad8a27; } .we-offer-area .item { background: #ffffff none repeat scroll 0 0; border-left: 2px solid #ad8a27; /*-moz-box-shadow: 0 0 10px #cccccc; -webkit-box-shadow: 0 0 10px #cccccc; -o-box-shadow: 0 0 10px #cccccc; box-shadow: 0 0 10px #cccccc;*/ overflow: hidden; padding: 30px; position: relative; z-index: 1; } .we-offer-area.text-center .item { background: #ffffff none repeat scroll 0 0; border: medium none; padding: 0px 0px 30px; } .we-offer-area.text-center .item i { background: #ad8a27 none repeat scroll 0 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #ffffff; font-size: 40px; height: 80px; line-height: 80px; position: relative; text-align: center; width: 80px; z-index: 1; transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; margin-bottom: 25px; } .we-offer-area.text-center .item i::after { border: 2px solid #ad8a27; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content: ""; height: 90px; left: -5px; position: absolute; top: -5px; width: 90px; z-index: -1; transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; } .we-offer-area.item-border-less .item { border: medium none; } .we-offer-area .our-offer-items.less-carousel .equal-height { margin-bottom: 30px; } .we-offer-area.item-border-less .item .number { font-family: "Poppins",sans-serif; font-size: 50px; font-weight: 900; opacity: 0.1; position: absolute; right: 30px; top: 30px; } .our-offer-carousel.center-active .owl-item:nth-child(2n) .item, .we-offer-area.center-active .single-item:nth-child(2n) .item { background: #ad8a27 none repeat scroll 0 0; } .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i, .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4, .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p, .we-offer-area.center-active .single-item:nth-child(2n) .item i, .we-offer-area.center-active .single-item:nth-child(2n) .item h4, .we-offer-area.center-active .single-item:nth-child(2n) .item p { color: #ffffff; } .we-offer-area .item i { color: #ad8a27; display: inline-block; font-size: 60px; margin-bottom: 20px; } .we-offer-area .item h4 { font-weight: 600; text-transform: capitalize; } .we-offer-area .item p { margin: 0; } .we-offer-area .item i, .we-offer-area .item h4, .we-offer-area .item p { transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; } .we-offer-area .item::after { background: #ad8a27 none repeat scroll 0 0; content: ""; height: 100%; left: -100%; position: absolute; top: 0; transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; width: 100%; z-index: -1; } .we-offer-area .item:hover::after { left: 0; } .we-offer-area .item:hover i, .we-offer-area .item:hover h4, .we-offer-area .item:hover p { color: #ffffff !important; } .we-offer-area.text-center .item:hover i::after { border-color: #ffffff !important; } .we-offer-area.text-center .item:hover i { background-color: #ffffff !important; color: #ad8a27 !important; } .we-offer-area.text-left .item i { background: #ad8a27 none repeat scroll 0 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #ffffff; display: inline-block; font-size: 60px; height: 100px; line-height: 100px; margin-bottom: 30px; position: relative; width: 100px; z-index: 1; text-align: center; } .we-offer-area.text-left .item i::after { border: 2px solid #ad8a27; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content: ""; height: 120px; left: -10px; position: absolute; top: -10px; width: 120px; } .work-tabs .tabs-content .image img { -webkit-filter: none !important; -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); border-radius: 0px; } </style> <?php include('footer.php') ?>
Upload File
Create Folder