Skip to content

Commit cbb5683

Browse files
committed
Add links to articles
1 parent 3ef4c0b commit cbb5683

1 file changed

Lines changed: 20 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,47 @@ <h1>Userful things to know as a software developer</h1>
1616
</header>
1717
<main>
1818
<article>
19-
<img src="placeholder.svg" alt="" />
19+
<img
20+
src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Falexwlchan.net%2Fimages%2F2021%2Freadmes-for-open-science%2Fslide6.png&f=1&nofb=1&ipt=8d1b781a7151a84e0a93ee0ccf6b730ab844953d13f7201b453c4f13c9ce251e"
21+
alt=""
22+
/>
2023
<h2>What is a README?</h2>
2124
<p>
2225
A README is a file that describes things about a project on github.
2326
And is usually the first thing that you have to read when contributing
2427
to a new project.
2528
</p>
26-
<a href="">Read more</a>
29+
<a href="https://en.wikipedia.org/wiki/README">Read more</a>
2730
</article>
2831
<article>
29-
<img src="placeholder.svg" alt="" />
32+
<img
33+
src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmiro.medium.com%2Fmax%2F1800%2F0*FVLOt7Tx7P3zPI7T.jpg&f=1&nofb=1&ipt=22e2fa20d0152f16524491be50411071460aa35aa7a53970aaebe0ad7da702db"
34+
alt=""
35+
/>
3036
<h2>What's the purpose of a wireframe?</h2>
3137
<p>
3238
Wireframes can be used to sketch a website. UX designers use them to
3339
communicate their ideas about how the UI should be designed.
3440
</p>
35-
<a href="">Read more</a>
41+
<a href="https://www.figma.com/resource-library/what-is-wireframing/"
42+
>Read more</a
43+
>
3644
</article>
3745
<article>
38-
<img src="placeholder.svg" alt="" />
46+
<img
47+
src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.atatus.com%2Fblog%2Fcontent%2Fimages%2Fsize%2Fw1920%2F2021%2F06%2Fwhat-is-branch-in-git.jpeg&f=1&nofb=1&ipt=7b3c5edc73dc13d7ad8d60389bda81866d17d80f5c02af759033bfa1f20d8b63"
48+
alt=""
49+
/>
3950
<h2>What is a branch in Git?</h2>
4051
<p>
4152
A branch is a separate workspace that allows you to work on a feature
4253
without touching the main projects code and then merge it to the main
4354
branch once the feature is mature enough.
4455
</p>
45-
<a href="">Read more</a>
56+
<a
57+
href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell"
58+
>Read more</a
59+
>
4660
</article>
4761
</main>
4862
<footer>

0 commit comments

Comments
 (0)