Portfolio feedback and help with images

https://codepen.io/kevin-ascanio/pen/JjrbWXm (my portfolio page)

Hi everyone! I just wanted to ask for some advice, i dont understand why i put the link of my tribute page on my anchor element in the portfolio page and these two things happen:

i cant see my link turned into an image
i it opens the same portfolio page instead of the tribute website

the link of my tribute website is this one: https://codepen.io/kevin-ascanio/pen/porwozb

D:

Your href (link to whatever url) only contains a #

In your img src you put the link to your tribute page I guess but it’s not an image so it’s not going to show anything

What you want to do is change the href in your anchor tag to be the url you want users to be redirected to

Thanks i did it! it worked! but i still dont know how to turn a website into an image that works as a link any ideas?? :frowning: I know how to turn an image into a link. i know that i just have to put the link of the image inside the element with an ref="#" but this turn a website into an imageD: ?

you use the img tag but you need to take the actual image screenshot it or using snipping tool. Save it somewhere where the url can be accessed and then use that url in your image tag.

I suggest trying it out with other images found on google so you get a better idea of what I mean.

@kevinascanior, Codepen creates large and small screenshots of your pens that can be used in your portfolio. Their official documentation explains how to access them.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.