Skip to content

Commit f3e355a

Browse files
committed
-Added: "README-File-Example.jpg"
"README" article: -Replaced "placeholder.svg" with "README-File-Example.jpg;" added alt. description. - <p>: Replaced default text with explanation of README files -Added <ul>
1 parent 8ed1da4 commit f3e355a

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

Wireframe/README-File-Example.jpg

441 KB
Loading

Wireframe/index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,23 @@ <h2>Wireframe</h2>
2929

3030
<main>
3131
<article>
32-
<img src="placeholder.svg" alt="" />
32+
<img src="README-File-Example.jpg" alt="Picture of an example README file" />
3333
<h2>README</h2>
3434
<p>
35-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
36-
voluptates. Quisquam, voluptates.
35+
The purpose of a README file is to provide important information for a project or piece of software.
36+
This may include things such as:
37+
38+
<ul>installation instructions</ul>
39+
<ul>Version info</ul>
40+
<ul>System requirements</ul>
41+
<ul>A basic description of the software</ul>
42+
<ul>Troubleshooting and support contact info</ul>
43+
<ul>Copyright and licensing info</ul>
44+
<ul>Source links</ul>
45+
46+
README files are commonly written in Markdown (.md) plaintext format.
3747
</p>
38-
<a href="">Read more</a>
48+
<a href="https://www.makeareadme.com/">Read more</a>
3949
</article>
4050
</main>
4151

@@ -47,7 +57,7 @@ <h2>Git Branches</h2>
4757
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
4858
voluptates. Quisquam, voluptates.
4959
</p>
50-
<a href="">Read more</a>
60+
<a href="https://www.makeareadme.com/">Read more</a>
5161
</article>
5262
</main>
5363
<footer>

0 commit comments

Comments
 (0)