The problem is you have multiple elements with the same id. The id's "project", "link", and "images" are all used on multiple elements. Unlike a class, an id needs to be unique to a single element.
Either change your id's to be classes, or change them to each be a unique id.