diff options
| -rw-r--r-- | assets/telegram.svg | 1 | ||||
| -rw-r--r-- | index.html | 13 |
2 files changed, 4 insertions, 10 deletions
diff --git a/assets/telegram.svg b/assets/telegram.svg deleted file mode 100644 index 24dbdc9..0000000 --- a/assets/telegram.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" id="telegram"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="currentColor" d="M248 8C111 8 0 119 0 256S111 504 248 504 496 393 496 256 385 8 248 8zM363 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5q-3.3 .7-104.6 69.1-14.8 10.2-26.9 9.9c-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3q.8-6.7 18.5-13.7 108.4-47.2 144.6-62.3c68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9a10.5 10.5 0 0 1 3.5 6.7A43.8 43.8 0 0 1 363 176.7z"/></svg> @@ -24,24 +24,19 @@ B57D24D24689941074DB550ADA2322CFD52418EE </a> <div class="socials"> - <a href="https://github.com/pml68" class="icon" target="_blank" aria-label="GitHub"> - <svg class="social-icon" viewbox="0 0 512 512"> - <use href="/assets/github.svg#github"></use> - </svg> - </a> <a href="https://sr.ht/~pml68" class="icon" target="_blank" aria-label="Sourcehut"> <svg class="social-icon" viewbox="0 0 512 512"> <use href="/assets/sourcehut.svg#sourcehut"></use> </svg> </a> - <a href="https://dev.to/pml68" class="icon" target="_blank" aria-label="DEV.to"> + <a href="https://github.com/pml68" class="icon" target="_blank" aria-label="GitHub"> <svg class="social-icon" viewbox="0 0 512 512"> - <use href="/assets/dev.svg#dev"></use> + <use href="/assets/github.svg#github"></use> </svg> </a> - <a href="https://t.me/pml68_1" class="icon" target="_blank" aria-label="Telegram"> + <a href="https://dev.to/pml68" class="icon" target="_blank" aria-label="DEV.to"> <svg class="social-icon" viewbox="0 0 512 512"> - <use href="/assets/telegram.svg#telegram"></use> + <use href="/assets/dev.svg#dev"></use> </svg> </a> <a href="mailto:contact@pml68.dev" class="icon" target="_blank" aria-label="Email"> |
