Skip to content

Commit 74dc44a

Browse files
committed
Add unique images and update HTML content
1 parent c5755ab commit 74dc44a

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

GitHomeworkFixErrors

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 4cec00b696844f92d1ef2900acbcfa3f5ff6e408

Wireframe/code-review-flow.png

13.1 KB
Loading

Wireframe/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,32 @@
99
<body>
1010
<header>
1111
<h1>Understanding Developer Tools</h1>
12-
<p>A simple guide to README files, wireframes, and the Git branches.</p>
12+
<p>A simple guide to README files, wireframes, and Git branches.</p>
1313
</header>
14+
1415
<main>
1516
<article>
16-
<img src="placeholder.svg" alt="README file illustration" />
17+
<img src="readme.png" alt="README file illustration" />
1718
<h2>What is the purpose of a README file?</h2>
1819
<p>A README explains what a project does, how to install it, and how to use it.</p>
19-
<a href="#">Learn more</a>
20+
<a href="https://www.makeareadme.com">Learn more</a>
2021
</article>
2122

2223
<article>
23-
<img src="placeholder.svg" alt="Wireframe sketch" />
24+
<img src="wireframe.png" alt="Wireframe sketch" />
2425
<h2>What is the purpose of a wireframe?</h2>
2526
<p>A wireframe shows the layout of a webpage before coding begins. It helps developers plan structure and content.</p>
26-
<a href="#">Learn more</a>
27+
<a href="https://www.figma.com/resource-library/what-is-a-wireframe">Learn more</a>
2728
</article>
2829

2930
<article>
30-
<img src="placeholder.svg" alt="Git branch diagram" />
31+
<img src="code-review-flow.png" alt="Git branch diagram" />
3132
<h2>What is a branch in Git?</h2>
3233
<p>A branch allows you to work on new features without affecting the main codebase.</p>
33-
<a href="#">Learn more</a>
34+
<a href="https://www.atlassian.com/git/tutorials/using-branches">Learn more</a>
3435
</article>
35-
3636
</main>
37+
3738
<footer>
3839
<p>Contact | About | Privacy</p>
3940
</footer>

Wireframe/readme.png

2.99 KB
Loading

0 commit comments

Comments
 (0)