|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
|
10 | 10 | <header> |
11 | 11 | <h1>Wireframe</h1> |
12 | 12 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 13 | + Webpage explaining the purposes of a README file, wireframe and a branch |
| 14 | + in Git. |
14 | 15 | </p> |
15 | 16 | </header> |
16 | 17 | <main> |
17 | | - <article> |
18 | | - <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
20 | | - <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
23 | | - </p> |
24 | | - <a href="">Read more</a> |
25 | | - </article> |
| 18 | + <section> |
| 19 | + <article> |
| 20 | + <img src="placeholder.svg" alt="" /> |
| 21 | + <h2>README file</h2> |
| 22 | + <p> |
| 23 | + A README file is a document that provides information about a |
| 24 | + project, such as its purpose, how to use it, and any other relevant |
| 25 | + details. It is usually the first thing people read to understand the |
| 26 | + project. |
| 27 | + </p> |
| 28 | + <a href="https://en.wikipedia.org/wiki/README">Read More </a> |
| 29 | + </article> |
| 30 | + </section> |
| 31 | + <section> |
| 32 | + <article> |
| 33 | + <img src="placeholder.svg" alt="" /> |
| 34 | + <h2>Wireframe</h2> |
| 35 | + <p> |
| 36 | + A wireframe is a visual guide that represents the skeletal structure |
| 37 | + of a website or application. It outlines the layout, content, and |
| 38 | + functionality without the final design elements. |
| 39 | + </p> |
| 40 | + <a href="">Read more</a> |
| 41 | + </article> |
| 42 | + </section> |
| 43 | + <section> |
| 44 | + <article> |
| 45 | + <img src="placeholder.svg" alt="" /> |
| 46 | + <h2>Branch in Git</h2> |
| 47 | + <p> |
| 48 | + A branch in Git is a separate line of development that allows you to |
| 49 | + work on different features. It enables multiple developers to |
| 50 | + collaborate on a project without interfering with each other's work. |
| 51 | + </p> |
| 52 | + <a href="https://en.wikipedia.org/wiki/Git_branch">Read more</a> |
| 53 | + </article> |
| 54 | + </section> |
26 | 55 | </main> |
27 | 56 | <footer> |
28 | | - <p> |
29 | | - This is the default, provided code and no changes have been made yet. |
30 | | - </p> |
| 57 | + <p>Made by Lesya Lyaisyan.</p> |
31 | 58 | </footer> |
32 | 59 | </body> |
33 | 60 | </html> |
0 commit comments