-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdata.json
155 lines (155 loc) · 3.26 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"header": {
"logo": "",
"menu": [
{
"title": "Resume",
"href": ""
},
{
"title": "CodeMentor",
"href": ""
},
{
"title": "My Story",
"href": ""
},
{
"title": "Services",
"href": ""
},
{
"title": "Hobbies",
"href": ""
},
{
"title": "Open Source",
"href": ""
}
],
"socialLinks": [
{
"type": "linkedin",
"href": ""
},
{
"title": "github",
"href": ""
}
]
},
"blocks": [
{
"type": "youtube-video",
"title": "Watch My Story",
"url": "https://www.youtube.com/embed/oagszCmJLpU"
},
{
"type": "text-with-image",
"imageUrl": "",
"text": "Markdown text here"
},
{
"type": "three-columns-text",
"tile": "Services",
"columns": [
{
"iconUrl": "",
"title": "Data visualization",
"text": "I started my data visualization journey at the WSJ during the 2012 elections..."
},
{
"iconUrl": "",
"title": "Freelance Developing",
"text": "With over 10 years of experiences..."
},
{
"iconUrl": "",
"title": "Facebook Marketing",
"text": "I became fascinated with Facebook Marketing when..."
}
]
},
{
"type": "timeline",
"data": {
"tags": [
{
"name": "Tech",
"color": "#ff633c"
},
{
"name": "Startups",
"color": "#de2f66"
},
{
"name": "Freelance",
"color": "#88eb6c"
},
{
"name": "Jobs",
"color": "#d3e041"
}
],
"developments": [
{
"title": "The Doctor's Channel",
"iconUrl": "/assets/...",
"tag": "Jobs",
"begin": "2011/01",
"end": "2011/03"
},
{
"title": "Tanya Taylor",
"iconUrl": "/assets/...",
"tag": "Jobs",
"begin": "2012/01",
"end": "2013/12"
}
]
}
},
{
"type": "recommendations",
"title": "Vetted On",
"list": [{"icon": "/assets/","link": "http://..."}]
},
{
"type": "testimonials",
"testimonials": [
{
"pictureUrl": "assets/man_photo.png",
"name": "Mihn Mai Optimus",
"text": ""
}
]
},
{
"type": "list-of-things",
"list": [
{
"type": "text-with-button",
"imageUrl": "",
"text": "Markdown text here",
"buttonText": "View",
"buttonLink": "http://.."
}
]
},
{
"type": "Portfolio",
"projects": [
{
"title": "Crypto Landscape Viz",
"description": "D3 visualization about the relationships of crypt currency projects by observing interactions on Github and Twitter.",
"buttons": {
"View": "http://",
"Backend": "http://",
"Frontend": "http://",
"Code": "http://"
}
}
]
}
]
}