@@ -14,7 +14,10 @@ <h1>Understanding README Files, Wireframes and Git Branches</h1>
1414 < main >
1515 <!--Top article (full-width)-->
1616 < article class ="top-article " id ="readme-article ">
17- < img src ="placeholder.svg " alt ="Illustration of a README file " />
17+ < img
18+ src ="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/README-cURL_black_trimmed.png/500px-README-cURL_black_trimmed.png "
19+ alt ="Illustration of a README file "
20+ />
1821 < h2 > What is the purpose of a README file?</ h2 >
1922 < p >
2023 A README file explains what a project is about, how to use it, and any
@@ -28,7 +31,10 @@ <h2>What is the purpose of a README file?</h2>
2831
2932 < section class ="bottom-articles ">
3033 < article id ="wireframe-article ">
31- < img src ="placeholder.svg " alt ="Example of a webpage wireframe " />
34+ < img
35+ src ="https://careerfoundry.com/wp-content/uploads/old-blog-uploads/low-to-final.png "
36+ alt ="Example of a webpage wireframe "
37+ />
3238 < h2 > What is the purpose of a wireframe?</ h2 >
3339 < p >
3440 A wireframe is a simple layout plan that shows where content will go
@@ -43,7 +49,10 @@ <h2>What is the purpose of a wireframe?</h2>
4349 </ article >
4450
4551 < article id ="branch-article ">
46- < img src ="placeholder.svg " alt ="Diagram showing Git branches " />
52+ < img
53+ src ="https://dam-cdn.atl.orangelogic.com/AssetLink/t6mv38ub0shhig70ptw2570lt8jk75v5.svg "
54+ alt ="Diagram showing Git branches "
55+ />
4756 < h2 > What is a branch in Git?</ h2 >
4857 < p >
4958 A Git baranch lets developers work on new features without affecting
0 commit comments