Skip to content

Commit fda797e

Browse files
authored
Update project.html
1 parent 008b30b commit fda797e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

project.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,14 @@ <h1 class="text-center">Project</h1>
308308
<div class="row ">
309309
<div class="col-md-6 ">
310310
<h2>CodingNation</h2>
311-
<img src="../images./Screenshot 2023-11-21 175638.png" class="img-thumbnail" alt="Cinque Terre"
311+
<img src="../images/Screenshot 2023-11-21 175638.png" class="img-thumbnail" alt="Cinque Terre"
312312
width="500" height="250"><br>
313313
<p class="description">CodingNation a Code tutorial platform to learn programming</p>
314314
<a href="www.coding-nation.com" class="btn btn-success">View Project</a>
315315
</div>
316316
<div class="col-md-6">
317317
<h2>Movie App using React js</h2>
318-
<img src="../images./Screenshot 2023-11-22 213623.png" class="img-thumbnail" alt="Cinque Terre"
318+
<img src="../images/Screenshot 2023-11-22 213623.png" class="img-thumbnail" alt="Cinque Terre"
319319
width="500" height="250">
320320
<p class="description">Movie App using React js is a simple movie showing app</p>
321321
<a href="https://dinakar2329.github.io/Movieland.github.io/" class="btn btn-success">View
@@ -325,15 +325,15 @@ <h2>Movie App using React js</h2>
325325
<div class="row">
326326
<div class="col-md-6">
327327
<h2>Text-utils</h2>
328-
<img src="../images./Screenshot 2023-11-22 213946.png" class="img-thumbnail" alt="Cinque Terre"
328+
<img src="../images/Screenshot 2023-11-22 213946.png" class="img-thumbnail" alt="Cinque Terre"
329329
width="500" height="250">
330330
<p class="description">Text-utils is a free online text manipulator tool</p>
331331
<a href="https://dinakar2329.github.io/Text-utils.github.io/" class="btn btn-success">View
332332
Project</a>
333333
</div>
334334
<div class="col-md-6">
335335
<h2>Calculator App</h2>
336-
<img src="../images./Screenshot 2023-11-22 214046.png" class="img-thumbnail" alt="Cinque Terre"
336+
<img src="../images/Screenshot 2023-11-22 214046.png" class="img-thumbnail" alt="Cinque Terre"
337337
width="500" height="250">
338338
<p class="description">Calculator app is a simple calculator created using html, css, js</p>
339339
<a href="https://dinakar2329.github.io/calculator.github.io/" class="btn btn-success">View
@@ -357,4 +357,4 @@ <h2>Calculator App</h2>
357357

358358
</body>
359359

360-
</html>
360+
</html>

0 commit comments

Comments
 (0)