forked from rbhatia46/React-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resumeData.js
106 lines (105 loc) · 3.13 KB
/
resumeData.js
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
let resumeData = {
"imagebaseurl":"https://rbhatia46.github.io/",
"name": "Rahul Bhatia",
"role": "Frontend Developer and Data Scientist",
"linkedinId":"Your LinkedIn Id",
"skypeid": "Your skypeid",
"roleDescription": "I like dabbling in various parts of frontend development and like to learn about new technologies, write technical articles or simply play games in my free time.",
"socialLinks":[
{
"name":"linkedin",
"url":"https://www.linkedin.com/in/rahul-bhatia-67ba08121/",
"className":"fa fa-linkedin"
},
{
"name":"github",
"url":"http://github.com/rbhatia46",
"className":"fa fa-github"
},
{
"name":"skype",
"url":"http://twitter.com/rbhatia46",
"className":"fa fa-twitter"
}
],
"aboutme":"I am currently a pre-final year student at The LNM Institute of Information Technology and pursuing my B.Tech from here. I am a self taught Full Stack Web Developer, currently diving deeper into Machine Learning. I believe that to be successful in life, one needs to be obsessive with their dreams and keep working towards them.",
"address":"India",
"website":"https://rbhatia46.github.io",
"education":[
{
"UniversityName":"The LNM Insitute of Information Technology",
"specialization":"Some specialization",
"MonthOfPassing":"Aug",
"YearOfPassing":"2020",
"Achievements":"Some Achievements"
},
{
"UniversityName":"Some University",
"specialization":"Some specialization",
"MonthOfPassing":"Jan",
"YearOfPassing":"2018",
"Achievements":"Some Achievements"
}
],
"work":[
{
"CompanyName":"Some Company",
"specialization":"Some specialization",
"MonthOfLeaving":"Jan",
"YearOfLeaving":"2018",
"Achievements":"Some Achievements"
},
{
"CompanyName":"Some Company",
"specialization":"Some specialization",
"MonthOfLeaving":"Jan",
"YearOfLeaving":"2018",
"Achievements":"Some Achievements"
}
],
"skillsDescription":"Your skills here",
"skills":[
{
"skillname":"HTML5"
},
{
"skillname":"CSS"
},
{
"skillname":"Reactjs"
}
],
"portfolio":[
{
"name":"project1",
"description":"mobileapp",
"imgurl":"images/portfolio/phone.jpg"
},
{
"name":"project2",
"description":"mobileapp",
"imgurl":"images/portfolio/project.jpg"
},
{
"name":"project3",
"description":"mobileapp",
"imgurl":"images/portfolio/project2.png"
},
{
"name":"project4",
"description":"mobileapp",
"imgurl":"images/portfolio/phone.jpg"
}
],
"testimonials":[
{
"description":"This is a sample testimonial",
"name":"Some technical guy"
},
{
"description":"This is a sample testimonial",
"name":"Some technical guy"
}
]
}
export default resumeData