HEX
Server: Apache
System: Linux server.tcoe.in 4.18.0-553.45.1.el8_10.x86_64 #1 SMP Wed Mar 19 09:44:46 EDT 2025 x86_64
User: bharatdigicom (1007)
PHP: 8.1.32
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/bharatdigicom/public_html/wp-content/themes/neve/page_single21042023.php
<?php
/*
 * Template Name: single pager
 * description: >-
  Page template without sidebar
 */

get_header();

//http://web.xsinfosol.com/wordpress/privacy-policy-2?sp=33
//http://web.xsinfosol.com/wordpress/privacy-policy-2/?sp=33
         global $wpdb;
		 $p_id=$_REQUEST['sp'];
         $single_table = $wpdb->prefix.'single_pager';			
		 $resultcat = $wpdb->get_results( "SELECT * FROM ".$single_table." WHERE company_id='$p_id'");
?>

<!--`company_id`,
  `company_name`,
  `company_logo`,
  `about_comp`,
  `comp_address`,
  `list_of_key`,
  `key_working`,
  `image_path`,
  `deploymeny_detail`,
  `patent_and_ip`,
  `Incubated`,
  `Collaboration`,
  `Awards`,
  `Application_Business`,
  `Our_Team`,
  `Contact_Details`,
  `webLink`,-->

  <!-- Vendor CSS Files -->
  <link href="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/aos/aos.css" rel="stylesheet">
  <link href="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  <link href="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
  <link href="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/remixicon/remixicon.css" rel="stylesheet">
  <link href="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">

  <!-- Template Main CSS File -->
  <link href="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/css/style.css" rel="stylesheet">

  <header id="header" class="header">
    <div class="container-fluid container-xl d-flex align-items-center justify-content-between">
      <?php 
	  $url=get_home_url();
	  $list_of_logos= $resultcat['0']->company_logo;
      $arr_list_of_logo=explode(',',$list_of_logos);
if(count($arr_list_of_logo)>0)
{
   $list_of_logos2= $arr_list_of_logo['0'];
      $arr_list_of_logo2=explode('id=',$list_of_logos2);
	  if(count($arr_list_of_logo2)>1)
     { 
 if($resultcat['0']->webLink)
 {
  $url2= $resultcat['0']->webLink;
   if (!preg_match("~^(?:f|ht)tps?://~i", $url2))
	   {
        $url2 = "http://" . $url2;
       }
 }
	  ?>
      <a href="<?php echo $url;?>" class="logo d-flex align-items-center" target="_blank">
        <img src="<?php echo "https://drive.google.com/uc?export=view&id=".$arr_list_of_logo2[1];?>" alt="<?php echo $resultcat['0']->company_name;?>">
       </a>
 <?php
	 }
	 else
	 {
	?>
      <a href="<?php echo $url2;?>" class="logo d-flex align-items-center" target="_blank">
        <img src="<?=$arr_list_of_logo['0']?>" alt="<?php echo $resultcat['0']->company_name;?>">
       </a>
 <?php	 
	 }
}
 if($resultcat['0']->webLink)
 {
  $url2= $resultcat['0']->webLink;
   if (!preg_match("~^(?:f|ht)tps?://~i", $url2))
	   {
        $url2 = "http://" . $url2;
       }
 }
?>
      <nav id="navbar" class="navbar">
       
        <i class="bi bi-list mobile-nav-toggle"></i>
      </nav>
      <!-- .navbar -->

    </div>
  </header>
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
	<div class="col-md-12 text-center">
       <h3 class="col-xs-12">
      <?php echo $resultcat['0']->company_name;?> </h3>
    </div>
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1 class="text-left m-0" data-aos="fade-up">About Company</h1>
<p data-aos="fade-up" data-aos-delay="400"><?php echo $resultcat['0']->about_comp;?></p>
          <div data-aos="fade-up" data-aos-delay="600">
            <div class="text-center text-lg-start">
             <!--  <a href="<?php echo $url;?>" target="_blank" class="btn-get-started scrollto mt-0 d-inline-flex align-items-center justify-content-center align-self-center">
                <span>View more</span>
                <i class="bi bi-arrow-right"></i>
              </a> -->
            </div>
          </div>

