Add images to the effective web search lesson
Describe the Issue
The effective web search lesson is missing the six images from its original transcript. The current lesson includes the search queries as inline text.
Lesson file: curriculum/challenges/english/blocks/lecture-browsing-the-web-effectively/672ac9705b07a64439b73b59.md.
The images are being added in https://github.com/freeCodeCamp/cdn/pull/410 and need to be available on the CDN first. This is blocked by https://github.com/freeCodeCamp/cdn/pull/410.
The quotations below describe the original placements. They do not prescribe placement in the current lesson or changes to its wording. The contributor can choose suitable placements and write descriptive alt text.
Original transcript placements
Image 1 appeared immediately after:
Here is an example of a basic search query for
freecodecamp curriculum.
Image 2 appeared immediately after:
But what if you only wanted results that matched both keywords? Well, you might have heard that you can wrap a query in quotation marks, like so:
Image 3 appeared immediately after:
If you want to match sites that include both of those terms, but not necessarily next to each other as a phrase, you can prefix each term with a plus symbol:
Image 4 appeared immediately after:
Alternatively, maybe you're interested in freeCodeCamp's initiatives outside of the curriculum. In this case, you can prefix the term "curriculum" with a minus symbol:
Image 5 appeared immediately after:
Or maybe you have a specific site you want to search, like our news platform? You can use
site:followed by the URL of the site you want to search:
Image 6 appeared immediately after:
For example, this query would search for python articles on our news site, excluding articles that might talk about our curriculum.
Affected Page
Expected behavior
The lesson includes the six images alongside the relevant explanations, with descriptive alt text.
Source: freeCodeCamp/freeCodeCamp