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

HTML How to Make a Website Creating HTML Content Organize with Unordered Lists

Les Sula
PLUS
Les Sula
Courses Plus Student 1,576 Points

What link?

Has anyone got as frustrated and po'd as I am because I can't find no stinkin' link to download any images? I hate this! What's wrong with these people?

Does anyone who has spent more time on this site than I have find it useful? I'm finding it to be a tremendous waste of time.

Anyone care to help me on this? Thank You

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Nick Pettit</title>
  </head>
  <body>
    <header>
      <a href="index.html">
        <h1>Nick Pettit</h1>
        <h2>Designer</h2>
      </a>
      <nav>
        <ul>
          <li><a href="index.html">Portfolio</a></li>
          <li><a href="about.html">About</a></li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </nav>
    </header>
    <section>
      <ul>
        <li></li>
        <li></li>
        <li></li>
      </ul>
    </section>
    <footer>
      <p>&copy; 2013 Nick Pettit.</p>
    </footer>
  </body>
</html>

2 Answers

Angela Visnesky
Angela Visnesky
20,927 Points

Everyone gets frustrated when learning something new. Sometimes it's hard to familiarize yourself with the learning environment. The link is in the downloads section under the video screen. There's a zip file called "project files" that you can download. The provided files may change from video to video. I have been a treehouse student for over a year and find it very valuable. The community is here to help you. Let me know if I can be of further help!

Les Sula
PLUS
Les Sula
Courses Plus Student 1,576 Points

Thank You, you're very kind. I found the project file at the bottom of the lecture/demo screen, but it doesn't exist under the screen where you actually write your code, nor is there a sidebar in this window. I downloaded the file to my computer but can't see anyway to upload it into the work space. Any further advice would be much appreciated. Thanks Again.