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:
f-dinucci 2022-05-30 00:50:19 +02:00 committed by Giuseppe Masino
parent df90069efd
commit f0bfa5e80a
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,8 @@ Switch to the `exampleSite` branch for info on the development workflow.
|===
| 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/konpa/devicon/ | MIT License | Demo Site Icon
| github.com/tailwindlabs/tailwindcss | MIT License | Css Library
|===

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}/fontawesome/css/all.min.css" >
<!-- 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 -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">