File "products.html"

Full Path: /home/chawlag2/public_html/bikes/assets/img/testimonials/products.html
File size: 14.3 KB
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">

  <title>E-Bikes Variants</title>
  <meta content="" name="description">
  <meta content="" name="keywords">

  <!-- Favicons -->
  <link href="assets/img/logo.png" rel="icon">

  <!-- Google Fonts -->
  <link
    href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
    rel="stylesheet">
  <link href="https://fonts.cdnfonts.com/css/airstrike" rel="stylesheet">

  <!-- Vendor CSS Files -->
  <link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
  <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
  <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
  <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">

  <!-- Template Main CSS File -->
  <link href="assets/css/style.css" rel="stylesheet">

  <style>
    /* Overlay */
    .zoom-product .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      /* Semi-transparent black */
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 10px;
    }

    /* Show overlay on hover */
    .zoom-product:hover .overlay {
      opacity: 1;
    }

    .zoom-product .overlay h4 {
      margin: 0;
      font-size: 60px;
      font-family: 'Airstrike', sans-serif;
    }

    .airstrike {
      font-family: 'Airstrike', sans-serif;
    }
  </style>

  <!-- =======================================================
  * Template Name: Sailor
  * Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
  * Updated: Mar 17 2024 with Bootstrap v5.3.3
  * Author: BootstrapMade.com
  * License: https://bootstrapmade.com/license/
  ======================================================== -->
</head>

