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

General Discussion

How do I link projects to my portfolio?

I have created a portfolio and attached screenshots of the projects and surround the images in anchor tags. How do I attach my projects to these links? Do I attach the github repository links or something else?

2 Answers

Max Senden
Max Senden
23,177 Points

hi Arnold,

I'm not sure whether or not I understand your question. Do you want your screenshots to be clickable links?

<a href="https://www.teamtreehouse.com"><img src="xxx" alt="xxx"></a>

Cheers, Max

Sorry I know it's worded weirdly. I already know how to make an image a link. I was wondering what my screenshots should be linked to? Should the link pull my github repository or should it pull up the preview?

Max Senden
Max Senden
23,177 Points

Ah, now I understand :-)

Probably a lot of your website's visitors will not know what Github is. Of those who do they would first like to see some kind of preview before deciding to check out your Github. So base your design on that, then it should work out just fine I think.

Cheers, Max