20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"main": [
|
|
{
|
|
"name": "twitter",
|
|
"icon": "fab fa-x-twitter",
|
|
"link": "https://twitter.com/cgsmith105"
|
|
},
|
|
{
|
|
"name": "github",
|
|
"icon": "fab fa-github",
|
|
"link": "https://github.com/cgsmith/fivedevs.com"
|
|
},
|
|
{
|
|
"name": "linkedin",
|
|
"icon": "fab fa-linkedin",
|
|
"link": "https://www.linkedin.com/in/phpguy"
|
|
}
|
|
]
|
|
}
|