diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-16 19:35:26 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-16 19:35:26 +0100 |
| commit | c36955aa450dd3fa8668e7c91a7822a3c087eb38 (patch) | |
| tree | e437da8f865e0b158346b6f9ac0fe0c9ccbf6eea /src/lib | |
| parent | feat: make max size for waves bigger (diff) | |
| download | pml68.dev-c36955aa450dd3fa8668e7c91a7822a3c087eb38.tar.gz | |
feat: add profile content, socials etc.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/socials.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/socials.json b/src/lib/socials.json new file mode 100644 index 0000000..c5910d0 --- /dev/null +++ b/src/lib/socials.json @@ -0,0 +1,16 @@ +{ + "socials": [ + { + "link": "https://github.com/pml68", + "icon": "fa-github" + }, + { + "link": "https://dev.to/pml68", + "icon": "fa-dev" + }, + { + "link": "https://steamcommunity.com/id/nigmaballs", + "icon": "fa-steam" + } + ] +} |
