Skip to content

Commit 8f34547

Browse files
committed
Add README article with image, title, summary, and link
1 parent 014d290 commit 8f34547

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111
<h1>Project Essentials Explained</h1>
1212
<p>Discover the roles of README files, wireframes, and Git branches in software development.</p>
1313
</header>
14-
14+
1515
<main>
1616
<article>
17-
<img src="placeholder.svg" alt="" />
18-
<h2>Title</h2>
17+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20240702120959/Readme1.png" alt="Sample README file" />
18+
<h2>What is a README file?</h2>
1919
<p>
20-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
21-
voluptates. Quisquam, voluptates.
20+
A README file is an essential componet of many software projects, especially those hosted on platforms like GitHub.
2221
</p>
23-
<a href="">Read more</a>
22+
<a href="https://www.geeksforgeeks.org/what-is-readme-md-file/#what-is-a-readmemd-file">Read more</a>
2423
</article>
2524
</main>
2625
<footer>

0 commit comments

Comments
 (0)