@@ -18,6 +18,7 @@ <h1>Workflow</h1>
1818 </ p >
1919 </ header >
2020 < main >
21+ < div class ="firstrow ">
2122 < article >
2223 < img src ="Readme.png " alt ="Readme file example " />
2324 < h2 > README files</ h2 >
@@ -33,36 +34,38 @@ <h2>README files</h2>
3334 > Read more</ a
3435 >
3536 </ article >
36- < article >
37- < img src ="Wireframe.png " alt ="Wireframe example " />
38- < h2 > Wireframe</ h2 >
39- < p >
40- A wireframe isa simple visual layout used to plan the
41- structure, content, and use experience of a website or
42- application before development begins.
43- </ p >
44- < a
45- href ="https://www.figma.com/resource-library/what-is-wireframing "
46- > Read more</ a
47- >
48- </ article >
49- < article >
50- < img src ="GitBranch.png " alt ="Git branching example " />
51- < h2 > Git Branching</ h2 >
52- < p >
53- Git branching allows developers to work on new features or
54- fixes separately without affecting the main project code
55- until the changes are ready to merge
56- </ p >
57- < a href ="https://www.atlassian.com/git/tutorials/using-branches "
58- > Read more</ a
59- >
60- </ article >
37+ </ div >
38+ < div class ="secondrow ">
39+ < article >
40+ < img src ="Wireframe.png " alt ="Wireframe example " />
41+ < h2 > Wireframe</ h2 >
42+ < p >
43+ A wireframe isa simple visual layout used to plan the
44+ structure, content, and use experience of a website or
45+ application before development begins.
46+ </ p >
47+ < a
48+ href ="https://www.figma.com/resource-library/what-is-wireframing "
49+ > Read more</ a
50+ >
51+ </ article >
52+ < article >
53+ < img src ="GitBranch.png " alt ="Git branching example " />
54+ < h2 > Git Branching</ h2 >
55+ < p >
56+ Git branching allows developers to work on new features
57+ or fixes separately without affecting the main project
58+ code until the changes are ready to merge
59+ </ p >
60+ < a
61+ href ="https://www.atlassian.com/git/tutorials/using-branches "
62+ > Read more</ a
63+ >
64+ </ article >
65+ </ div >
6166 </ main >
6267 < footer >
63- < p >
64- This website was coded by Szidonia Bodo
65- </ p >
68+ < p > This website was coded by Szidonia Bodo</ p >
6669 </ footer >
6770 </ body >
6871</ html >
0 commit comments