chore[devicon]: update to latest version and fix links
devicon project has been moved from github.com/konpa/devicon/ to github.com/devicons/devicon. Updates links and credits accordingly. Closes: #16
This commit is contained in:
parent
df90069efd
commit
f0bfa5e80a
|
@ -28,7 +28,8 @@ Switch to the `exampleSite` branch for info on the development workflow.
|
||||||
|
|
||||||
|===
|
|===
|
||||||
| Name | License | Description
|
| Name | License | Description
|
||||||
|
| github.com/devicons/devicon | MIT License | Icon Library
|
||||||
|
| github.com/FortAwesome/Font-Awesome | fontawesome.com/license/free | Icon Library
|
||||||
| github.com/gangjun06/SimpleIntro | Apache | Original work
|
| github.com/gangjun06/SimpleIntro | Apache | Original work
|
||||||
| github.com/konpa/devicon/ | MIT License | Demo Site Icon
|
|
||||||
| github.com/tailwindlabs/tailwindcss | MIT License | Css Library
|
| github.com/tailwindlabs/tailwindcss | MIT License | Css Library
|
||||||
|===
|
|===
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/fontawesome/css/all.min.css" >
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/fontawesome/css/all.min.css" >
|
||||||
|
|
||||||
<!-- CSS - Remote -->
|
<!-- CSS - Remote -->
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
|
Loading…
Reference in New Issue