Tell us what’s happening:
Describe your issue in detail here.
Guys please can i use the image in the fcc tribute illustration as my image in the tribute project
i just copied it from the source code but I want to know if it is legal to use without any consequences Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name ="viewport" content="width=device-width, initial-scale=1.0">
<title>Dr. Norman Borlaug</title>
</head>
<body>
<main id="main">
<h1 id="title">Dr. Norman Borlaug</h1>
<p>The man who saved a billion lives</p>
<figure id="img-div">
<img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg"/>
</figure>
</main>
</body>
</html>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0
The Certification Projects are there to help you learn.
Its important to do your best in these projects since they will be where you learn the most.
The other projects introduce you to knowledge.
The Certification Projects are where you apply that knowledge.
Mistakes often lead to better learning. Programming is all about problem solving, by attempting the Certification Projects yourself you are not just learning tags, but learning to isolate problems and find solutions one after the other until your project is complete.
Plagiarism is never legal.
You cannot submit something as your own work, if it is not your own work.
Its often the case that learners will practice by copying existing sites. but they do not do this by copy and past.
They start with a blank document and see how close they can get to the original.
The code will look very different. but the result in the browser will ‘look’ the same.
Also remember you do not have to make the same page. It only has to be functorially similar. not the same.
You can make your tribute page about anything you want.
I did mine on ‘John Conway’ and his ‘game of life’
Find something your passionate about, it doesn’t have to be complicated, but should be your own work.