25 lines
493 B
JSON
25 lines
493 B
JSON
{
|
|
"main": [
|
|
{
|
|
"name": "facebook",
|
|
"icon": "fab fa-facebook",
|
|
"link": "https://www.facebook.com/"
|
|
},
|
|
{
|
|
"name": "twitter",
|
|
"icon": "fab fa-x-twitter",
|
|
"link": "https://x.com/dam_consulting"
|
|
},
|
|
{
|
|
"name": "github",
|
|
"icon": "fab fa-github",
|
|
"link": "https://https://gitea.damconsulting.llc/DAM/"
|
|
},
|
|
{
|
|
"name": "linkedin",
|
|
"icon": "fab fa-linkedin",
|
|
"link": "https://www.linkedin.com/"
|
|
}
|
|
]
|
|
}
|