Accessibility: People did not have issues navigating the site. They could easily find everything that they needed to.
module5.html: There was an excessive 'head' tag that was not necessary, and all I had to do for the first error was get rid of the 'head' tag. I forgot to add a required 'title' tag, so I added it and the problem was fixed. Finally there was a 'body' tag which encmapassed the grid that wasn't necessary, so I got rid of it.
module5portfolio.html: I had spaces in the PDFs. I changed the the names and now there are no spaces. I also had the same issue as in module5.html but I fixed that as I fixed the problems in that file.
module5resume.html: I embedded my Resume as a PDF, and the link was as a h2 heading, which created an error. I got rid of the heading by reducing the font size to reular size
module5contact.html: All of the errors were the same as in module5.html so they were already fixed.
module6.css: Everything was good to go!
