:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/greenboxwood.com/issue/**
:: Editing File: products.php
<?php include"header.php"?> <!-- Page Header Start --> <div class="page-header parallaxie"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <!-- Page Header Box Start --> <div class="page-header-box"> <h1 class="text-anime-style-2" data-cursor="-opaque">Our <span>Products</span></h1> <nav class="wow fadeInUp"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">home</a></li> <li class="breadcrumb-item active" aria-current="page">Products</li> </ol> </nav> </div> <!-- Page Header Box End --> </div> </div> </div> </div> <!-- Page Header End --> <!-- Page Contact Us Start --> <div class="page-contact-us"> <div class="container"> <div class="row project-item-boxes align-items-center mt-4"> <!-- 1. Automobile --> <div class="col-lg-6 col-md-6 mb-4 project-item-box automobile"> <div class="project-item wow fadeInUp"> <div class="project-image"> <figure class="image-anime"> <img src="logo/products/Wooden-Pallets.jpg.jpeg" alt="Automobile" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="Wooden-Exporting.php" style="font-weight: bold; color: #333;">Wooden Pallets</a></h3> </div> </div> </div> <!-- 2. Engineering --> <div class="col-lg-6 col-md-6 mb-4 project-item-box engineering"> <div class="project-item wow fadeInUp" data-wow-delay="0.2s"> <div class="project-image"> <figure class="image-anime"> <img src="logo/products/Wooden-Boxes-Crates.jpg.jpeg" alt="Engineering" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="Wooden-Boxes.php" style="font-weight: bold; color: #333;">Wooden Boxes & Crates</a></h3> </div> </div> </div> <!-- 3. Pharmaceuticals --> <div class="col-lg-6 col-md-6 mb-4 project-item-box pharmaceuticals"> <div class="project-item wow fadeInUp" data-wow-delay="0.4s"> <div class="project-image"> <figure class="image-anime"> <img src="logo/products/Export-Packaging.jpg.jpeg" alt="Pharmaceuticals" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="Export-Packaging.php" style="font-weight: bold; color: #333;">Export Packaging</a></h3> </div> </div> </div> <!-- 4. Electrical Equipment --> <div class="col-lg-6 col-md-6 mb-4 project-item-box electrical-equipment"> <div class="project-item wow fadeInUp"> <div class="project-image"> <figure class="image-anime"> <img src="logo/products/Wooden-Doors.jpg.jpeg" alt="Electrical Equipment" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="Wooden-Doors.php" style="font-weight: bold; color: #333;">Wooden Doors</a></h3> </div> </div> </div> </div> </div> </div> <?php include"footer.php"?>