Skip to content

Commit 095ab92

Browse files
author
JorvanW
committed
Added more semantic HTML tags to the index.html file
1 parent 1406465 commit 095ab92

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,26 @@
1010
<header>
1111
<h1>Wireframe Task</h1>
1212
</header>
13+
<div id="container">
1314
<main>
14-
<article>
15+
<article id="readme-article">
1516
<img src="https://user-images.githubusercontent.com/6750572/90517585-e483a280-e165-11ea-8945-3d289eeeaa1d.png" alt=" example of Readme" />
16-
<h2>README file</h2>
17+
<h2 id="Article Heading">README file</h2>
1718
<p>
18-
ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating on the project.
19+
ReadME file is a plain text document that is used as a user manual or official document for a project.
20+
This file is useful because it helps communicate important information to those using or collaborating on the project.
1921
</p>
2022
<a href="https://www.makeareadme.com" target="_blank" rel="noopener noreferrer">Read more</a>
2123
</article>
22-
<article>
24+
<article id="Wireframe-article">
2325
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="Wireframe" />
2426
<h2>Wireframe</h2>
2527
<p>
2628
A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance.
2729
</p>
2830
<a href="https://balsamiq.com/blog/what-are-wireframes/" target="_blank" rel="noopener noreferrer">Read more</a>
2931
</article>
30-
<article>
32+
<article id="Git-Branch-article">
3133
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*nQXC89lqQnqvICtb3J6XWw.png" alt="GitBranch" />
3234
<h2>Git Branch </h2>
3335
<p>
@@ -36,6 +38,7 @@ <h2>Git Branch </h2>
3638
<a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github" target="_blank" rel="noopener noreferrer">Read more</a>
3739
</article>
3840
</main>
41+
</div>
3942
<footer>
4043
<p>London | May-2026 | Jorvan White | Wireframe Task </p>
4144
</footer>

Wireframe/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ As well as useful links to learn more */
2424
--line: 1px solid;
2525
--container: 1280px;
2626
}
27+
28+
H1 {
29+
display: flex;
30+
justify-content: center;
31+
}
32+
33+
34+
.Wireframe-article {
35+
display: flex;
36+
flex-direction: column;
37+
align-items: center;
38+
bottom: 40px ;
39+
}
2740
/* ====== Base Elements ======
2841
General rules for basic HTML elements in any context */
2942
body {

0 commit comments

Comments
 (0)