blob: ea4c1abffe828ecdabbdbb301ffc1eba63205a24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"socials": [
{
"link": "https://github.com/pml68",
"icon": "fab fa-github"
},
{
"link": "https://dev.to/pml68",
"icon": "fab fa-dev"
},
{
"link": "https://steamcommunity.com/id/nigmaballs",
"icon": "fab fa-steam"
},
{
"link": "https://t.me/pml68_1",
"icon": "fab fa-telegram"
},
{
"link": "mailto:contact@pml68.me",
"icon": "fas fa-envelope"
}
]
}
|