Skip to content

Commit fb2587f

Browse files
Add all three articles with semantic HTML and descriptive content
1 parent 0b5f732 commit fb2587f

1 file changed

Lines changed: 33 additions & 11 deletions

File tree

Wireframe/index.html

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,41 @@ <h1>Wireframe</h1>
1414
</p>
1515
</header>
1616
<main>
17-
<article>
18-
<img src="placeholder.svg" alt="Illustration of a README file" />
19-
<h2>What are README files?</h2>
20-
<p>
21-
A README file explains what a project is, how to use it, and why it is useful.
22-
It helps users and contributors understand how to get started and where to get help.
23-
</p>
24-
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more about README files</a>
25-
</article>
26-
</main>
17+
<section>
18+
<article>
19+
<img src="placeholder.svg" alt="Illustration of a README file" />
20+
<h2>What is the purpose of a README file?</h2>
21+
<p>
22+
A README file explains what a project is, how to use it, and why it is useful.
23+
It helps users and contributors understand how to get started and where to get help.
24+
</p>
25+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more about README files</a>
26+
</article>
27+
28+
<article>
29+
<img src="wireframe.png" alt="Illustration of a wireframe" />
30+
<h2>What is the purpose of a wireframe?</h2>
31+
<p>
32+
A wireframe is a basic illustration of a website or app.
33+
They are used to design the layout, showing all elements of the page without going into details such as fonts and colours.
34+
</p>
35+
<a href="https://www.geeksforgeeks.org/blogs/what-is-wireframing/">Read more about Wireframes</a>
36+
</article>
37+
38+
<article>
39+
<img src="placeholder.svg" alt="Illustration of a Git branch" />
40+
<h2>What is a branch in Git?</h2>
41+
<p>
42+
A branch in Git is like a separate workspace where you can make changes and try new ideas without affecting the main project.
43+
Creating a branch allows you to make changes without affecting the original version.
44+
</p>
45+
<a href="https://www.w3schools.com/git/git_branch.asp?_gl=1*1pmlokl*_ga*NzI4ODc3OTYyLjE3NjkxMTc0MzI.*_ga_9YNMTB56NB*czE3NjkxMTc0MzEkbzEkZzEkdDE3NjkxMTc0MzIkajU5JGwwJGgw">Read more about Git branches</a>
46+
</article>
47+
</section>
48+
</main>
2749
<footer>
2850
<p>
29-
&copy; Code Your Future
51+
&copy; Code Your Future
3052
</p>
3153
</footer>
3254
</body>

0 commit comments

Comments
 (0)