Skip to content

Commit dbf7cc4

Browse files
committed
Add img and link for each article
1 parent 155397d commit dbf7cc4

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
@@ -15,25 +15,25 @@ <h1>Wireframe</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
18+
<img src="https://docs.github.com/assets/cb-69181/images/help/repository/headings-toc.png" alt="read.md img"/>
1919
<h2>Read Me File</h2>
2020
<p>
2121
A README file explains what a project is and how to use it. It’s usually the first file people read when they open a
2222
project, especially in software development.
2323
</p>
24-
<a href="">Read more</a>
24+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2525
</article>
2626
<article>
27-
<img src="" alt=""/>
27+
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="wireframe img"/>
2828
<h2>What is the purpose of a wireframe?</h2>
2929
<p>
3030
A wireframe is a simple visual layout of a website, app, or software interface. Its purpose is to show the structure and
3131
arrangement of content before detailed design and development begin.
3232
</p>
33-
<a href="">Read More</a>
33+
<a href="https://balsamiq.com/blog/what-are-wireframes/">Read More</a>
3434
</article>
3535
<article>
36-
<img src="" alt=""/>
36+
<img src="https://nulab.com/static/2b1b3450c0069d0cbd97d70e48c7a81c/5a190/02.png" alt="Git Branch img"/>
3737
<h2>What is a branch in Git?</h2>
3838
<p>
3939
A branch in Git is a separate line of development that lets you work on changes without affecting the main project.
@@ -46,7 +46,7 @@ <h2>What is a branch in Git?</h2>
4646

4747
while the original code remains unchanged.
4848
</p>
49-
<a href="">Read More</a>
49+
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read More</a>
5050
</article>
5151
</main>
5252
<footer>

0 commit comments

Comments
 (0)