Adding multiple images on my site – without using plugins [closed]

Read this:
http://codex.wordpress.org/Stepping_Into_Templates

This snippet outputs the image.jpg -image from an images folder in your child theme folder:

<img src="https://wordpress.stackexchange.com/questions/151466/<?php echo get_stylesheet_directory_uri(); ?>/images/image.jpg" />