Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Design

Johnathan Narvaez
PLUS
Johnathan Narvaez
Courses Plus Student 971 Points

newbie here, needs help in web design track

I'm on the web design track. everything is working fine but the problem is that an error page comes up when i click the contact link. but if i click the about page then everything runs normally. but i can't click between the three links because error may show up. does anyone know if its just a coding problem on my part? or is it suppose to be like this because it is a beginners course? i thought it was normal back when i first encountered the issue because i was like 'hey maybe they'll teach me how to fix it...after all it's not a full website yet'. please let me know your opinions.

2 Answers

José Manuel Martínez López
José Manuel Martínez López
18,133 Points

Check if you write correctly the name of your file. Or you could just copy and paste the link that actually works.

Johnathan Narvaez
Johnathan Narvaez
Courses Plus Student 971 Points

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>John Narvaez | Designer</title> <link rel="stylesheet" href="css/normalize.css"> <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/Responsive.css"> <meta name="viewport" content="width=device-width, inital-scale=1.0"> </head> <body> <header> <a href="index.html" id="logo"> <h1>John Narvaez </h1> <h2>Designer</h2> </a> <nav> <ul> <li><a href="index.html">Portfolio</a> </li> <li><a href="about.html" class="selected">About</a> </li> <li><a href="contact.html"> Contact</a> </li> </ul> </nav> </header> <div id="wrapper"> <section> <img src="http://www.dot.gov/sites/dot.gov/files/pictures/American-Flag-close-focus.jpg" alt="photograph of nick" class="profile-photo"> <h3>About</h3> <p>I finally found out how to change the picture. yesssss. but i'm still trying to finish this.</p> <p>I can't believe the 3 point contest was good. i think it's going to be better than the dunk contest. want to complain? click on here <a href="https://www.facebook.com/nba">NBA</a>.</p> </section> <footer> <a href="http://twitter.com/nickrp"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social icon"></a> <a href="https://www.facebook.com/profile.php?id=100000553211191"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social icon"></a> <p>© 2014 John.</p> </footer> </div> </body> </html>

Johnathan Narvaez
Johnathan Narvaez
Courses Plus Student 971 Points

that's my index.html. i don't know if you want main.css? sorry if i don't supply the necessary code lol. i'm still trying to figure it all out. i changed my fonts around to see if it would help...