Skip to content

Commit d4a0768

Browse files
author
adedolapo
committed
made the added chnages as per instructions
1 parent 3b1f395 commit d4a0768

1 file changed

Lines changed: 35 additions & 10 deletions

File tree

Wireframe/index.html

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,51 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>
12+
<center>Wireframe</center>
13+
</h1>
1214
<p>
13-
This is the default, provided code and no changes have been made yet.
15+
<center>An article about webpages and their purpose</center>
1416
</p>
1517
</header>
1618
<main>
1719
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
20+
<img src="placeholder.svg" alt="an image depicting wireframe " />
21+
22+
23+
<h2>READme</h2>
2024
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
23-
</p>
25+
The purpose of a READme file is to provide information about a project, including how to instructions and tasks to be done.
26+
2427
<a href="">Read more</a>
2528
</article>
29+
<article>
30+
<img src="placeholder.svg" alt="an image depicting wireframe " />
31+
32+
33+
<h2>Wireframe</h2>
34+
<p>
35+
A wireframe is a visual guide that represents the skeletal framework of a website or application, outlining the layout and structure of its content and functionality.
36+
37+
<a href="">Read more</a>
38+
</article>
39+
<article>
40+
<img src="placeholder.svg" alt="an image depicting wireframe " />
41+
42+
43+
<h2>Git branch</h2>
44+
<p>A branch in a git, is a perosnal workspace to work on tasks independently.</p>
45+
46+
<a href="">Read more</a>
47+
2648
</main>
2749
<footer>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
50+
51+
52+
<p> <center>Adedolapo January 2026</center>
3053
</p>
3154
</footer>
3255
</body>
33-
</html>
56+
57+
58+

0 commit comments

Comments
 (0)