Hi,
Open file home and look for:
</div> <!-- end #content -->
Add this above:
<div class="container clearfix">
<h3><?php _e("Some of my affiliates and and sponsors", "site5framework"); ?></h3>
<ul>
HERE YOU CAN ADD YOUR IMAGES, EXAMPLE:
<img src="http://i988.photobucket.com/albums/af4/Adhitya_Fernando/text_zps3acac4cb.png" height="150px">
</ul>
<a href="link to your page" class="colored" ><?php _e("View full supporter", "site5framework"); ?></a>
</div>