Skip to content

Commit 602cb03

Browse files
chore: update certificate images path
1 parent e08faf8 commit 602cb03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ <h1>Certificates</h1>
482482
<div class="certificates-card">
483483

484484
<div class="certificates-image">
485-
<img src="Assets/certificates/python-hackerrank.png" alt="HackerRank Python Certificate">
485+
<img src="Assets/Certificates/python-hackerrank.png" alt="HackerRank Python Certificate">
486486
<div class="certificates-link">
487487
<a href="https://www.hackerrank.com/certificates/e41a7578cc82" target="_blank">
488488
Click Here<i class="fa-solid fa-arrow-right"></i>
@@ -491,7 +491,7 @@ <h1>Certificates</h1>
491491
</div>
492492

493493
<div class="certificates-image">
494-
<img src="Assets/certificates/sql-hackerrank.png" alt="HackerRank SQL Certificate">
494+
<img src="Assets/Certificates/sql-hackerrank.png" alt="HackerRank SQL Certificate">
495495
<div class="certificates-link">
496496
<a href="https://www.hackerrank.com/certificates/09ec62ca442f" target="_blank">
497497
Click Here<i class="fa-solid fa-arrow-right"></i>
@@ -563,4 +563,4 @@ <h1>Contact</h1>
563563
<script src="script.js"></script>
564564

565565
</body>
566-
</html>
566+
</html>

0 commit comments

Comments
 (0)