:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/greenboxwood.com/**
:: Editing File: industrial.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">Industries <span>We Serve</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">Industries We Serve</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-4 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/Industries/AUTOMOBILE.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="#" style="font-weight: bold; color: #333;">AUTOMOBILE</a></h3> </div> </div> </div> <!-- 2. Engineering --> <div class="col-lg-4 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/Industries/ENGINEERING.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="#" style="font-weight: bold; color: #333;">ENGINEERING</a></h3> </div> </div> </div> <!-- 3. Pharmaceuticals --> <div class="col-lg-4 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/Industries/PHARMACEUTICALS.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="#" style="font-weight: bold; color: #333;">PHARMACEUTICALS</a></h3> </div> </div> </div> <!-- 4. Electrical Equipment --> <div class="col-lg-4 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/Industries/ELECTRICAL-EQUIPMENT.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="#" style="font-weight: bold; color: #333;">ELECTRICAL EQUIPMENT</a></h3> </div> </div> </div> <!-- 5. Heavy Machinery --> <div class="col-lg-4 col-md-6 mb-4 project-item-box heavy-machinery"> <div class="project-item wow fadeInUp" data-wow-delay="0.2s"> <div class="project-image"> <figure class="image-anime"> <img src="logo/Industries/HEAVY-MACHINERY.jpg.jpeg" alt="Heavy Machinery" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="#" style="font-weight: bold; color: #333;">HEAVY MACHINERY</a></h3> </div> </div> </div> <!-- 6. Food Processing --> <div class="col-lg-4 col-md-6 mb-4 project-item-box food-processing"> <div class="project-item wow fadeInUp" data-wow-delay="0.4s"> <div class="project-image"> <figure class="image-anime"> <img src="logo/Industries/FOOD-PROCESSING.jpg.jpeg" alt="Food Processing" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="#" style="font-weight: bold; color: #333;">FOOD PROCESSING</a></h3> </div> </div> </div> <!-- 7. Agriculture --> <div class="col-lg-4 col-md-6 mb-4 project-item-box agriculture"> <div class="project-item wow fadeInUp"> <div class="project-image"> <figure class="image-anime"> <img src="logo/Industries/AGRICULTURE.jpg.jpeg" alt="Agriculture" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="#" style="font-weight: bold; color: #333;">AGRICULTURE</a></h3> </div> </div> </div> <!-- 8. Logistics & Warehousing --> <div class="col-lg-4 col-md-6 mb-4 project-item-box logistics"> <div class="project-item wow fadeInUp" data-wow-delay="0.2s"> <div class="project-image"> <figure class="image-anime"> <img src="logo/Industries/LOGISTICS-WAREHOUSING.jpg.jpeg" alt="Logistics & Warehousing" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="#" style="font-weight: bold; color: #333;">LOGISTICS & WAREHOUSING</a></h3> </div> </div> </div> <!-- 9. Manufacturing Industries --> <div class="col-lg-4 col-md-6 mb-4 project-item-box manufacturing"> <div class="project-item wow fadeInUp" data-wow-delay="0.4s"> <div class="project-image"> <figure class="image-anime"> <img src="logo/Industries/MANUFACTURING-INDUSTRIES.jpg.jpeg" alt="Manufacturing Industries" style="width: 100%; height: 250px; object-fit: cover; border-radius: 10px;"> </figure> </div> <div class="project-content text-center mt-2"> <h3><a href="#" style="font-weight: bold; color: #333;">MANUFACTURING INDUSTRIES</a></h3> </div> </div> </div> </div> </div> </div> <?php include"footer.php"?>