Skip to content

Commit 3c545a6

Browse files
changed imges to be in an img file
1 parent b5ce99a commit 3c545a6

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1> Web Development concepts</h1>
1414
<main>
1515

1616
<article>
17-
<img src="README.png" alt="" />
17+
<img src="/Wireframe/img/README.png" alt="" />
1818
<h2>What is the Purpose of a README file</h2>
1919
<p>
2020
README files typically include information on what a project does, why is it usefull and how users can get started with the project
@@ -25,7 +25,7 @@ <h2>What is the Purpose of a README file</h2>
2525
</article>
2626

2727
<article>
28-
<img src="git.jpg" alt="">
28+
<img src="/Wireframe/img/git.jpg" alt="">
2929
<h2>What is a branch in Git</h2>
3030
<p>
3131
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.
@@ -37,7 +37,7 @@ <h2>What is a branch in Git</h2>
3737

3838

3939
<article>
40-
<img src="wireframe.png..avif" alt="" />
40+
<img src="/Wireframe/img/wireframe.png" alt="" />
4141
<h2>What is the purpose of wireframe </h2>
4242
<p>
4343
A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish.

0 commit comments

Comments
 (0)