-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdata.json
29 lines (28 loc) · 929 Bytes
/
data.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
{
"name": "Le Vinh Khang",
"occupation": "Developer",
"bio": "He’s a student from Vietnam, living in Ho Chi Minh City. The blog is documentation about his programming journey, running on Amazon Hosting. He loves learning web technology, but he often forgets, and that's why he's writing.",
"contacts": {
"github": {
"link": "https://github.com/levinhkhangzz",
"username": "@levinhkhangzz"
},
"email": {
"link": "mailto:[email protected]",
"address": "[email protected]"
},
"twitter": {
"link": "https://twitter.com/aedotris",
"username": "@aedotris"
},
"instagram": {
"link": "https://instagram.com/williamcachamwri",
"username": "@williamcachamwri"
}
},
"footer": {
"madeByText": "Made by",
"author": "Le Vinh Khang",
"fontClass": "font-aquire"
}
}