|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
|
9 | 9 | <body> |
10 | 10 | <header> |
11 | 11 | <h1>README, Wireframes and Git Branches</h1> |
12 | | - <p> |
13 | | - A simple guide to three important web development concepts. |
14 | | - </p> |
| 12 | + <p>A simple guide to three important web development concepts.</p> |
15 | 13 | </header> |
16 | 14 | <main> |
17 | 15 | <article> |
18 | | - <img src="https://myscope.training/images/RDM-module/figure_22.jpg" alt="README file illustration" /> |
19 | | - <h2>What is the purpose of a README file?</h2> |
20 | | - <p> |
21 | | - A README file explains what a project is, how it works, and how someone can use it. |
22 | | - It often includes setup instructions, features, and important notes for developers. |
23 | | - </p> |
24 | | - <a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a> |
25 | | -</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 |
| 29 | + > |
| 30 | + </article> |
26 | 31 |
|
27 | | -<article> |
28 | | - <img src="https://www.oursky.com/images/blogs/86256bf2c9_6799482b54769870a1e9c883_1.jpeg" alt="Wireframe file illustration" /> |
29 | | - <h2>What is the purpose of a wireframe?</h2> |
30 | | - <p> |
31 | | - A wireframe is a simple plan for a webpage or app. It shows where content, images, |
32 | | - buttons, and sections will go before the final design is created. |
33 | | - </p> |
34 | | - <a href="https://github.com/dwyl/learn-wireframing/blob/master/README.md">Read more</a> |
35 | | -</article> |
| 32 | + <article> |
| 33 | + <img |
| 34 | + src="https://www.oursky.com/images/blogs/86256bf2c9_6799482b54769870a1e9c883_1.jpeg" |
| 35 | + alt="Wireframe file illustration" |
| 36 | + /> |
| 37 | + <h2>What is the purpose of a wireframe?</h2> |
| 38 | + <p> |
| 39 | + A wireframe is a simple plan for a webpage or app. It shows where |
| 40 | + content, images, buttons, and sections will go before the final design |
| 41 | + is created. |
| 42 | + </p> |
| 43 | + <a |
| 44 | + href="https://github.com/dwyl/learn-wireframing/blob/master/README.md" |
| 45 | + >Read more</a |
| 46 | + > |
| 47 | + </article> |
36 | 48 |
|
37 | | -<article> |
38 | | - <img src="https://www.sqlshack.com/wp-content/uploads/2020/09/git-branch-and-timelines.png" alt="Git branch file illustration" /> |
39 | | - <h2>What is a branch in Git?</h2> |
40 | | - <p> |
41 | | - A branch in Git is a separate version of a project. It lets developers work on new |
42 | | - features or fixes without changing the main version of the code. |
43 | | - </p> |
44 | | - <a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more</a> |
45 | | -</article> |
| 49 | + <article> |
| 50 | + <img |
| 51 | + src="https://www.sqlshack.com/wp-content/uploads/2020/09/git-branch-and-timelines.png" |
| 52 | + alt="Git branch file illustration" |
| 53 | + /> |
| 54 | + <h2>What is a branch in Git?</h2> |
| 55 | + <p> |
| 56 | + A branch in Git is a separate version of a project. It lets developers |
| 57 | + work on new features or fixes without changing the main version of the |
| 58 | + code. |
| 59 | + </p> |
| 60 | + <a |
| 61 | + href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches" |
| 62 | + >Read more</a |
| 63 | + > |
| 64 | + </article> |
46 | 65 | </main> |
47 | | - <footer> |
48 | | - <p>Created as a beginner guide to key web development terms.</p> |
49 | | -</footer> |
| 66 | + <footer> |
| 67 | + <p>Created as a beginner guide to key web development terms.</p> |
| 68 | + </footer> |
50 | 69 | </body> |
51 | 70 | </html> |
0 commit comments