File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,37 @@ <h2>What is the purpose of a README file?</h2>
2323 < a href ="https://www.makeareadme.com/ " target ="_blank "> Read more</ a >
2424 </ article >
2525
26-
26+ <!--Bottom two articles side -by-side-->
2727
28+ < section class ="bottom-articles ">
29+
30+ < articles id ="wireframe-article ">
31+ < img src ="images/wireframe.png " alt ="Example of a webpage wireframe "/>
32+ < h2 > What is the purpose of a wireframe?</ h2 >
33+ < p >
34+ A wireframe is a simple layout plan that shows where content will go on a webpage before you start designing or coding.
35+ </ p >
36+
37+ < a href ="https://careerfoundry.com/en/blog/ux-design/what-is-a-wireframe/ " target ="_blank "> Read more</ a >
38+ </ article >
39+
40+ < article id ="branch-article ">
41+ < img src ="images/git-branch.png " alt ="Diagram showing Git branches "/>
42+ < h2 > What is a branch in Git?</ h2 >
43+ < p >
44+ A Git baranch lets developers work on new features without affecting the main project. When finished, the branch can be merged back in.
45+ </ p >
46+ < a href ="https://www.atlassian.com/git/tutorials/using-branches " target ="_blank "> Read more</ a >
47+ </ article >
48+
49+ </ section >
2850
2951 </ main >
3052 < footer >
3153 < p >
32- This is the default, provided code and no changes have been made yet.
54+
3355 </ p >
56+
3457 </ footer >
3558 </ body >
3659</ html >
You can’t perform that action at this time.
0 commit comments