File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h1>Wireframe</h1>
1414 < main >
1515 < article >
1616 < img
17- src ="readme.png "
17+ src ="Images/ readme.png "
1818 alt ="Illustration promoting the creation of an effective README file "
1919 />
2020 < h2 > What is a README File?</ h2 >
@@ -26,7 +26,10 @@ <h2>What is a README File?</h2>
2626 < a href ="https://www.makeareadme.com/ "> Read more</ a >
2727 </ article >
2828 < article >
29- < img src ="wireframe.png " alt ="Wireframe showing a webpage layout " />
29+ < img
30+ src ="Images/wireframe.png "
31+ alt ="Wireframe showing a webpage layout "
32+ />
3033 < h2 > What is a Wireframe?</ h2 >
3134 < p >
3235 A wireframe is a digital diagram that shows the skeleton of a website.
@@ -36,7 +39,10 @@ <h2>What is a Wireframe?</h2>
3639 < a href ="https://balsamiq.com/blog/what-are-wireframes/ "> Read more</ a >
3740 </ article >
3841 < article >
39- < img src ="git-branch.png " alt ="Illustration of branching in Git " />
42+ < img
43+ src ="Images/git-branch.png "
44+ alt ="Illustration of branching in Git "
45+ />
4046 < h2 > What is a Git Branch?</ h2 >
4147 < p >
4248 A branch in Git is an independent line of development. Branches allow
You can’t perform that action at this time.
0 commit comments