This repository has been archived by the owner on Jul 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.json
13 lines (13 loc) · 1.5 KB
/
links.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"linksAr": [
{ "title": "Dev Blog", "link": "https://edm00.se/blog", "icon": "fa-pencil", "descrip": "My development blog, on all things IBM XPages, Java, Node.js, AngularJS, and more." },
{ "title": "AMA", "link": "https://edm00.se/ama", "icon": "fa-question-circle-o", "descrip": "Ask Me (Nearly) Anything" },
{ "title": "Presentations", "link": "https://edm00.se/presentations", "icon": "fa-microphone", "descrip": "A roll-up of some of my notable presentations given at user group meetups and conferences." },
{ "title": "GitHub", "link": "https://edm00.se/gh", "icon": "fa-github", "descrip": "I love open source and coding. You can find a number of my projects and contributions here." },
{ "title": "GitHub Gists", "link": "https://edm00.se/gist", "icon": "fa-github-alt", "descrip": "Sometimes just quick thoughts, references, or backing snippets to my blog." },
{ "title": "CV", "link": "https://edm00.se/cv", "icon": "fa-file-text-o", "descrip": "Everyone has one parked somewhere." },
{ "title": "Twitter", "link": "https://edm00.se/twitter", "icon": "fa-twitter", "descrip": "I'm a big fan of twitter and it's probably one of the easiest ways to get ahold of me." },
{ "title": "LinkedIn", "link": "https://edm00.se/linkedin", "icon": "fa-linkedin", "descrip": "For business and professional connections." },
{ "title": "Google+", "link": "https://edm00.se/gplus", "icon": "fa-google-plus", "descrip": "Google services (including +) are handy, also another contact medium." }
]
}