Website: Socials added forgejo
This commit is contained in:
parent
46e5c3d313
commit
f1d5994f8e
2 changed files with 56 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
import GitHubIcon from '$lib/icons/socials/github.svelte';
|
import GitHubIcon from '$lib/icons/socials/github.svelte';
|
||||||
import LinkedInIcon from '$lib/icons/socials/linkedin.svelte';
|
import LinkedInIcon from '$lib/icons/socials/linkedin.svelte';
|
||||||
import EmailIcon from '$lib/icons/socials/email.svelte';
|
import EmailIcon from '$lib/icons/socials/email.svelte';
|
||||||
|
import ForgejoIcon from '$lib/icons/socials/forgejo.svelte';
|
||||||
import RssIcon from '$lib/icons/rss.svelte';
|
import RssIcon from '$lib/icons/rss.svelte';
|
||||||
import MastodonIcon from '$lib/icons/socials/mastodon.svelte';
|
import MastodonIcon from '$lib/icons/socials/mastodon.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
@ -16,6 +17,14 @@
|
||||||
>
|
>
|
||||||
<GitHubIcon />
|
<GitHubIcon />
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://git.askar.tv/nomad"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
title="See my personal Git profile"
|
||||||
|
>
|
||||||
|
<ForgejoIcon />
|
||||||
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://www.linkedin.com/in/sager-alaskar-b8b6bb33b/"
|
href="https://www.linkedin.com/in/sager-alaskar-b8b6bb33b/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
47
src/lib/icons/socials/forgejo.svelte
Normal file
47
src/lib/icons/socials/forgejo.svelte
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
<svg
|
||||||
|
width="100%"
|
||||||
|
height="100%"
|
||||||
|
stroke-width="13.25"
|
||||||
|
viewBox="0 0 212 212"
|
||||||
|
fill="none"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
>
|
||||||
|
<g transform="translate(6,6)">
|
||||||
|
<path
|
||||||
|
d="M58 168 v-98 a50 50 0 0 1 50-50 h20"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M58 168 v-30 a50 50 0 0 1 50-50 h20"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
/>
|
||||||
|
<circle
|
||||||
|
cx="142"
|
||||||
|
cy="20"
|
||||||
|
r="18"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
/>
|
||||||
|
<circle
|
||||||
|
cx="142"
|
||||||
|
cy="88"
|
||||||
|
r="18"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
/>
|
||||||
|
<circle
|
||||||
|
cx="58"
|
||||||
|
cy="180"
|
||||||
|
r="18"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 821 B |
Loading…
Reference in a new issue