Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project: Recipe : Add note about image usage and licensing #28565

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion foundations/html_css/html-foundations/project-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,23 @@ Okay, that's enough Git for the moment -- time to actually build stuff!

Your new recipe page should have the following content:

1. An image of the finished dish under the h1 heading that you added earlier. You can find images of the dish on Google or [Allrecipes](https://www.allrecipes.com/).
1. A free image of the finished dish under the h1 heading that you added earlier.

<div class="lesson-note lesson-note--warning" markdown="1">

#### A note about images on the web

You do not have the legal right to use just any image that you find on the web or Google—you could get sued. There are many free images to be found, but make sure that the image you use is actually free for your intended purpose, and make sure to give credit to the creator of the image in your project.

An easy way to give credit is to include the creator's name and contact info in a README file in your repository, or give [attribution](https://support.freepik.com/s/article/Attribution-How-when-and-where?language=en_US).
However, always follow the specific license requirements for each image you use.

Some good places to find free-to-use images on the web includes [Pexels](https://www.pexels.com/), [Pixabay](https://pixabay.com/), and [Unsplash](https://unsplash.com/),
or Google images with "Creative Commons License"(in 'images' result - click 'Tools' -> 'Usage rights' -> 'creative commons' and click on your photo and click 'License details' and review it before use.)

We recommend that you always review the license requirements of any images you want to use.

</div>

1. Under the image, it should have an appropriately sized "Description" heading followed by a paragraph or two describing the recipe.

Expand Down