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 trialhakop taturyan
1,457 PointsMy new web page is not linking to the website itself. I can't figure out what wrong.
i followed all the steps and in the video the teachers opens to the resume page but mine does not
hakop taturyan
1,457 PointsSteven Parker
231,236 PointsNot a screenshot, that's just a visual image. A snapshot is a workspace feature that allows the entire environment to be replicated. Click the blue link in the previous comment for info on creating one.
hakop taturyan
1,457 Points2 Answers
Steven Parker
231,236 PointsThere ya go, that's a snapshot. So this OS is case sensitive, and your link is for "resume.html", but your file is actually named "Resume.html" (with capital "R").
Just change your link to reference it with the correct name and you'll be back in business.
It turns out you also have an empty folder named "resume.html", but you can just ignore that. Trying to re-use the former name of a folder for a file can cause some rather bizarre server behavior you may as well avoid.
hakop taturyan
1,457 PointsI made the changes and still gives me an error page, I'm sorry I am quite new at this! I'm trying to find more errors in my code but everything appears to be correct. https://w.trhou.se/skzoejqjr5
This is a new snapshot after I made the corrections you told me to make.
Steven Parker
231,236 PointsYou've got part of it .. it's already working when you click the "Experience" menu item.
But you still need to fix the href for the other link ("view my resume").
hakop taturyan
1,457 PointsGot it finally haha! thank you I really appreciate the help!
Steven Parker
231,236 PointsSteven Parker
231,236 PointsTo allow us to see your issue (and the code), make a snapshot of your workspace and post the link to it here.