Alternate Photo with Text
Note: please fill in the title, the text and the image. This code can be seen here Examples.
<div class="alternate-photo">
<div>
<div>
<img src="**image goes here**" alt="" />
<div>
<h3>**title goes here**</h3>
<p>**text goes here**</p>
</div>
</div>
<div>
<div>
<h3>**title goes here**</h3>
<p>**text goes here**</p>
</div>
<img src="**image goes here**" alt="" />
</div>
</div>
</div>