File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,38 @@ <h1>Wireframe</h1>
1616 < main >
1717 < article >
1818 < img src ="placeholder.svg " alt ="" />
19- < h2 > Title </ h2 >
19+ < h2 > Read Me File </ h2 >
2020 < p >
21- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22- voluptates. Quisquam, voluptates .
21+ A README file explains what a project is and how to use it. It’s usually the first file people read when they open a
22+ project, especially in software development .
2323 </ p >
2424 < a href =""> Read more</ a >
2525 </ article >
26+ < article >
27+ < img src ="" alt =""/>
28+ < h2 > What is the purpose of a wireframe?</ h2 >
29+ < p >
30+ A wireframe is a simple visual layout of a website, app, or software interface. Its purpose is to show the structure and
31+ arrangement of content before detailed design and development begin.
32+ </ p >
33+ < a href =""> Read More</ a >
34+ </ article >
35+ < article >
36+ < img src ="" alt =""/>
37+ < h2 > What is a branch in Git?</ h2 >
38+ < p >
39+ A branch in Git is a separate line of development that lets you work on changes without affecting the main project.
40+
41+ Think of it like creating a copy of your project where you can safely:< br >
42+
43+ Add new features< br >
44+ Fix bugs< br >
45+ Test ideas< br >
46+
47+ while the original code remains unchanged.
48+ </ p >
49+ < a href =""> Read More</ a >
50+ </ article >
2651 </ main >
2752 < footer >
2853 < p >
You can’t perform that action at this time.
0 commit comments