Files
freeCodeCamp/common/app/components/Footer/links.json
Berkeley Martinez a8540bee35 add initial react app
2015-06-17 21:04:28 -07:00

45 lines
1.1 KiB
JSON

[
{
"className": "ion-speakerphone",
"content": " Blog  ",
"href": "http://blog.freecodecamp.com",
"target": "_blank"
},
{
"className": "ion-social-twitch-outline",
"content": " Twitch  ",
"href": "http://www.twitch.tv/freecodecamp",
"target": "_blank"
},
{
"className": "ion-social-github",
"content": " Github  ",
"href": "http://github.com/freecodecamp",
"target": "_blank"
},
{
"className": "ion-social-twitter",
"content": " Twitter  ",
"href": "http://twitter.com/freecodecamp",
"target": "_blank"
},
{
"className": "ion-social-facebook",
"content": " Facebook  ",
"href": "http://facebook.com/freecodecamp",
"target": "_blank"
},
{
"className": "ion-information-circled",
"content": " About  ",
"href": "/learn-to-code",
"target": "_self"
},
{
"className": "ion-locked",
"content": " Privacy  ",
"href": "/privacy'",
"target": "_self"
}
]