-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
42 lines (42 loc) · 1.15 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
{
"name": "Neeraj Aggarwal",
"image": "https://neerajaggarwal.com/assets/profile.jpg",
"tagline": "This is an example tagline.",
"theme": { "color": "#002373" },
"sections": [
{
"sectionName": "Currently",
"points": [
{
"sectionPointName": "Experience 1",
"sectionTime": "June 1, 2020",
"sectionDescription": "This is a project description."
},
{
"sectionPointName": "Experience 2",
"sectionTime": "June 3, 2020",
"sectionDescription": "This is a project description."
}
]
},
{
"sectionName": "Previously",
"points": [
{
"sectionPointName": "Experience 3",
"sectionTime": "June 1, 2020",
"sectionDescription": "This is a project description."
},
{
"sectionPointName": "Experience 4",
"sectionTime": "June 3, 2020",
"sectionDescription": "This is a project description."
}
]
}
],
"footerLinks": [
{ "linkName": "LinkedIn", "link": "https://neeraj.lol" },
{ "linkName": "Github", "link": "https://github.com/n3a9" }
]
}