-
Notifications
You must be signed in to change notification settings - Fork 145
/
data.json
135 lines (135 loc) · 4.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
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
{
"main": {
"name": "Jhon Doe",
"shortDesc": "I focus on developing user-friendly web applications that meet the client's requirements, with attention to detail, scalability, and performance.",
"titles": [
"Frontend Development",
"Backend Development",
"App Development"
],
"heroImage": "https://img.freepik.com/free-psd/3d-illustration-person-with-sunglasses_23-2149436188.jpg",
"techStackImages": [
"https://img.icons8.com/color/144/000000/material-ui.png",
"https://img.icons8.com/color/144/000000/html-5--v1.png",
"https://img.icons8.com/color/144/000000/redux.png",
"https://img.icons8.com/color/144/000000/chakra-ui.png"
]
},
"about": {
"aboutImage": "https://img.freepik.com/free-psd/3d-illustration-person-with-sunglasses_23-2149436188.jpg",
"aboutImageCaption": "< I build stuff 🚀/>",
"title": "Full Stack Developer",
"about": "I am a Full-Stack developer based in Pune, India. I'm an Information Technology undergraduate from SPPU, and my journey in web development began during my first year of college. I'm passionate about creating beautiful, functional, and user-friendly websites and applications, and I'm constantly pushing myself to learn and grow as a developer. Love building full-stack clones and side projects.",
"callUrl": "",
"resumeUrl": ""
},
"socials": [
{
"icon": "FaLinkedin",
"link": "https://www.linkedin.com/in/jhon-doe"
},
{
"icon": "FaGithub",
"link": "https://github.com/jhon-doe"
},
{
"icon": "FaInstagram",
"link": "https://www.instagram.com/jhondoe"
},
{
"icon": "FaTwitter",
"link": "https://twitter.com/jhondoe"
}
],
"skills": [
{
"name": "JavaScript",
"image": "https://img.icons8.com/color/144/null/javascript--v1.png",
"category": "Frontend"
},
{
"name": "Firebase",
"image": "https://img.icons8.com/color/144/null/firebase.png",
"category": "Backend"
},
{
"name": "GitHub",
"image": "https://img.icons8.com/material-outlined/96/null/github.png",
"category": "Tools"
}
],
"projects": [
{
"name": "Project Title",
"techstack": "HTML5, CSS3, JavaScript, jQuery",
"category": "MERN Stack",
"image": "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210114225740/10-Best-Web-Development-Project-Ideas-For-Beginners-in-2021.png",
"links": {
"code": "",
"video": "",
"visit": ""
}
},
{
"name": "Project Title",
"techstack": "Flutter, Dart, Firebase",
"category": "Flutter",
"image": "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210114225740/10-Best-Web-Development-Project-Ideas-For-Beginners-in-2021.png",
"links": {
"code": "",
"video": "",
"visit": ""
}
},
{
"name": "Project Title",
"techstack": "PHP, MySQL, HTML5, CSS3, Bootstrap, JavaScript",
"category": "LAMP Stack",
"image": "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210114225740/10-Best-Web-Development-Project-Ideas-For-Beginners-in-2021.png",
"links": {
"code": "",
"video": "",
"visit": ""
}
}
],
"educations": [
{
"institute": "XYZ School | CBSE",
"degree": "HSC Science",
"duration": "2014 - 2016"
},
{
"institute": "XYZ College Of Engineering",
"degree": "B.Tech CSE",
"duration": "2016 - 2020",
"desc": [
"Pursuing IT Engineering course from ABC University",
"Worked on web application development using HTML, CSS, and JavaScript, designing a database system using SQL",
"Familiar with software development methodologies and project management practices, including Agile and Waterfall methodologies."
]
}
],
"experiences": [
{
"company": "ABC Tech Solutions",
"position": "Web Developer",
"duration": "2020 -2022",
"desc": [
"Assisted with design and development of project.",
"Worked on building the product from scratch and built multiple dashboards.",
"Skills: HTML · CSS · JavaScript · TailwindCSS · ReactJS · NodeJS · MySQL · REST APIs"
]
},
{
"company": "XYZ Tech Solutions",
"position": "Web Developer",
"duration": "2022 - present",
"desc": [
"Assisted with design and development of project.",
"Worked on building the product from scratch and built multiple dashboards.",
"Skills: HTML · CSS · JavaScript · TailwindCSS · ReactJS · NodeJS · MySQL · REST APIs"
]
}
]
}