Hello

I'm trying to copy the style of the 2 section with the images from 'About Us' page.

The part inside the red square I show you in the image...

Totally, I want to have 6 sections with their images.

I've tried by deleting parts I don't want from the code, but the result is always wrong.

Please, give me the code for these 2 sections (including its images and the linked text under them), to paste it in the article.

(If you want, I can give you the full code of this page...)

    technova76
    Hi
    below is the HTML code for these two sections :

    <div class="about-us">
    	<div class="container">
    		
    		<div class="group group-section-2">
    			<div class="row">
    				<div class="col-md-6 cold-sm-12">
    					<div class="picture-des"><img src="/images/joomlart/other/picture-about-1.jpg" alt=""></div>
    				</div>
    				<div class="col-md-6 cold-sm-12">
    					<div class="content-desciption">
    						<h2>Founded on passion and experience</h2>
    
    						<p>For more than 25 years, we've made it our mission to bring water and sanitation to the world. Founded by Gary White and Matt Damon, we pioneer market-driven financial solutions to the global water crisis.bringing small, affordable loans and expert resources to make household water and sanitation solutions a reality.</p>
    
    						<div class="link-text">
    							<a title="Link" href="#">Meet our team <i class="fa fa-angle-right" aria-hidden="true"></i></a>
    						</div>
    					</div>
    				</div>
    			</div>
    		</div>
    		<div class="group group-section-3">
    			<div class="row">
    				<div class="col-md-6 cold-sm-12">
    					<div class="content-desciption">
    						<h2>Our approach is proven and powerful</h2>
    
    						<p>Charity alone is not a long-term solution. We seek sustainable financial solutions that empower people with access to the water and sanitation solutions they need.That's why we created WaterCredit, bringing small, affordable loans and expert resources to make household water and sanitation solutions a reality.</p>
    
    						<div class="link-text">
    							<a title="Link" href="#">Learn more about our smart solutions  <i class="fa fa-angle-right" aria-hidden="true"></i></a>
    						</div>
    					</div>
    				</div>
    				<div class="col-md-6 cold-sm-12">
    					<div class="picture-des"><img src="/images/joomlart/other/picture-about-2.jpg" alt=""></div>
    				</div>
    			</div>
    		</div>
    		
    		
    	</div>
    </div>
    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.