Skip to content

Commit 61a8455

Browse files
committed
created a new folder for the image files and the css for better structure
1 parent d256501 commit 61a8455

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Wireframe</title>
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="./css/style.css" />
88
</head>
99
<body>
1010
<header>
@@ -20,7 +20,7 @@ <h1>Workflow</h1>
2020
<main>
2121
<div class="firstrow">
2222
<article>
23-
<img src="Readme.png" alt="Readme file example" id="readmeimg" />
23+
<img src="./img/Readme.png" alt="Readme file example" id="readmeimg" />
2424
<h2>README files</h2>
2525
<p>
2626
A README file explains a project to other developers and
@@ -37,10 +37,10 @@ <h2>README files</h2>
3737
</div>
3838
<div class="secondrow">
3939
<article>
40-
<img src="Wireframe.png" alt="Wireframe example" />
40+
<img src="./img/Wireframe.png" alt="Wireframe example" />
4141
<h2>Wireframe</h2>
4242
<p>
43-
A wireframe isa simple visual layout used to plan the
43+
A wireframe is a simple visual layout used to plan the
4444
structure, content, and use experience of a website or
4545
application before development begins.
4646
</p>
@@ -50,7 +50,7 @@ <h2>Wireframe</h2>
5050
>
5151
</article>
5252
<article>
53-
<img src="GitBranch.png" alt="Git branching example" />
53+
<img src="./img/GitBranch.png" alt="Git branching example" />
5454
<h2>Git Branching</h2>
5555
<p>
5656
Git branching allows developers to work on new features

0 commit comments

Comments
 (0)