-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
54 lines (54 loc) · 1.65 KB
/
config.json
File metadata and controls
54 lines (54 loc) · 1.65 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
{
"user": {
"name": "Rubens Braz",
"role": "Electrical and Software Eng. | Industrial Innovation Analyst | Data Specialist",
"email": "contato@rubensbraz.com",
"github": "https://github.com/rubensbraz/rubensbraz.github.io"
},
"folders": {
"projects": [
{
"name": "Calcule Tudo",
"url": "https://calculetudo.com.br/",
"icon": "fa-solid fa-calculator"
},
{
"name": "Avicultura Gigante",
"url": "https://aviculturagigante.com/",
"icon": "fa-solid fa-egg"
},
{
"name": "Mar Coletivo",
"url": "https://mar.coletivo.eco.br/",
"icon": "fa-solid fa-water"
}
],
"links": [
{
"name": "My Website",
"url": "https://rubensbraz.com",
"icon": "fa-solid fa-globe"
},
{
"name": "Blog",
"url": "https://rubensbraz.com/blog/",
"icon": "fa-solid fa-rss"
},
{
"name": "Curriculum",
"url": "https://rubensbraz.com#cv",
"icon": "fa-solid fa-file-pdf"
},
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/rubensbraz/",
"icon": "fa-brands fa-linkedin"
},
{
"name": "GitHub",
"url": "https://github.com/rubensbraz/",
"icon": "fa-brands fa-github"
}
]
}
}