Tribute Page Web Design Project

Hello Everyone. I finished my tribute page project but I don’t know how to get a URL link to upload it. I used Sublime Text to create my code. I also tried to use Codpen.io as it says in the directions but my images won’t show. I’m not sure what to do. Should I upload the link to the webpage even though the code won’t be seen?

This is the webpage link, hopefully, it shows up properly:
file:///Users/suzannavassell/Dropbox/Mac/Documents/Documents/Web%20Development/Projects/html:css/freecodecamp/tribute%20page/index.html

Your code so far
I did not include the HTML and CSS code because it is very long.

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Something that is on your local computer can’t be viewed by anyone. For freeCodeCamp, there must be a live version of your project available online (with viewable code). My guess is that the reason that you can’t see images on the CodePen version of your project is because the images are on your local computer. Since the internet can’t see inside your computer, the images are missing. Just like your project, you’ll need to host your image files online. CodePen doesn’t include asset hosting in their free accounts, but if you search for ‘free image hosting’, you’ll find lots of options.

1 Like

Hello, I dont know if this is what you need but here I go, to upload them to a image host like free image host site, then you get the link they provide and paste it on the proyect.

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