Using the gallery page we made together in class as a basis, create a more complex image gallery where:
- Give all the images a title
- Make the title and the image into a link
- when the user clicks on the image or the title, they are taken to another page that has:
- The title of the image
- A larger, optimized version of the image
- the size of the original image (in pixels)
- the size of the original image (in KB or MB)
- the size of the larger, optimized version of the image (in KB or MB)
- a link back to the gallery page
- Make sure to MARKUP all your code approriately