<body>
  <a href="https://api.whatsapp.com/send?phone=+923114995162&text=Hello" class="float" target="_blank">
    <i class="bi bi-whatsapp"></i>
  </a>

  <!-- ======= Header ======= -->
  <header id="header" class="sticky-top d-flex align-items-center"
    style="background: linear-gradient(90deg, #a7a8a4 0%, #a58b78 100%) !important;">
    <div class="container d-flex align-items-center">

      <h1 class="logo me-auto"><a href="../index.html"><img src="assets/img/logo2.png" class="img-fluid"
            style="width: 130px;" alt=""></a></h1>
      <!-- Uncomment below if you prefer to use an image logo -->
      <!-- <a href="index.html" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->

      <nav id="navbar" class="navbar">
        <ul>
          <li><a href="index.html">Home</a></li>
          <li><a href="about.html">About Us</a></li>
          <li><a href="products.html" class="active">Products</a></li>
          <!-- <li><a href="social.html">Social Responsibility</a></li> -->
          <!-- <li><a href="#">Gallery</a></li> -->
          <li><a href="#">Sitemap</a></li>
          <li><a href="contact.html">Contact Us</a></li>
          <li><a href="distributor.html">Apply As Distributor</a></li>
          <li><a href="https://global.qjmotor.com/"><img src="assets/img/logo_white.png" class="img-fluid"
                style="height: 60px;" alt=""></a></li>
          <li><a href="index.html"><img src="assets/img/nexusNew.png" class="img-fluid" style="width: 120px;"
                alt=""></a>
          </li>
          <!-- <li class="dropdown"><a href="#"><span>About</span> <i class="bi bi-chevron-down"></i></a>
            <ul>
              <li><a href="about.html">About</a></li>
              <li><a href="team.html">Team</a></li>
              <li><a href="testimonials.html">Testimonials</a></li>

              <li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
                <ul>
                  <li><a href="#">Deep Drop Down 1</a></li>
                  <li><a href="#">Deep Drop Down 2</a></li>
                  <li><a href="#">Deep Drop Down 3</a></li>
                  <li><a href="#">Deep Drop Down 4</a></li>
                  <li><a href="#">Deep Drop Down 5</a></li>
                </ul>
              </li>
            </ul>
          </li> -->
        </ul>
        <i class="bi bi-list mobile-nav-toggle"></i>
      </nav><!-- .navbar -->

    </div>
  </header><!-- End Header -->

  <main id="main" class="bg-body-secondary">

    <!-- ======= Breadcrumbs ======= -->
    <section id="breadcrumbs" class="breadcrumbs">
      <div class="container">

        <div class="d-flex justify-content-between align-items-center">
          <h2>Products</h2>
          <ol>
            <li><a href="index.html">Home</a></li>
            <li>Products</li>
          </ol>
        </div>

      </div>
    </section><!-- End Breadcrumbs -->

    <!-- ======= Portfolio Section ======= -->
    <section id="portfolio" class="portfolio">
      <div class="container-fluid">

        <!-- <div class="row">
          <div class="col-lg-12 d-flex justify-content-center">
            <ul id="portfolio-flters">
              <li data-filter="*" class="filter-active">All</li>
              <li data-filter=".filter-fish">Fish</li>
              <li data-filter=".filter-poultry">Poultry</li>
              <li data-filter=".filter-cattle">Cattle</li>
            </ul>
          </div>
        </div> -->

        <div class="row portfolio-container mt-5">

          <div class="col-lg-4 col-md-6 portfolio-item text-center">
            <a href="bike-tq.html">
              <div class="zoom-product bg-white rounded-4">
                <img src="assets/img/TQ/Tq-White.png" class="img-fluid mb-3 animate__animated animate__fadeInDown" alt="">
                <div class="overlay">
                  <h4>TQ</h4>
                  <h6>View Details</h6>
                </div>
              </div>
              <h1 class="airstrike">TQ</h1>
            </a>
          </div>

          <div class="col-lg-4 col-md-6 portfolio-item text-center">
            <a href="bike-dq.html">
              <div class="zoom-product bg-white rounded-4">
                <img src="assets/img/DQ/Dq.png" class="img-fluid mb-3 animate__animated animate__fadeInDown" alt="">
                <div class="overlay">
                  <h4>DQ</h4>
                  <h6>View Details</h6>
                </div>
              </div>
              <h1 class="airstrike">DQ</h1>
            </a>
          </div>

          <div class="col-lg-4 col-md-6 portfolio-item text-center">
            <a href="vcPlus.html">
              <div class="zoom-product bg-white rounded-4">
                <img src="assets/img/VC_Plus/black.png" class="img-fluid mb-3 animate__animated animate__fadeInDown"
                  alt="">
                <div class="overlay">
                  <h4>VC Plus</h4>
                  <h6>View Details</h6>
                </div>
              </div>
              <h1 class="airstrike">VC PLUS</h1>
            </a>
          </div>

          <div class="col-lg-4 col-md-6 portfolio-item text-center">
            <a href="bike-S2.html">
              <div class="zoom-product bg-white rounded-4">
                <img src="assets/img/S2/S2.png" class="img-fluid mb-3 animate__animated animate__fadeInDown" alt="">
                <div class="overlay">
                  <h4>S2</h4>
                  <h6>View Details</h6>
                </div>
              </div>
              <h1 class="airstrike">S2</h1>
            </a>
          </div>

          <div class="col-lg-4 col-md-6 portfolio-item text-center">
            <a href="bike-S5.html">
              <div class="zoom-product bg-white rounded-4">
                <img src="assets/img/S5/S5.png" class="img-fluid mb-3 animate__animated animate__fadeInDown" alt="">
                <div class="overlay">
                  <h4>S5</h4>
                  <h6>View Details</h6>
                </div>
              </div>
              <h1 class="airstrike">S5</h1>
            </a>
          </div>

          <div class="col-lg-4 col-md-6 portfolio-item text-center">
            <a href="bike-v3.html">
              <div class="zoom-product bg-white rounded-4">
                <img src="assets/img/V3/2.png" class="img-fluid mb-3 animate__animated animate__fadeInDown" alt="">
                <div class="overlay">
                  <h4>V3</h4>
                  <h6>View Details</h6>
                </div>
              </div>
              <h1 class="airstrike">V3</h1>
            </a>
          </div>

          <!-- <div class="col-lg-4 col-md-6 portfolio-item text-center">
            <a href="fort-250.html">
              <div class="zoom-product"><img src="assets/img/fort-250_F.png" class="img-fluid img-hor-vert mb-3 w-75 animate__animated animate__fadeInDown" alt=""></div>
              <h1>FORT 250</h1>
            </a>
          </div> -->

          <!-- <div class="col-lg-4 col-md-6 portfolio-item text-center">
            <a href="atr-150.html">
              <div class="zoom-product"><img src="assets/img/atr-150_F.png" class="img-fluid mb-3 w-75 animate__animated animate__fadeInDown img-hor-vert" alt=""></div>
              <h1>ATR 150</h1>
            </a>
          </div> -->

        </div>

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

  </main><!-- End #main -->

  <!-- ======= Footer ======= -->
  <footer id="footer">
    <div class="footer-top">
      <div class="container">
        <div class="row">

          <div class="col-lg-4 col-md-6">
            <div class="footer-info">
              <img src="assets/img/logo.png" style="width: 50%" alt="">
              <br>
              <p>
                Chawla Green Motors is a joint venture of Chawla Group and QJ motors which is a leader in smart
                motorcycle industry.
              </p>
              <div class="social-links mt-3">
                <a href="https://www.facebook.com/chawlagreenmotorsofficial/" class="facebook"><i
                    class="bi bi-facebook"></i></a>
                    <a href="https://www.instagram.com/chawlagreenmotors/" class="instagram"><i
                        class="bi bi-instagram"></i></a>
                    <a href="https://www.tiktok.com/@chawlageenmotors?_t=8qzo4RFxV3P&_r=1" class="instagram"><i
                        class="bi bi-tiktok"></i></a>
                    <a href="https://www.youtube.com/@ChawlaGreenMotors" class="instagram"><i
                        class="bi bi-youtube"></i></a>
                    <a href="https://snapchat.com/t/WuXX9kPU" class="instagram"><i
                        class="bi bi-snapchat"></i></a>
                <a href="https://www.threads.net/@chawlagreenmotors" class="threads"><i class="bi bi-threads"></i></a>
                <a href="https://www.linkedin.com/company/chawla-green-motors/about/?viewAsMember=true"
                  class="linkedin"><i class="bi bi-linkedin"></i></a>
              </div>
            </div>
          </div>

          <div class="col-lg-3 offset-md-1 col-md-6">
            <h3 class="text-light mb-4">Address</h3>
            <p><i class="bi bi-geo-alt-fill me-2"></i>3-KM Rohi Nala Road Kahna, Lahore, Pakistan</p>
            <p><i class="bi bi-telephone-fill me-2"></i><a href="tel:+923114995162">+92 311 4995162</a></p>
            <p><i class="bi bi-envelope-fill me-2"></i>info@chawlagreenmotors.com</p>
          </div>

          <!-- <div class="col-lg-4 col-md-6 footer-links">
            <h4>Our Products</h4>
            <ul>
              <li><i class="bx bx-chevron-right"></i><a href="vcPlus.html">VC PLUS</a></li>
              <li><i class="bx bx-chevron-right"></i><a href="bike-v3.html">V3 Series</a></li>
              <li><i class="bx bx-chevron-right"></i><a href="bike-dq.html">DQ Series</a></li>
              <li><i class="bx bx-chevron-right"></i><a href="bike-tq.html">TQ Series</a></li>
              <li><i class="bx bx-chevron-right"></i><a href="bike-s5.html">S5 Series</a></li>
            </ul>
          </div> -->

          <div class="col-lg-2 offset-md-1 col-md-6 footer-links">
            <h3>Our Products</h3>
            <ul>
                <li><i class="bx bx-chevron-right"></i><a href="bike-tq.html">TQ Series</a></li>
                <li><i class="bx bx-chevron-right"></i><a href="bike-dq.html">DQ Series</a></li>
                <li><i class="bx bx-chevron-right"></i><a href="bike-S5.html">S5 Series</a></li>
                <li><i class="bx bx-chevron-right"></i><a href="bike-S2.html">S2 Series</a></li>
                <li><i class="bx bx-chevron-right"></i><a href="vcPlus.html">VC PLUS</a></li>
                <li><i class="bx bx-chevron-right"></i><a href="bike-v3.html">V3 Series</a></li>
            </ul>
          </div>

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

    <div class="container">
      <div class="copyright">
        &copy; Copyright <strong><span>Acumen Technologies</span></strong>. All Rights Reserved
      </div>
    </div>
  </footer><!-- End Footer -->

  <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
      class="bi bi-arrow-up-short"></i></a>

  <!-- Vendor JS Files -->
  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
  <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
  <script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
  <script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
  <script src="assets/vendor/php-email-form/validate.js"></script>

  <!-- Template Main JS File -->
  <script src="assets/js/main.js"></script>

</body>

</html>