Skip to content

Commit 999366c

Browse files
committed
add immage and tittle of the first article
1 parent ff7b9d0 commit 999366c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>Planning, Versioning and Documenting</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
Building high quality web applications requires more than nust writing code. This guide explores three foundational pillar of proffesional software development: mapping user experiences with wirwframes, managing code safely using Git branches, and creating clear project documentation with README files.
1414
</p>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
18+
<img src="https://www.makeareadme.com/images/open-graph-logo.png?v=20181203" alt="a digital file icon in purple colour" height="500" />
19+
<h2>The purpose of a README file</h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
21+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam
2222
voluptates. Quisquam, voluptates.
2323
</p>
2424
<a href="">Read more</a>

0 commit comments

Comments
 (0)