|
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 | + Let's explore three concepts. |
14 | 14 | </p>
|
15 | 15 | </header>
|
16 | 16 | <main>
|
| 17 | + |
| 18 | + |
17 | 19 | <article>
|
18 | 20 | <img src="placeholder.svg" alt="" />
|
19 |
| - <h2>Title</h2> |
| 21 | + <h2> 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 | + A README file serves as an introductory document for a software project or dataset, providing users with essential information about what the project does, how to use it, and how to get started. It's a crucial piece of documentation that helps users understand the project's purpose, |
| 24 | + requirements, and installation/usage instructions |
| 25 | + |
| 26 | + |
23 | 27 | </p>
|
24 | 28 | <a href="">Read more</a>
|
25 | 29 | </article>
|
26 |
| - </main> |
27 |
| - <footer> |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + <article> |
| 35 | + <img src="placeholder.svg" alt="" /> |
| 36 | + <h2>What is the purpose of a wireframe?</h2> |
| 37 | + <p> |
| 38 | + |
| 39 | + A wireframe's purpose is to visually represent the layout and structure of a webpage, app, or other digital product, focusing on functionality and user experience before detailed design and development. It acts as a blueprint, outlining how content and elements will |
| 40 | + be placed and how they interact with the use |
| 41 | + |
| 42 | + |
| 43 | + </p> |
| 44 | + <a href="">Read more</a> |
| 45 | + </article> |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +<article> |
| 51 | + <img src="placeholder.svg" alt="" /> |
| 52 | + <h2>What is a branch in Git?</h2> |
| 53 | + <p> |
| 54 | + A branch in Git is simply a lightweight movable pointer to one of these commits. The default branch name in Git is master . As you start making commits, you're given a master branch that points to the last commit you made. Every time you commit, |
| 55 | + the master branch pointer moves forward automatically |
| 56 | + </p> |
| 57 | + <a href="">Read more</a> |
| 58 | + </article> |
| 59 | + </main> |
| 60 | + |
| 61 | + |
| 62 | + <footer > |
28 | 63 | <p>
|
29 |
| - This is the default, provided code and no changes have been made yet. |
| 64 | + it's all done by Jabir Adam |
30 | 65 | </p>
|
31 | 66 | </footer>
|
32 | 67 | </body>
|
|
0 commit comments