aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-01-16 19:35:26 +0100
committerpml68 <tutorialmester@gmail.com>2024-01-16 19:35:26 +0100
commitc36955aa450dd3fa8668e7c91a7822a3c087eb38 (patch)
treee437da8f865e0b158346b6f9ac0fe0c9ccbf6eea /src/lib
parentfeat: make max size for waves bigger (diff)
downloadpml68.dev-c36955aa450dd3fa8668e7c91a7822a3c087eb38.tar.gz
feat: add profile content, socials etc.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/socials.json16
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"
+ }
+ ]
+}