Hello, I am trying to post a screenshot of my project. How do I download and post it? My projects we’re created un freecodecamp but I also transferred it to CodePen.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Personal Portfolio Webpage</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<nav id="navbar">
<ul id="nav-list">
<li>
<a href="#welcome-section">About</a>
</li>
<li>
<a href="#projects">Work</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
<section id="welcome-section" class="welcome-section">
<h1>I'm Cristofer Hernandez</h1>
<p>a Web Developer</p>
</section>
<section id="projects" class="projects">
<h2>Below is a list of some of my projects</h2>
<div class="projects-grid">
<a href="">
<img src="https://cdpn.io/calamalink/fullpage/rNQJXmM?nocache=true&view=fullpage" alt="Survey Form" class="project-img"/>
<p class="project-title">Survey Form</p>
</a>
</div>
</section>
<section id="contact" class="contact"></section>
</body>
</html>
Hi, how are you? Maybe I misunderstood, but if what you want is to publish it to access with a domain for example: https://mywebsite.com you have to use a platform that gives you a server. If that was your question, then I recommend that you keep learning before publishing your website.
Hi again, actually the picture doesn’t have to go. As long as the link takes you to the image, it should work. Check that the link to the GitHub image is spelled correctly, starting with “https://raw.githubusercontent…” and ends with “.jpg” or “.png”. Also try pasting the link directly into your browser to see if your image is there.
In this portfolio: https://codepen.io/juangpereira_/full/MWJmByd all images are taken from GitHub since I made it, and there are no problems. Another thing to keep in mind is that the repository where you save your images may need to be public.
If before it was private and it didn’t work, and now it’s public and it works, then that’s the problem. What happens is that when a repository is private, it and its contents can only be accessed from your GitHub account. Once you leave there, for example, you try to see the content with a link externally, you will no longer have access