forked from shalithasuranga/shalithasuranga.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
37 lines (33 loc) · 1.18 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"repo" : "https://github.com/shalithasuranga/shalithasuranga.github.io"
, "personalDetails" : {
"firstName" : "Shalitha",
"lastName" : "Suranga",
"description" : "Coding enthusiast 😋 <br/>FOSS Lover ❤️️ <br/>Software Developer 💻<br/><br/>#Software",
"cv" : "download/ShalithaSuranga_CV.pdf"
}
, "media" : {
"profileImage" : "https://avatars3.githubusercontent.com/u/18402702?s=460&v=4"
}
, "links" : {
"social" : {
"Facebook" : "https://www.fb.com/shalithasuranga",
"Twitter" : "https://www.twitter.com/ShalithaSuranga",
"Instagram" : "https://www.instagram.com/shalithasuranga"
},
"professional" : {
"LinkedIn" : "https://www.linkedin.com/in/shalithasuranga"
},
"coding" : {
"GitHub" : "https://github.com/shalithasuranga",
"Hackerrank" : "https://www.hackerrank.com/shalithasuranga",
"Hackerearth" : "https://www.hackerearth.com/@shalithasuranga"
},
"writing" : {
"TechBlog" : "http://shalithasuranga.me/blog",
"PersonalBlog" : "https://shalithasuranga.blogspot.com/",
"Stack" : "https://stackoverflow.com/users/3565513/shalitha-suranga",
"Quora" : "https://www.quora.com/profile/Shalitha-Suranga"
}
}
}