-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct error that icon not display in web
- Loading branch information
1 parent
ba9ad70
commit 2f0b16c
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"/> | ||
<title>Sanjana Senevirathna</title> | ||
<link rel="icon" type="image/letter-s" href="/Images/letter-s.png"> | ||
<link rel="icon" type="image/letter-s" href="Images/letter-s.png"> | ||
|
||
</head> | ||
<body> | ||
|
@@ -38,10 +38,10 @@ <h3 class="typing-text">I'm a <span></span> | |
<img src="Images/linkedin.png" alt="linkeddIn image"> | ||
</a> | ||
<a href="https://github.com/Sanjana0823" target="_blank"> | ||
<img src="/Images/github.png" alt="github icon"> | ||
<img src="Images/github.png" alt="github icon"> | ||
</a> | ||
<a href="https://www.youtube.com/@Artisanal_Avenue" target="_blank"> | ||
<img src="/Images/youtube.png" alt="youtube icon"> | ||
<img src="Images/youtube.png" alt="youtube icon"> | ||
</a> | ||
</div> | ||
<a href="#" class="btn">Hire me</a> | ||
|
@@ -194,16 +194,16 @@ <h5>Community Developer</h5> | |
|
||
<div class="social-icons"> | ||
<div class="align-icons"> | ||
<a href="https://www.linkedin.com/company/lsflk/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="/Images/linkedin.png" alt="linkedin icon"></a> | ||
<a href="https://www.linkedin.com/company/lsflk/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="Images/linkedin.png" alt="linkedin icon"></a> | ||
<a href="https://github.com/LSFLK/MedicinesforLK" | ||
target="_blank" class="fa-brands fa-github"><img class="icon-img" src="/Images/github.png" alt="github icon"></a> | ||
target="_blank" class="fa-brands fa-github"><img class="icon-img" src="Images/github.png" alt="github icon"></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="row"> | ||
<a href="https://sefglobal.org/" target="_blank"><img class="project-img" src="/Images/SEF_img.png" alt="SEF image"> | ||
<a href="https://sefglobal.org/" target="_blank"><img class="project-img" src="Images/SEF_img.png" alt="SEF image"> | ||
</a> | ||
<div class="layer"> | ||
<h5>Community Developer</h5> | ||
|
@@ -213,15 +213,15 @@ <h5>Community Developer</h5> | |
</div> | ||
<div class="social-icons"> | ||
<div class="align-icons"> | ||
<a href="https://www.linkedin.com/company/sefglobal/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="/Images/linkedin.png" alt="linkedin icon"></a> | ||
<a href="https://github.com/Sanjana0823/sef-site" target="_blank" class="fa-brands fa-github"><img class="icon-img" src="/Images/github.png" alt="github icon"></a> | ||
<a href="https://www.linkedin.com/company/sefglobal/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="Images/linkedin.png" alt="linkedin icon"></a> | ||
<a href="https://github.com/Sanjana0823/sef-site" target="_blank" class="fa-brands fa-github"><img class="icon-img" src="Images/github.png" alt="github icon"></a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="row"> | ||
<a href="https://www.tillikids.com/" target="_blank"><img class="project-img" src="/Images/tilli_img.png" alt="tilli image"> | ||
<a href="https://www.tillikids.com/" target="_blank"><img class="project-img" src="Images/tilli_img.png" alt="tilli image"> | ||
<div class="layer"> | ||
</a> | ||
<h5>Community Developer</h5> | ||
|
@@ -231,8 +231,8 @@ <h5>Community Developer</h5> | |
</div> | ||
<div class="social-icons"> | ||
<div class="align-icons"> | ||
<a href="https://www.linkedin.com/company/tillikids/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="/Images/linkedin.png" alt="linkedin icon"></a> | ||
<a href="https://github.com/tillioss/tilli-web-app" target="_blank" class="fa-brands fa-github"><img class="icon-img" src="/Images/github.png" alt="github icon"></a> | ||
<a href="https://www.linkedin.com/company/tillikids/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="Images/linkedin.png" alt="linkedin icon"></a> | ||
<a href="https://github.com/tillioss/tilli-web-app" target="_blank" class="fa-brands fa-github"><img class="icon-img" src="Images/github.png" alt="github icon"></a> | ||
</div> | ||
</div> | ||
</div> | ||
|