Skip to content

Commit 64bfe43

Browse files
authored
Replace placeholder images and update links in index.html
1 parent 4a99774 commit 64bfe43

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@ <h1>Welcome to Intro to Programming</h1>
1616
</header>
1717
<main>
1818
<article>
19-
<img src="placeholder.svg" alt="" />
19+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20240702120959/Readme1.png" alt="Readme image" />
2020
<h2>The purpose of a README file</h2>
2121
<p>
2222
A README file is text file often included with a software
2323
program or code package which provides the reader with
2424
information they may need to use the software, such
2525
installation instructions.
2626
</p>
27-
<a href="#">Read more about README files</a>
27+
<a href="https://en.wikipedia.org/wiki/README">Read more about README files</a>
2828
</article>
2929
<article>
30-
<img src="placeholder.svg" alt="" />
30+
<img src="https://support.microsoft.com/images/en-us/ae7333a6-5681-45ea-b482-e0de7c81cabd" alt="Wireframe image" />
3131
<h2>The purpose of a wireframe</h2>
3232
<p>
3333
A wireframe is used to express the layout of a visual medium
3434
such as a newspaper, or web page. It helps designers and
3535
programmers to get a simple overview of a design.
3636
</p>
37-
<a href="">Read more about wireframing</a>
37+
<a href="https://www.experienceux.co.uk/faqs/what-is-wireframing">Read more about wireframing</a>
3838
</article>
3939
<article>
40-
<img src="placeholder.svg" alt="" />
40+
<img src="https://docs.github.com/assets/cb-2058/mw-1440/images/help/branches/pr-retargeting-diagram1.webp" alt="Branch image" />
4141
<h2>What is a Git branch</h2>
4242
<p>
4343
A git branch is a copy of the code in a git repository.
@@ -47,7 +47,7 @@ <h2>What is a Git branch</h2>
4747
successful, for example there are too many bugs, the branch
4848
can be deleted without affecting the main branch.
4949
</p>
50-
<a href="">Read more about Git</a>
50+
<a href="https://en.wikipedia.org/wiki/Branching_(version_control)">Read more about Git</a>
5151
</article>
5252
</main>
5353
<footer>

0 commit comments

Comments
 (0)