1111 < h1 > Wireframe</ h1 >
1212 </ header >
1313
14- < main class ="article-container ">
15- < article class ="featured-article ">
16- < img src ="https://www.readmecodegen.com/logo.png " alt ="README layout placeholder graphic " />
17- < h2 > Purpose of a readme file</ h2 >
18- < p >
19- A readme file is a document that provides information about a project,
20- including its purpose, how to use it, and any other relevant details.
21- It serves as a guide for users and developers who may be interested in the project.
22- </ p >
23- < a href ="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/ " target ="_blank "> Read more </ a >
24- </ article >
14+ < main class ="article-container ">
15+ < article class ="featured-article ">
16+ < img
17+ src ="https://www.readmecodegen.com/logo.png "
18+ alt ="Large README layout placeholder graphic "
19+ />
20+ < h2 > Purpose of a README File</ h2 >
21+ < p >
22+ A README file is a document that provides information about a project,
23+ including its purpose, how to use it, and any other relevant details.
24+ It serves as a guide for users and developers who may be interested in
25+ the project.
26+ </ p >
27+ < a
28+ href ="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/ "
29+ target ="_blank "
30+ > Read more</ a >
31+ </ article >
2532
2633 < article >
27- < img src ="placeholder.svg " alt ="Wireframe application layout graphic " />
28- < h2 > Purpose of a wireframe </ h2 >
34+ < img src ="placeholder.svg " alt ="Small wireframe application layout graphic " />
35+ < h2 > Purpose of a Wireframe </ h2 >
2936 < p >
30- A wireframe is a visual representation of a website or application's layout and structure.
31- It shows the placement of elements, such as text, images, and buttons, without the final design details.
32- Wireframes are used to plan and communicate the basic structure and functionality of a product before development begins.
37+ A wireframe is a visual representation of a website or application's
38+ layout and structure. It shows the placement of elements, such as
39+ text, images, and buttons, without the final design details.
40+ Wireframes are used to plan and communicate the basic structure and
41+ functionality of a product before development begins.
3342 </ p >
34- < a href ="https://www.freecodecamp.org/news/how-to-create-a-wireframe/ " target ="_blank "> Read more </ a >
43+ < a
44+ href ="https://www.freecodecamp.org/news/how-to-create-a-wireframe/ "
45+ target ="_blank "
46+ > Read more</ a >
3547 </ article >
3648
37- < article >
38- < img src ="wireframe-svgrepo-com.svg " alt ="Git branching structure diagram " />
39- < h3 > what is a Branch in a Git</ h3 >
49+ < article >
50+ < img
51+ src ="wireframe-svgrepo-com.svg "
52+ alt ="Small Git branching structure diagram "
53+ />
54+ < h2 > What Is a Branch in Git?</ h2 >
4055 < p >
41- A branch in Git is a separate line of development that allows you to work on different features or bug fixes without affecting the main codebase.
42- It enables multiple developers to collaborate on a project simultaneously and helps manage changes effectively.
43- Branches can be merged back into the main branch once the work is complete and tested.
56+ A branch in Git is a separate line of development that allows you to
57+ work on different features or bug fixes without affecting the main
58+ codebase. It enables multiple developers to collaborate on a project
59+ simultaneously and helps manage changes effectively. Branches can be
60+ merged back into the main branch once the work is complete and tested.
4461 </ p >
45- < a href ="https://www.freecodecamp.org/news/what-is-a-git-branch/ " target ="_blank "> Read more </ a >
62+ < a
63+ href ="https://www.freecodecamp.org/news/what-is-a-git-branch/ "
64+ target ="_blank "
65+ > Read more</ a >
4666 </ article >
47- </ main >
67+ </ main >
4868
49- < footer >
50- < p > © 2026 Professional Web Developer Assignment</ p >
51- </ footer >
69+ < footer >
70+ < p > © 2026 Professional Web Developer Assignment</ p >
71+ </ footer >
5272 </ body >
53-
73+ </ html >
0 commit comments