Skip to main content
title

Collage Sections


1 2

Amazing Story

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Our Services
                
                  <!-- =========={ COLLAGE }==========  -->
                  <div id="collages" class="section py-6 py-md-7 bg-white">
                    <div class="container">
                      <!-- row -->
                      <div class="row">
                        <div class="col-lg-6 px-2 px-md-0 text-center">
                          <div class="image-collage lightgallery-thumbnail mt-6 mb-9">
                            <a href="src/img-min/project/project_1.jpg" data-sub-html="Image title">
                              <img class="img-fluid" src="src/img-min/project/project_1.jpg" alt="image title" data-aos="fade-up">
                            </a>
                            <a href="src/img-min/project/project_2.jpg" data-sub-html="Image title">
                              <img class="img-fluid" src="src/img-min/project/project_2.jpg" alt="image title" data-aos="fade-up" data-aos-delay="100">
                            </a>
                            <a href="src/img-min/project/project_3.jpg" data-sub-html="Image title">
                              <img class="img-fluid" src="src/img-min/project/project_3.jpg" alt="image title" data-aos="fade-up" data-aos-delay="200">
                            </a>
                            <a href="src/img-min/project/project_4.jpg" data-sub-html="Image title">
                              <img class="img-fluid" src="src/img-min/project/project_4.jpg" alt="image title" data-aos="fade-up" data-aos-delay="300">
                            </a>
                            <a href="src/img-min/project/project_5.jpg" data-sub-html="Image title">
                              <img class="img-fluid" src="src/img-min/project/project_5.jpg" alt="image title" data-aos="fade-up" data-aos-delay="400">
                            </a>
                          </div>
                        </div>

                        <div class="col-lg-6 align-self-center" data-aos="fade-left">
                          <div class="mt-5 mt-lg-0 pb-1"> 
                            <h2 class="h1 fw-bold mb-3">Amazing <span class="fw-light">Story</span></h2>
                            <p class="lead mb-5">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
                            <a class="btn btn-outline-primary hover-button-up" href="#services">Our Services</a>
                          </div>
                        </div>
                      </div><!-- end row -->
                    </div>
                  </div><!-- End Collage -->
                
              
title images
title images

Amazing Story

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Our Services
                
                  <!-- =========={ COLLAGE }==========  -->
                  <div id="collages" class="section py-6 py-md-7 bg-light">
                    <div class="container">
                      <!-- row -->
                      <div class="row">
                        <div class="col-lg-5 order-lg-2 ms-auto text-center">
                          <div class="row g-0">
                            <div class="col-6" data-aos="fade-right">
                              <!-- Image -->
                              <div class="w-150 shadow-lg">
                                <img src="src/img-min/project/project_1.jpg" class="img-fluid border border-4 border-white" alt="title images">
                              </div>
                            </div>

                            <div class="col-6" data-aos="fade-left">
                              <!-- Image -->
                              <div class="w-150 mt-5 float-end shadow-lg">
                                <img src="src/img-min/project/project_3.jpg" class="img-fluid border border-4 border-white" alt="title images">
                              </div>
                            </div>
                          </div>
                        </div>

                        <div class="col-lg-6 order-lg-1 align-self-center" data-aos="fade-right">
                          <div class="mt-5 mt-lg-0 pb-1"> 
                            <h2 class="h1 fw-bold mb-3">Amazing <span class="fw-light">Story</span></h2>
                            <p class="lead mb-5">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
                            <a class="btn btn-outline-primary hover-button-up" href="#services">Our Services</a>
                          </div>
                        </div>
                      </div><!-- end row -->
                    </div>
                  </div><!-- End Collage -->