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

CSS

Brady Jones
Brady Jones
13,119 Points

Good icons

Does anyone know of any good icon sites? I need HTML, CSS and Javascript icons. And what is the procedure of actually having access to the site using my index file? I know on Font Awesome for example you have to copy the directory into the head of the index file...

Thanks guys

Savannah Lynn
Savannah Lynn
13,662 Points

You can google search for open source icons or icons for free download and those resources are fine to use for now.

You can include a jpeg or png icon into your site in the exact same way you would a regular image. Make sure that the icon is saved into an images folder or something similar, and then you add the icon to your page using the <img> tag.