|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Wireframe</title> |
7 | | - <link rel="stylesheet" href="style.css" /> |
8 | | - </head> |
9 | | - <body> |
10 | | - <header> |
11 | | - <h1>Wireframe</h1> |
12 | | - <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
14 | | - </p> |
15 | | - </header> |
16 | | - <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> |
26 | | - </main> |
27 | | - <footer> |
28 | | - <p> |
29 | | - This is the default, provided code and no changes have been made yet. |
30 | | - </p> |
31 | | - </footer> |
32 | | - </body> |
33 | | -</html> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>README, Wireframes and Git Branches</title> |
| 7 | + <link rel="stylesheet" href="style.css" /> |
| 8 | + </head> |
| 9 | + <body> |
| 10 | + <header> |
| 11 | + <h1>README, Wireframes and Git Branches</h1> |
| 12 | + <p>A simple guide to three important web development concepts.</p> |
| 13 | + </header> |
| 14 | + <main> |
| 15 | + <article> |
| 16 | + <img |
| 17 | + src="https://myscope.training/images/RDM-module/figure_22.jpg" |
| 18 | + alt="README file illustration" |
| 19 | + /> |
| 20 | + <h2>What is the purpose of a README file?</h2> |
| 21 | + <p> |
| 22 | + A README file explains what a project is, how it works, and how |
| 23 | + someone can use it. It often includes setup instructions, features, |
| 24 | + and important notes for developers. |
| 25 | + </p> |
| 26 | + <a |
| 27 | + href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes" |
| 28 | + >Read more</a |
0 commit comments