Skip to content

Commit d7b3fd2

Browse files
author
Yonas Gebre
committed
ogranized into folders
1 parent 953e387 commit d7b3fd2

10 files changed

Lines changed: 6 additions & 6 deletions

Wireframe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!--{{</objectives>}}>-->
1414

1515
## Task
16-
![Wireframe](./wireframe.png)
16+
![Wireframe](./images/wireframe.png)
1717

1818
Using the provided wireframe and resources, write a new webpage explaining:
1919

Wireframe/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>Basic of Web Development </h1>
2020
<main>
2121
<article>
2222

23-
<img src="image_readme.png" alt="README file illustration" />
23+
<img src="images/image_readme.png" alt="README file illustration" />
2424
<h2>Purpose of README file</h2>
2525
<p>
2626
README files to communicate important information about a project for users and developers.
@@ -37,10 +37,10 @@ <h2>Purpose of README file</h2>
3737
<li>License information</li>
3838
</ul>
3939

40-
<a href="purpose_readme.html">Read more</a>
40+
<a href="pages/purpose_readme.html">Read more</a>
4141
</article>
4242
<article>
43-
<img src="image_wireframe.png" alt="Wireframe Example" />
43+
<img src="images/image_wireframe.png" alt="Wireframe Example" />
4444
<h2>Purpose of a wireframe</h2>
4545
<p>
4646
Wireframe graphic representation of a website, mobile app, or other digital interface that highlights the overall structure and layout of the design without going into specifics like colors, fonts, or images. A wireframe is a product outline that shows what interface elements will be present on important pages.
@@ -54,10 +54,10 @@ <h2>Purpose of a wireframe</h2>
5454
<li>Communication</li>
5555

5656
</ul>
57-
<a href="purpose_wireframe.html">Read more</a>
57+
<a href="pages/purpose_wireframe.html">Read more</a>
5858
</article>
5959
<article>
60-
<img src="image_git.png" alt="branch in git" id="branch-image"/>
60+
<img src="images/image_git.png" alt="branch in git" id="branch-image"/>
6161
<h2>Branch in Git</h2>
6262
<p>
6363
In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main project. Think of it as a "parallel universe" for your code.

0 commit comments

Comments
 (0)