File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,13 +24,36 @@ <h2>The purpose of a README file</h2>
2424 information they may need to use the software, such
2525 installation instructions.
2626 </ p >
27- < a href ="# "> Read more</ a >
27+ < a href ="# "> Read more about README files</ a >
28+ </ article >
29+ < article >
30+ < img src ="placeholder.svg " alt ="" />
31+ < h2 > The purpose of a wireframe</ h2 >
32+ < p >
33+ A wireframe is used to express the layout of a visual medium
34+ such as a newspaper, or web page. It helps designers and
35+ programmers to get a simple overview of a design.
36+ </ p >
37+ < a href =""> Read more about wireframing</ a >
38+ </ article >
39+ < article >
40+ < img src ="placeholder.svg " alt ="" />
41+ < h2 > What is a Git branch</ h2 >
42+ < p >
43+ A git branch is a copy of the code in a git repository.
44+ Branches are created so that developers can work separately
45+ on specific features. Once a feature is completed it is
46+ merged into main. If the creation of a feature is not
47+ successful, for example there are too many bugs, the branch
48+ can be deleted without affecting the main branch.
49+ </ p >
50+ < a href =""> Read more about Git</ a >
2851 </ article >
2952 </ main >
3053 < footer >
3154 < p >
32- This is the default, provided code and no changes have been made
33- yet .
55+ Completed by Mahdi Rafiei for Intro to programming at Code Your
56+ Future .
3457 </ p >
3558 </ footer >
3659 </ body >
You can’t perform that action at this time.
0 commit comments