</div>
<div class="col-lg-6 hero-img aos-init aos-animate" data-aos="zoom-out" data-aos-delay="200">
    <?php
 $top_img= $resultcat['0']->top_image;
     
if($top_img)
{
   $list_of_top= $top_img;
      $arr_list_of_top=explode('id=',$list_of_top);
	  if(count($arr_list_of_top)>1)
     { 
	  ?>
      
        <img src="<?php echo "https://drive.google.com/uc?export=view&id=".$arr_list_of_top[1];?>" alt="<?php echo $resultcat['0']->company_name;?>" class="img-fluid">
      
 <?php
	 }
	 else
	 {
	?>
	 <img src="<?php echo $arr_list_of_top['0'];?>" alt="<?php echo $resultcat['0']->company_name;?>" class="img-fluid">
<?php	 
	 }
}
	 else
	 {
	?>
          <img src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/img/hero-img.png" class="img-fluid" alt="">
<?php 
    } 

?>      
</div>
</div>
</div>
</section><!-- ======= About Section ======= -->
<main id="main">

<section class="about">
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center bg-light-gray" data-aos="fade-up" data-aos-delay="200">
<div class="content">
<h2>Deployment Details (Projects/ Pilots/ Field Trials)</h2>
<?php echo $resultcat['0']->deploymeny_detail;?>

</div>
</div>
<div class="col-lg-6 d-flex align-items-center bg-light-gray" data-aos="zoom-out" data-aos-delay="200">
<div>
<div class="content col-md-12 bg-light-blue">
<h2>Patents and IP disclosures</h2>
<p class="mb-0"><?php echo $resultcat['0']->patent_and_ip;?></p>


</div>
<?php
 $mid_img= $resultcat['0']->middle_image;
     
if($mid_img)
{
   $list_of_mid= $mid_img;
      $arr_list_of_mid=explode('id=',$list_of_mid);
	  if(count($arr_list_of_mid)>1)
     { 
	  ?>
      
        <img src="<?php echo "https://drive.google.com/uc?export=view&id=".$arr_list_of_mid[1];?>" alt="<?php echo $resultcat['0']->company_name;?>" class="img-fluid">
      
 <?php
	 }
	 else
	 {
	?>
	 <img src="<?php echo $arr_list_of_mid['0'];?>" alt="<?php echo $resultcat['0']->company_name;?>" class="img-fluid">
<?php	 
	 }
}
	 else
	 {
	?>
          <img src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/img/about.jpg" class="img-fluid" alt="">
<?php 
    } 

?> 

</div>
</div>
</div>
</div>
</section><!-- End About Section -->

<!-- ======= Values Section ======= -->

<section id="values" class="values">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>List of Key Offerings</h2>
<p> Products and Solutions </p>

</header>
<div class="row d-flex justify-content-center">

