|
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
| 11 | + <h1>Userful things to know as a software developer</h1> |
12 | 12 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 13 | + This page explains a few things such as what is a README, the purpose of |
| 14 | + a wireframe and how branches work in git. |
14 | 15 | </p> |
15 | 16 | </header> |
16 | 17 | <main> |
17 | 18 | <article> |
18 | 19 | <img src="placeholder.svg" alt="" /> |
19 | 20 | <h2>What is a README?</h2> |
20 | 21 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 22 | + A README is a file that describes things about a project on github. |
| 23 | + And is usually the first thing that you have to read when contributing |
| 24 | + to a new project. |
23 | 25 | </p> |
24 | 26 | <a href="">Read more</a> |
25 | 27 | </article> |
26 | 28 | <article> |
27 | 29 | <img src="placeholder.svg" alt="" /> |
28 | 30 | <h2>What's the purpose of a wireframe?</h2> |
29 | 31 | <p> |
30 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
31 | | - voluptates. Quisquam, voluptates. |
| 32 | + Wireframes can be used to sketch a website. UX designers use them to |
| 33 | + communicate their ideas about how the UI should be designed. |
32 | 34 | </p> |
33 | 35 | <a href="">Read more</a> |
34 | 36 | </article> |
35 | 37 | <article> |
36 | 38 | <img src="placeholder.svg" alt="" /> |
37 | 39 | <h2>What is a branch in Git?</h2> |
38 | 40 | <p> |
39 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
40 | | - voluptates. Quisquam, voluptates. |
| 41 | + A branch is a separate workspace that allows you to work on a feature |
| 42 | + without touching the main projects code and then merge it to the main |
| 43 | + branch once the feature is mature enough. |
41 | 44 | </p> |
42 | 45 | <a href="">Read more</a> |
43 | 46 | </article> |
44 | 47 | </main> |
45 | 48 | <footer> |
46 | | - <p> |
47 | | - This is the default, provided code and no changes have been made yet. |
48 | | - </p> |
| 49 | + <p>Made by Vitalii Kmit</p> |
49 | 50 | </footer> |
50 | 51 | </body> |
51 | 52 | </html> |
0 commit comments