See inside the project if you want to see it.
I may or may not have spent an hour trying to fix a problem by combing through every single element, wondering if I had forgotten everything the HTML tutorial taught me, then realized I used the format: <a href:"LINK HERE">LINK TITLE</a> instead of <a href="LINK HERE">LINK TITLE</a>. I missed ONE. EQUAL. SIGN. (For context, in HTML code, links HAVE TO have an equal sign in front of them right after "href", or they won't link properly. I have learned enough basic HTML code to set up a barebones website in less than twenty four hours.)