<?php $list_of_key= $resultcat['0']->list_of_key;
$arr_list_of_key=explode(',',$list_of_key);     
if(count($arr_list_of_key)>0)
{
	foreach($arr_list_of_key as $prod_key)
	{
   
      $arr_key_of_prod2=explode('id=',$prod_key);
	  if(count($arr_key_of_prod2)>1)
     { 
 ?>
<div class="col-lg-3 mb-3" data-aos="fade-up" data-aos-delay="200">
<div class="box"><img src="<?php echo "https://drive.google.com/uc?export=view&id=".$arr_key_of_prod2[1];?>" alt="<?php echo $resultcat['0']->company_name;?>">

<!--Eum ad dolor et. Autem aut fugiat debitis voluptatem consequuntur sit. Et veritatis id.

-->

</div>
</div>
<?php
	 }
	 else
	 {
		 
	?>
<div class="col-lg-3 mb-3" data-aos="fade-up" data-aos-delay="200">
<div class="box"><img class="img-fluid" src="<?php echo $prod_key; ?>" alt="<?php echo $resultcat['0']->company_name;?>">
<h3><?=$onekey?></h3>
<!--Eum ad dolor et. Autem aut fugiat debitis voluptatem consequuntur sit. Et veritatis id.

-->

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

</div>
<!--  -->

</div>
</div>
</section><!-- End Values Section -->

<!-- ======= Counts Section ======= -->

<!-- ======= Features Section ======= -->

<section id="features" class="features bg-light-gray">
<div class="container" data-aos="fade-up">
<header class="section-header">
	<p class="text-white">Application / Business Verticals</p>

</header>
<div class="row">
<div class="col-lg-6">
<?php
 $bottom_img= $resultcat['0']->bottom_image;
     
if($bottom_img)
{
   $list_of_bottom= $bottom_img;
      $arr_list_of_bottom=explode('id=',$list_of_bottom);
	  if(count($arr_list_of_bottom)>1)
     { 
	  ?>
      
        <img src="<?php echo "https://drive.google.com/uc?export=view&id=".$arr_list_of_bottom[1];?>" alt="<?php echo $resultcat['0']->company_name;?>" class="img-fluid">
      
 <?php
	 }
	 else
	 {
	?>
	 <img src="<?php echo $arr_list_of_bottom['0'];?>" alt="<?php echo $resultcat['0']->company_name;?>" class="img-fluid">
<?php	 
	 }
}
	 else
	 {
	?>
          <img src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/img/features.png" class="img-fluid" alt="">
<?php 
    } 

?> 
</div>
<div class="col-lg-6 mt-5 mt-lg-0 ">
<div class="row align-self-center gy-4">
<?php $Application_Business= $resultcat['0']->Application_Business;
$arr_app=explode(',',$Application_Business);
if(count($arr_app)>0)
{
foreach($arr_app as $oneapp)
{
?>
<div class="col-md-6" data-aos="zoom-out" data-aos-delay="200">
<div class="feature-box d-flex align-items-center"><i class="bi bi-check"></i>
<h3><?=$oneapp;?></h3>
</div>
</div>
<?php 
}
}?>
</div>
</div>
</div>
<!-- / row -->
<!-- ======= Portfolio Section ======= -->

<section id="portfolio" class="portfolio">
<div class="container" data-aos="fade-up">
<header class="section-header mt-5">
	<h2 class="text-white"> Images </h2>

<p class="text-white">(Products with Key features, Solutions with Deployment scenarios)</p>

</header>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
 	<!-- <li class="filter-active" data-filter="*">All</li> -->
 	<!-- <li data-filter=".filter-app">App</li> -->
 <!-- 	<li data-filter=".filter-card">Card</li>
 	<li data-filter=".filter-web">Web</li> -->
</ul>
</div>
</div>
<div class="row gy-4 portfolio-container" data-aos="fade-up" data-aos-delay="200">

<?php
      $list_of_prods= $resultcat['0']->image_path;
      $arr_list_of_prod=explode(',',$list_of_prods);
if(count($arr_list_of_prod)>0)
{
	foreach($arr_list_of_prod as $prod_img)
	{
   
      $arr_list_of_prod2=explode('id=',$prod_img);
	  if(count($arr_list_of_prod2)>1)
     { 
 ?>
<div class="col-lg-3 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap"><img src="<?php echo "https://drive.google.com/uc?export=view&id=".$arr_list_of_prod2[1];?>" alt="<?php echo $resultcat['0']->company_name;?>">
<div class="portfolio-info">
<h4><?php echo $resultcat['0']->company_name;?></h4>
<?php echo $resultcat['0']->company_name;?>
<div class="portfolio-links"><i class="bi bi-plus"></i>
<i class="bi bi-link"></i></div>
</div>
</div>
</div>
<?php
	 }
	 else
	 {
		 
	?>
<div class="col-lg-3 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap"><img src="<?php echo $prod_img;?>" alt="<?php echo $resultcat['0']->company_name;?>">
<div class="portfolio-info">
<h4><?php echo $resultcat['0']->company_name;?></h4>
<?php echo $resultcat['0']->company_name;?>
<div class="portfolio-links"><i class="bi bi-plus"></i>
<i class="bi bi-link"></i></div>
</div>
</div>
</div>
<?php	 
	 }
	}
}
?>







</div>
</div>
</section><!-- End Portfolio Section -->

<!-- Feature Tabs -->
<div class="row feture-tabs bg-white shadow p-3 rounded" data-aos="fade-up">
<div class="col-lg-6">
  <div class="bg-award">
<h3> <p> Awards/ Recognitions/Certifications </p></h3>
<!-- Tabs -->



<!-- End Tabs -->

<!-- Tab Content -->
<div class="tab-content">
<div id="tab1" class="tab-pane fade show active">
<p class="text-justify text-dark"><?php echo $resultcat['0']->Awards;?></p>

</div>
<!-- End Tab 1 Content -->

</div>
</div>
</div>
<div class="col-lg-6">
<div class="bg-collaboration">
  <h3> <p> Collaboration / Partnerships Opportunities</p></h3>
  <p class="text-justify text-dark"><?php echo $resultcat['0']->Collaboration;?></p>

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

<!-- End Feature Icons -->

</div>
</section><!-- End Features Section -->

<!-- ======= F.A.Q Section ======= -->

<!-- ======= Team Section ======= -->

<section id="team" class="team bg-light-blue">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Team</h2>
<p>Our hard working team</p>

</header>
<div class="row text-center gy-4">
 <?php 
	  
	  $list_of_team= $resultcat['0']->Our_Team;
      $arr_list_of_team=explode(',',$list_of_team);
if(count($arr_list_of_team)>0)
{ 
	
 foreach($arr_list_of_team as $team_img)
	{
		 $list_of_team2= $team_img;
         $arr_list_of_team2=explode('id=',$list_of_team2);
	if(count($arr_list_of_team2)>1)
     { 
	  ?>
<div class="col">
 <img src="<?php echo "https://drive.google.com/uc?export=view&id=".$arr_list_of_team2[1];?>" alt="<?php echo $resultcat['0']->company_name;?>">
</div>
<?php
	 }
	
	 else
	 {
		 ?>
		<div class="col">
 <img src="<?php echo $arr_list_of_team2[0];?>" alt="<?php echo $resultcat['0']->company_name;?>">
</div> 
	 <?php }
	 }
}
else
{
 ?>
<div class="col">
 <img src="<?php echo $list_of_team;?>" alt="<?php echo $resultcat['0']->company_name;?>">
</div> 
	 <?php	
}
?>


</div>
</div>
</section><!-- End Team Section -->

<!-- ======= Contact Section ======= -->

<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Contact</h2>
<p> Contact Us </p>

</header>
<div class="row gy-4">
<div class="col-lg-12">
<div class="row gy-4">
<div class="col-md-4">
<div class="info-box"><i class="bi bi-geo-alt"></i>
<h3>Address</h3>
<?php echo $resultcat['0']->comp_address;?>

</div>
</div>
<div class="col-md-4">
<div class="info-box"><i class="bi bi-telephone"></i>
<h3>Call Us</h3>
<?php echo $resultcat['0']->Contact_Details;?>

</div>
</div>
<div class="col-md-4">
<div class="info-box"><i class="bi bi-globe"></i>
<h3>Website</h3>
<a href="<?=$url2;?>" target="_blank"> <?=$url2;?></a>


</div>
</div>
<!-- <div class="col-md-6">
<div class="info-box"><i class="bi bi-envelope"></i>
<h3>Email Us</h3>
naresh@aeroespacial.in

</div>
</div> -->

</div>
</div>

</div>
</div>
</section><!-- End Contact Section -->

</main>


  <script src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/purecounter/purecounter_vanilla.js"></script>
  <script src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/aos/aos.js"></script>
  <script src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/glightbox/js/glightbox.min.js"></script>
 <script src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
 <script src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/vendor/swiper/swiper-bundle.min.js"></script> 
  <!-- <script src="assets/vendor/php-email-form/validate.js"></script> -->

  <!-- Template Main JS File -->
  <script src="<?php echo get_home_url(); ?>/wp-content/themes/neve/single-pager-assets/assets/js/main.js"></script>

<?php

get_footer();
?>
<script>
function send_mail()
{
	alert("Thanks. We will contact you soon.");
	return false;
}
</script>