This website is complete and satisfies all specifications. A couple of notes: -- I was able to implement the date/time changes without changing banner.html to banner.php. To do this I added a separate time.js file under scripts and linked it in the header.html file. It uses the same method as the sample site, I just divided call and the php into different files -- my carousel.js file works differently than how the professor did it. Mine just uses the single carousel.js file (no extra html file) where the image links and descriptions are stored in arrays, and then looped through. The script changes the src value of the image and calls innerHTML to change the image description -- obtaining the daily quotes uses the same method as the sample site -- instead of manually resizing all my images, I used css to make them all the same size with still keeping the aspect ratio