|
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
| 11 | + <h1>Web Development Foundation</h1> |
12 | 12 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 13 | + There are some frequently asked questions for beginner developers. |
14 | 14 | </p> |
15 | 15 | </header> |
16 | 16 | <main> |
17 | 17 | <article> |
18 | | - <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
| 18 | + <div class="image-wrapper"> |
| 19 | + <img src="https://cdn.iconscout.com/icon/free/png-512/free-readme-logo-icon-svg-download-png-3029134.png" alt="" /> |
| 20 | + </div> |
| 21 | + <h2>1. What is the purpose of a README file?</h2> |
20 | 22 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 23 | + README file is the foundation document which ask user to Read Me First before doing anything in the project. It provides some concept explanation or basic requirements that user have to know. Sometimes it mentions contributin, licensing details and guideline for other developers who wants to contribute. |
23 | 24 | </p> |
24 | 25 | <a href="">Read more</a> |
25 | 26 | </article> |
26 | 27 | <article> |
27 | | - <img src="placeholder.svg" alt="" /> |
28 | | - <h2>Title</h2> |
| 28 | + <div class="image-wrapper"> |
| 29 | + <img src="https://cdn.iconscout.com/icon/premium/png-512-thumb/wireframe-icon-svg-download-png-10585798.png" alt="" /> |
| 30 | + </div> |
| 31 | + <h2>2. What is the purpose of a wireframe?</h2> |
29 | 32 | <p> |
30 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
31 | | - voluptates. Quisquam, voluptates. |
| 33 | + Wireframe is a blueprints which can help teams to visualize the layout, user flow and hierarchy before committing to the colour or final UI design. |
32 | 34 | </p> |
33 | 35 | <a href="">Read more</a> |
34 | 36 | </article> |
35 | 37 | <article> |
36 | | - <img src="placeholder.svg" alt="" /> |
37 | | - <h2>Title</h2> |
| 38 | + <div class="image-wrapper"> |
| 39 | + <img src="https://cdn.iconscout.com/icon/premium/png-512-thumb/git-branch-icon-svg-download-png-10369479.png" alt="" /> |
| 40 | + </div> |
| 41 | + <h2>3. What is a branch in Git?</h2> |
38 | 42 | <p> |
39 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
40 | | - voluptates. Quisquam, voluptates. |
| 43 | + A branch is a copied workspace from the main development and developers can modify and fix on her/his own branch of project without messing the main development. |
41 | 44 | </p> |
42 | 45 | <a href="">Read more</a> |
43 | 46 | </article> |
|
0 commit comments