Skip to content

Instantly share code, notes, and snippets.

@clarkhacks
Last active July 26, 2022 02:18
Show Gist options
  • Save clarkhacks/df50b2171284045b46d2e59eb048f50d to your computer and use it in GitHub Desktop.
Save clarkhacks/df50b2171284045b46d2e59eb048f50d to your computer and use it in GitHub Desktop.
Breadly Dashboard Links
{
"links": [
{
"title": "WKMN Development",
"target": "_blank",
"href": "https://www.wkmn.dev",
"icon": "fa fa-link"
},
{
"title": "Firebase",
"target": "_blank",
"href": "https://console.firebase.google.com/",
"icon": "fa fa-database"
},
{
"title": "VS Code",
"target": "_blank",
"href": "vscode://file/D:/Projects",
"icon": "fa fa-code"
},
{
"title": "GitHub",
"target": "_blank",
"href": "https://github.com/clarkhacks?tab=repositories",
"icon": "fa fa-github"
},
{
"title": "CodePen",
"target": "_blank",
"href": "https://codepen.io/",
"icon": "fa fa-codepen"
},
{
"title": "NoteSquire",
"target": "_blank",
"href": "https://notesquire.wkmn.app/",
"icon": "fa fa-pencil"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment