Skip to content

Commit 21dd6af

Browse files
Add Readme article content
1 parent 5844ba1 commit 21dd6af

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ <h1>Essential Developer Concepts</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
18+
<h2> What is a README File?</h2>
2019
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
20+
A README file is usually the first document developers read when visiting a project. It explains what the project does,
21+
how to install it, and how to use it effectively.
2322
</p>
24-
<a href="">Read more</a>
23+
<img src="https://cdn.bulldogjob.com/system/photos/files/000/003/440/original/readme.webp"
24+
alt="Example of a README File" />
25+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2526
</article>
2627
</main>
2728
<footer>

0 commit comments

Comments
 (0)