-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
49 lines (49 loc) · 1.13 KB
/
db.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
{
"colegas": [
{
"id": 1,
"foto": "/images/julio.png",
"alt": "Foto do Julio",
"nome": "Julio Cesar",
"github": "https://github.com/JulioBuzzi"
},
{
"id": 2,
"foto": "/images/vitorS.png",
"alt": "Foto do Vitor S",
"nome": "Victor Stransky",
"github": "https://github.com/VictorStransky"
},
{
"id": 3,
"foto": "/images/rafael.png",
"alt": "Foto do Rafael",
"nome": "Rafael Iannini",
"github": "https://github.com/rafaeliannini"
},
{
"id": 4,
"foto": "/images/gabriel.png",
"alt": "Foto do Gabriel",
"nome": "Gabriel Dias",
"github": "https://github.com/GabrieldTostes"
}
],
"carousel": [
{
"image": "/imagens/cc.jpg",
"alt": "Slide 1"
},
{
"image": "/imagens/cc2.jpg",
"alt": "Slide 2"
}
],
"perfil": {
"avatar": "/images/joao.png",
"alt": "joao",
"nome": "João Pedro Machado",
"bio": "Desenvolvedor Full Stack JavaScript/HTML/CSS, Node.js, Python, SQL",
"linkedin": "https://www.linkedin.com/in/joão-pedro-machado-85714226a/"
}
}