Skip to content

Commit

Permalink
rectified the links for images and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokulan-SK committed Jul 1, 2024
1 parent 1e3399f commit a12feb9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h5 class="card-title">Dr.N.G.P ASC</h5>
<br />
<div class="card-image">
<img
src="../images/certificates/211AI003 Gokulan SK.jpg"
src="./images/certificates/211AI003 Gokulan SK.jpg"
alt="certificate image"
class="img-fluid"
/>
Expand All @@ -292,7 +292,7 @@ <h5 class="card-title">Udemy</h5>
<br />
<div class="card-image">
<img
src="../images/certificates/intro-to-cybersecurity.jpg"
src="./images/certificates/intro-to-cybersecurity.jpg"
alt="certificate image"
class="img-fluid"
/>
Expand All @@ -314,7 +314,7 @@ <h5 class="card-title">Udemy</h5>
<br />
<div class="card-image">
<img
src="../images/certificates/web-pentesting.jpg"
src="./images/certificates/web-pentesting.jpg"
alt="certificate image"
class="img-fluid"
/>
Expand Down Expand Up @@ -479,7 +479,7 @@ <h2 class="section-heading mb-4">Profiles</h2>
class="profile-link"
>
<img
src="../images/github-mark.png"
src="./images/github-mark.png"
alt="GitHub"
class="profile-icon mb-2"
/>
Expand All @@ -494,7 +494,7 @@ <h2 class="section-heading mb-4">Profiles</h2>
class="profile-link"
>
<img
src="../images/linkedin.png"
src="./images/linkedin.png"
alt="LinkedIn"
class="profile-icon mb-2"
/>
Expand All @@ -509,7 +509,7 @@ <h2 class="section-heading mb-4">Profiles</h2>
class="profile-link"
>
<img
src="../images/leetcode.png"
src="./images/leetcode.png"
alt="LeetCode"
class="profile-icon mb-2"
/>
Expand All @@ -524,7 +524,7 @@ <h2 class="section-heading mb-4">Profiles</h2>
class="profile-link"
>
<img
src="../images/icons8-geeksforgeeks-48.png"
src="./images/icons8-geeksforgeeks-48.png"
alt="GeeksforGeeks"
class="profile-icon mb-2"
/>
Expand All @@ -539,7 +539,7 @@ <h2 class="section-heading mb-4">Profiles</h2>
class="profile-link"
>
<img
src="../images/Coursera New.svg"
src="./images/Coursera New.svg"
alt="Coursera"
class="profile-icon mb-2"
/>
Expand Down

0 comments on commit a12feb9

Please sign in to comment.