diff options
| -rw-r--r-- | assets/git.svg | 1 | ||||
| -rw-r--r-- | assets/sourcehut.svg | 1 | ||||
| -rw-r--r-- | index.html | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/assets/git.svg b/assets/git.svg new file mode 100644 index 0000000..cfb7302 --- /dev/null +++ b/assets/git.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" id="git"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path fill="currentColor" d="M439.6 236.1L244 40.5C238.6 35 231.2 32 223.6 32s-15 3-20.4 8.4l-40.7 40.6 51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3l-46.3-46.3 0 121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56l0-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4L204.1 471.6c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4L439.6 276.9c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4z"/></svg> diff --git a/assets/sourcehut.svg b/assets/sourcehut.svg deleted file mode 100644 index 25f93e5..0000000 --- a/assets/sourcehut.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" id="sourcehut"><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path></svg> @@ -24,9 +24,9 @@ B57D24D24689941074DB550ADA2322CFD52418EE </a> <div class="socials"> - <a href="https://sr.ht/~pml68" class="icon" target="_blank" aria-label="Sourcehut"> + <a href="https://git.pml68.dev" class="icon" target="_blank" aria-label="Git"> <svg class="social-icon" viewbox="0 0 512 512"> - <use href="/assets/sourcehut.svg#sourcehut"></use> + <use href="/assets/git.svg#git"></use> </svg> </a> <a href="https://github.com/pml68" class="icon" target="_blank" aria-label="GitHub"> |
