-
Notifications
You must be signed in to change notification settings - Fork 0
/
resumeData.json
155 lines (154 loc) · 4.94 KB
/
resumeData.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
{
"main": {
"name":"Simone's Website",
"description":"Hi! I'm Simone Boldrini, came from Bologna(IT) and this is my personal website",
"image":"BOLDRINI_15.jpg",
"bio":" Hi I'm simone, a junior majoring in computer science, I am currently interested in considering different activities in the area of my schooling and academic training with particular preference towards programming and software engineering figure. I have always been passionate about information technology and its applications aimed at improving business organizations and the process innovations they trigger. I am therefore interested in building my own specific professionalism in the field.",
"contactmessage":"Here is where you should write your message to readers to have them get in contact with you.",
"email": "[email protected]",
"phone": "+39 3477372839",
"github":"https://github.com/minosse99",
"project":"https://drive.google.com/file/d/1PYWlpMlnuYhAG7GbB9P986rt4GPRogwG/view?usp=sharing",
"tesi":"https://drive.google.com/file/d/1CivYdkctFPOvXKsALI2SF5Q6oHU3eZ5Y/view?usp=sharing",
"address":{
"street":"via Quasimodo",
"city":"Castel Maggiore(BO)",
"state":"Italy",
"zip": "40013"
},
"website": "http://www.timbakerdev.com",
"resumedownload":"http://timbakerdev.com",
"social":[
{
"name":"facebook",
"url":"https://www.facebook.com/simone.boldrini.311",
"className":"fa fa-facebook"
},
{
"name":"twitter",
"url":"https://twitter.com/Simone45769074",
"className":"fa fa-twitter"
},
{ "name":"instagram",
"url":"https://www.instagram.com/boldrinisimone_/?hl=it",
"className":"fa fa-instagram"
},
{
"name":"github",
"url":"https://github.com/minosse99",
"className":"fa fa-github"
},{
"name":"linkedin",
"url":"https://www.linkedin.com/in/simone-boldrini-208877206/",
"className":"fa fa-linkedin"
}
],
"testimonials":[{
"user":"Athur C.Clarke",
"text":" 'Any sufficiently advanced technology is indistinguishable from magic.' "
}]
},
"resume":{
"skillmessage":"Here you can see the technologies in which I have specialized",
"education":[
{
"school":"Alma Mater Studiorum - Università di Bologna",
"degree":"Master's Degree - Computer Science",
"graduated":"expeting December 2023",
"started": "September 2021",
"tesi":"-",
"diploma":"-",
"description":" "
},{
"school":"Alma Mater Studiorum - Università di Bologna",
"degree":"Bachelor's Degree - Computer Science",
"graduated":"October 2021",
"started": "September 2018",
"tesi":"https://drive.google.com/file/d/1CivYdkctFPOvXKsALI2SF5Q6oHU3eZ5Y/view?usp=sharing",
"diploma":"https://drive.google.com/file/d/1lFcjBTekeL1JctpokVXw8U3nAuTh89o3/view?usp=sharing",
"description":" "
},
{
"school":"ITT Aldini Valeriani",
"degree":"Computer Technician",
"started": "September 2015",
"graduated":"June 2018",
"description":" ",
"tesi":"-",
"diploma":"-"
}
],
"work":[
{
"company":"DATALOGIC S.r.l. Bologna",
"title":"Mobile/ Handheld",
"years":"March 2017 | November 2017",
"description":" curricular internship"
}
],
"skills":[
{
"name":"C++",
"level":"80%"
},
{
"name":"C",
"level":"70%"
},
{
"name":"Java",
"level":"80%"
},
{
"name":"Python",
"level":"40%"
},
{
"name":"ReactJs",
"level":"50%"
},
{
"name":"CSS",
"level":"30%"
},
{
"name":"PHP",
"level":"30%"
}
]
},
"portfolio":{
"projects": [
{
"title":"Canadian Wanderlust",
"category":"My Travel Blog for my post-university travels",
"image":"canadian-wanderlust.jpg",
"url":"https://www.canadianwanderlust.com"
},
{
"title":"Fury Fighting Gear",
"category":"(offline now) A fighting gear company I started",
"image":"fury-fighting-gear.jpg",
"url":"http://www.timbakerdev.com"
},
{
"title":"Original Thai Food",
"category":"Website I built for a restaurant I like in Thailand",
"image":"original-thai-food.jpg",
"url":"http://www.timbakerdev.com/originalthaifood.github.io"
},
{
"title":"Resume Website",
"category":"A React based resume website template",
"image":"resume-website.jpg",
"url":"http://www.timbakerdev.com"
},
{
"title":"Smirkspace",
"category":"(MVP Only) A React and Meteor based chat University project.",
"image":"smirkspace.jpg",
"url":"http://www.smirkspace.com"
}
]
}
}