This action is used after footer widget
function my_custom_footer_widget(){
echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />';
}
add_action('jaw_after_footer_widgets', 'my_custom_footer_widget');
The result can look like this:
List of all hooks you can find HERE