forked from thtauhid/terminal-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
75 lines (75 loc) · 2.62 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
{
"additional_commands": [
{
"label": "help",
"about": "View all commands"
},
{
"label": "clear",
"about": "Clear the screen"
},
{
"label": "history",
"about": "To know about history"
},
{
"label": "setname",
"about": "To replace default 'visitor' name with your name"
}
],
"options": [
{
"label": "about",
"about": "To know about me",
"value": "Hey there! I'm John Doe, a senior software engineer at Random Pvt. Ltd. in America with a love for crafting digital solutions."
},
{
"label": "skills",
"about": "To know about my skills",
"value": "I'm a versatile full-stack developer, adept at turning ideas into robust web applications. <br /> <br /> Proficient in MERN stack, Redux, React-Redux, Tailwind CSS, SQL, RESTful APIs and many more."
},
{
"label": "experience",
"about": "To know about my experience",
"value": "I have more than 10 years of experience.",
"data": [
{
"label": "Random Pvt Ltd",
"value": "Senior software engineer <br /> Year: 2015-present"
},
{
"label": "Example Pvt Ltd",
"value": "Associate Software engineer <br /> Year: 2010-2015"
}
]
},
{
"label": "projects",
"about": "To know about my projects",
"value": "I've had the pleasure of working on diverse projects that showcase my skills and creativity.",
"data": [
{
"label": "E-commerce Platform",
"value": "Designed and developed a dynamic e-commerce website, featuring seamless payment processing and an extensive product catalog."
},
{
"label": "Inventory Management System",
"value": "Crafted an intuitive application for efficient tracking and management of inventory in warehouse environments."
},
{
"label": "Social Media Analytics Dashboard",
"value": "Built a powerful tool for analyzing social media data, providing insightful reports and visualizations."
},
{
"label": "Real-time Chat Application",
"value": "Developed a cutting-edge messaging app with real-time capabilities, supporting both group chats and a fun array of emojis."
}
]
},
{
"label": "contact",
"about": "To get my contact details",
"value": "Feel free to reach out! You can contact me for any inquiries or collaborations. <br/> Email: [email protected] <br/> GitHub: https://github.com/johnDoe <br/> LinkedIn: https://www.linkedin.com/in/johndoe"
}
]
}