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,15 +14,37 @@ <h1>Wireframe</h1>
1414 </ p >
1515 </ header >
1616 < main >
17+ < section class ="articles ">
18+
1719 < article >
18- < img src ="placeholder.svg " alt ="" />
19- < h2 > Title </ h2 >
20+ < img src ="placeholder.svg " alt ="README illustration " />
21+ < h2 > What is a README file? </ h2 >
2022 < p >
21- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22- voluptates. Quisquam, voluptates.
23+ A README file explains what a project is, how it works, and how to use it.
2324 </ p >
24- < a href =""> Read more</ a >
25+ < a href ="# "> Read more</ a >
2526 </ article >
27+
28+ < article >
29+ < img src ="placeholder.svg " alt ="Wireframe diagram illustration " />
30+ < h2 > What is a Wirframe?</ h2 >
31+ < p >
32+ A wireframe is a simple visual guide that shows the structure of a webpage before design.
33+ </ p >
34+ < a href ="# "> Read more</ a >
35+ </ article >
36+
37+ < article >
38+ < img src ="placeholder.svg " alt ="Git branch diagram illustration " />
39+ < h2 > What is a Git branch?</ h2 >
40+ < p >
41+ A Git branch is a separate version of your code used to work on features safely.
42+ </ p >
43+ < a href ="# "> Read more</ a >
44+ </ article >
45+
46+ </ section >
47+
2648 </ main >
2749 < footer >
2850 < p >
You can’t perform that action at this time.
0 commit comments