PhotoAlbum
- Upload photos to some sort of host.
- Edit the title in data.js.
- Add a new collection object to the collections array in data.js and give it a name.
- In the collection object create a new array called photos. This is where you put the photo object.
- Add a new photo object to the array and give it a caption and the url of where the photo is hosted.