Skip to content

Commit f464a2a

Browse files
committed
Refactor code structure for improved readability
1 parent 370d54b commit f464a2a

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/img/Gitbranch1.jpg

114 KB
Loading

Wireframe/img/Wireframe1.png

36.8 KB
Loading

Wireframe/img/readmeimg.png

79.4 KB
Loading

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Web Development & Planning</h1>
1313
</header>
1414
<main>
1515
<article>
16-
<img src="Wireframe1.png" alt="wireframe" />
16+
<img src="../Wireframe/img/Wireframe1.png" alt="wireframe" />
1717
<h2>Wireframe</h2>
1818
<p>
1919
What is the purpose of a wireframe? Think of "Wireframe" as the Architectural blueprint of a website or App.
@@ -22,7 +22,7 @@ <h2>Wireframe</h2>
2222
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
2323
</article>
2424
<section>
25-
<img src="readmeimg.png" alt="" />
25+
<img src="./img/readmeimg.png" alt="README File" />
2626
<h3>README File</h3>
2727
<p>
2828
What is the purpose of a README file? It serves as the introductory guide and instruction manual for a project,
@@ -31,7 +31,7 @@ <h3>README File</h3>
3131
<a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read more</a>
3232
</section>
3333
<section>
34-
<img src="Gitbranch1.jpg" alt="" />
34+
<img src="./img/Gitbranch1.jpg" alt="Git Branch" />
3535
<h3>Branch in Git</h3>
3636
<p>
3737
What is a branch in Git? A branch in Git is a seperate line of development that allows you to isolate your work,

0 commit comments

Comments
 (0)