You are on page 1of 2

<!

-- Projects -->
    <section id="projects">
      <div class="container">
        <div class="row text-center mb-5">
          <div class="col">
            <h2>Our Projects</h2>
          </div>
        </div>
        <div class="row">
          <div class="col-sm-4 mb-3">
            <div class="card">
              <img src="img/honeymoon.jpg" class="card-img-top" alt="projects"
/>
              <div class="card-body">
                <p class="card-text">Some quick example text to build on the
card title and make up the bulk of the card's content.</p>
              </div>
            </div>
          </div>
          <div class="col-sm-4 mb-3">
            <div class="card">
              <img src="img/honeymoon.jpg" class="card-img-top" alt="projects"
/>
              <div class="card-body">
                <p class="card-text">Some quick example text to build on the
card title and make up the bulk of the card's content.</p>
              </div>
            </div>
          </div>
          <div class="col-sm-4 mb-3">
            <div class="card">
              <img src="img/honeymoon.jpg" class="card-img-top" alt="projects"
/>
              <div class="card-body">
                <p class="card-text">Some quick example text to build on the
card title and make up the bulk of the card's content.</p>
              </div>
            </div>
          </div>
          <div class="col-sm-4 mb-3">
            <div class="card">
              <img src="img/honeymoon.jpg" class="card-img-top" alt="projects"
/>
              <div class="card-body">
                <p class="card-text">Some quick example text to build on the
card title and make up the bulk of the card's content.</p>
              </div>
            </div>
          </div>
          <div class="col-sm-4 mb-3">
            <div class="card">
              <img src="img/honeymoon.jpg" class="card-img-top" alt="projects"
/>
              <div class="card-body">
                <p class="card-text">Some quick example text to build on the
card title and make up the bulk of the card's content.</p>
              </div>
            </div>
          </div>
          <div class="col-sm-4 mb-3">
            <div class="card">
              <img src="img/honeymoon.jpg" class="card-img-top" alt="projects"
/>
              <div class="card-body">
                <p class="card-text">Some quick example text to build on the
card title and make up the bulk of the card's content.</p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- Akhir Projects -->

You might also like