Skip to content

Commit 53be43b

Browse files
author
JorvanW
committed
Updated Wireframe/index.html with images and text about README file, Wireframe and Git Branch.
1 parent ff7b9d0 commit 53be43b

1 file changed

Lines changed: 22 additions & 11 deletions

File tree

Wireframe/index.html

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,39 @@
66
<title>Wireframe</title>
77
<link rel="stylesheet" href="style.css" />
88
</head>
9+
<style></style>
910
<body>
1011
<header>
11-
<h1>Wireframe</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
12+
<h1>Wireframe Task</h1>
1513
</header>
1614
<main>
1715
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
16+
<img src="https://user-images.githubusercontent.com/6750572/90517585-e483a280-e165-11ea-8945-3d289eeeaa1d.png" alt="" />
17+
<h2>README file</h2>
2018
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
19+
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 the project.
20+
</p>
21+
<a href="">Read more</a>
22+
</article>
23+
<article>
24+
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="" />
25+
<h4>Wireframe</h4>
26+
<p>
27+
A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance.
28+
</p>
29+
<a href="">Read more</a>
30+
</article>
31+
<article>
32+
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*nQXC89lqQnqvICtb3J6XWw.png" alt="" />
33+
<h5>Git Branch </h5>
34+
<p>
35+
In Git a branch is a identical copy of a projects code which is then used to make changes on without having any affect on the main original project.
2336
</p>
2437
<a href="">Read more</a>
2538
</article>
2639
</main>
2740
<footer>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
30-
</p>
41+
<p>London | May-2026 | Jorvan White | Wireframe Task </p>
3142
</footer>
3243
</body>
3344
</html>

0 commit comments

Comments
 (0)