Skip to content

Commit f6b69d5

Browse files
authored
Enhance project overview with details section
Replaced 'Read more' link with a details summary for in-depth information on the purpose of readme
1 parent f273d56 commit f6b69d5

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ <h2>Purpose of ReadME</h2>
1919
Read me provides a quick overview of what the project sets to achieve,
2020
the likely uses and the guidelines of how others can contribute.
2121
</p>
22-
<a href="">Read more</a>
22+
<details>
23+
<summary>Read more</summary>
24+
<p>
25+
For more in-depth information, you can read the professional guide here:
26+
<a href="https://www.makeareadme.com/" target="_blank" rel="noopener noreferrer">
27+
The Official README Guide
28+
</a>
29+
</p>
30+
</details>
2331
</article>
2432
<article>
2533
<img src="placeholder2.png" alt="Wireframe image" />

0 commit comments

Comments
 (0)