D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
buildteksolution
/
www
/
Filename :
terrace-vegetable-gardening.php
back
Copy
<!DOCTYPE html> <html lang="zxx"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Title --> <title>Terrace Vegetable Gardening Service</title> <!-- Favicon Icon --> <link rel="shortcut icon" href="assets/images/logos/favicon.png" type="image/x-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css2?family=Hind:wght@400;500&family=Poppins:wght@400;500;600&display=swap" rel="stylesheet"> <!-- Flaticon --> <link rel="stylesheet" href="assets/css/flaticon.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="assets/css/fontawesome-5.14.0.min.css"> <!-- Bootstrap --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <!-- Magnific Popup --> <link rel="stylesheet" href="assets/css/magnific-popup.min.css"> <!-- Nice Select --> <link rel="stylesheet" href="assets/css/nice-select.min.css"> <!-- Animate --> <link rel="stylesheet" href="assets/css/aos.css"> <!-- Slick --> <link rel="stylesheet" href="assets/css/slick.min.css"> <!-- Main Style --> <link rel="stylesheet" href="assets/css/style.css"> </head> <body> <div class="page-wrapper"> <?php include("header.php"); ?> <!-- Page Banner Start --> <section class="page-banner-area overlay py-170 rpy-120 rel z-1 bgs-cover text-center" style="background-image: url(assets/images/background/banner-two.jpg);"> <div class="container"> <div class="banner-inner pt-70 rpt-50 text-white"> <h2 class="page-title" data-aos="fade-up" data-aos-duration="1500" data-aos-offset="50">Terrace Vegetable Gardening Service</h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb justify-content-center" data-aos="fade-up" data-aos-delay="200" data-aos-duration="1500" data-aos-offset="50"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active">Terrace Vegetable Gardening Service</li> </ol> </nav> </div> </div> <div class="bg-lines for-black-bg"> <span></span><span></span> <span></span><span></span> </div> </section> <!-- Page Banner End --> <!-- Service Details Area Start --> <section class="service-details-area py-130 rpy-100 rel z-1"> <div class="container"> <div class="row gap-70"> <div class="col-lg-4"> <div class="service-sidebar rmb-75"> <div class="widget widget-category" data-aos="fade-up" data-aos-duration="1500" data-aos-offset="50"> <ul> <li><a href="waterproofing.php">Waterprofing</a></li> <li><a href="waterfalls.php">Waterfalls</a></li> <li><a href="terrace-vegetable-gardening.php">Terrace Vegetable Gardening</a></li> <li><a href="column-strengthening.php">Column Strengthening</a></li> <li><a href="basement-treatment.php">Basement Treatment</a></li> <li><a href="expansion-joints.php">Expansion joints</a></li> </ul> </div> </div> </div> <div class="col-lg-8"> <div class="service-details-conntent"> <div class="image mb-40" data-aos="fade-up" data-aos-delay="50" data-aos-duration="1500" data-aos-offset="50"> <img src="assets/images/services/service-details.jpg" alt="Service Details"> </div> <h3 class="title mb-20">Terrace Vegetable Gardening</h3> <p>Terrace Vegetable Gardening is a sustainable and rewarding practice of growing fresh vegetables on your terrace or rooftop. This innovative gardening method allows individuals to cultivate a variety of vegetables in containers or raised beds, utilizing limited space effectively. With Terrace Vegetable Gardening, you can enjoy the pleasure of harvesting homegrown produce right from your own home, contributing to a healthier lifestyle and reducing your carbon footprint. Whether you're a seasoned gardener or a beginner, this approach offers a convenient and accessible way to grow your own food while connecting with nature. </p> <h3 class="title mb-20">Service Benefits</h3> <ul class="list-style-four ps-md-4 mt-20 mb-40"> <li>Enjoy the taste and nutritional benefits of freshly harvested vegetables grown without harmful chemicals.</li> <li>Make the most of limited urban spaces like terraces and rooftops to create green havens and increase greenery.</li> <li>Easily accessible gardening right at your doorstep, requiring minimal travel or transportation.</li> <li>Save money on grocery bills by growing your own vegetables and reducing reliance on store-bought produce.</li> </ul> <a href="contact.php" class="theme-btn me-4">Contact Now <i class="far fa-angle-double-right"></i></a> </div> </div> </div> </div> <div class="bg-lines"> <span></span><span></span> <span></span><span></span> </div> </section> <!-- Service Details Area End --> <!-- Next Pres Services Area start --> <!-- Next Pres Services Area end --> <!-- footer area start --> <?php include("footer.php"); ?> <!-- footer area end --> </div> <!--End pagewrapper--> <!-- Jquery --> <script src="assets/js/jquery-3.6.0.min.js"></script> <!-- Bootstrap --> <script src="assets/js/bootstrap.min.js"></script> <!-- Appear Js --> <script src="assets/js/appear.min.js"></script> <!-- Slick --> <script src="assets/js/slick.min.js"></script> <!-- Magnific Popup --> <script src="assets/js/jquery.magnific-popup.min.js"></script> <!-- Nice Select --> <script src="assets/js/jquery.nice-select.min.js"></script> <!-- Image Loader --> <script src="assets/js/imagesloaded.pkgd.min.js"></script> <!-- Circle Progress --> <script src="assets/js/circle-progress.min.js"></script> <!-- Skillbar --> <script src="assets/js/skill.bars.jquery.min.js"></script> <!-- Isotope --> <script src="assets/js/isotope.pkgd.min.js"></script> <!-- AOS Animation --> <script src="assets/js/aos.js"></script> <!-- Custom script --> <script src="assets/js/script.js"></script> </body> </html>