-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
76 lines (73 loc) · 2.2 KB
/
Copy pathdata.json
File metadata and controls
76 lines (73 loc) · 2.2 KB
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
{
"education": [
{
"name": "UTN: Universidad Tecnológica Nacional",
"degree": "Information Systems Engineer",
"start": "April 2024",
"end": "In progress",
"logo": "https://cdn.aptoide.com/imgs/b/7/9/b7976fd6d55c8ff2d123cf6c2e079b07_icon.png"
},
{
"name": "La Salette Institute",
"degree": "Computer technician",
"start": "March 2018",
"end": "December 2023",
"logo": "https://lh4.googleusercontent.com/proxy/2ZzEkekfswuapTjRa5S3XjiHJ3kMMeymNilLNSGJfu4C32PO6H1ZqfTW5gp24HjcvWEZR95RFsWcTkg9Q5JUFb0TVAzlLFpPk9tOTalTQMC6z0JFRV8PpuF_FFZWPPTRbIVpL9nySaTtvqVnQHzHp37y4ChqBsRQKn7O7ddJktvdTZg8SCcL"
}
],
"experience": [
{
"name": "Streambe",
"start": "April 2023",
"end": "August 2023",
"logo": "https://streambe.com/wp-content/uploads/2025/07/cropped-favicom-streambe-argentina-1.png"
}
],
"courses": [
{
"name": "Data science",
"issuer": "Aprendé Programando | UTN Avellaneda",
"date": "July 2023",
"logo": "https://utnfra.wordpress.com/wp-content/uploads/2022/06/cropped-logo-redes_perfil-250x250-1.png?w=200"
},
{
"name": "Web development 3",
"issuer": "Aprendé Programando",
"date": "July 2023"
},
{
"name": "Web development 2",
"issuer": "Aprendé Programando",
"date": "February 2023"
},
{
"name": "Web development 1",
"issuer": "Aprendé Programando",
"date": "December 2022"
},
{
"name": "Robotic and 3D Printing",
"issuer": "Aprendé Programando",
"date": "July 2022"
}
],
"personal": {
"name": "Leonardo Da Silva",
"headline": "Information Systems Engineer Student",
"image": "https://avatars.githubusercontent.com/u/82286822",
"social": [
{
"name": "LinkedIn",
"logo": "https://upload.wikimedia.org/wikipedia/commons/8/81/LinkedIn_icon.svg",
"username": "leoeds",
"link": "https://www.linkedin.com/in/leoeds/"
},
{
"name": "GitHub",
"logo": "https://github.githubassets.com/favicons/favicon-dark.png",
"username": "Ezee1015",
"link": "https://www.github.com/Ezee1015/"
}
]
}
}