-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
69 lines (69 loc) · 2.26 KB
/
data.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
{
"settings": {
"favicon": "./assets/img/favicon.png",
"pageDescription": "Página de links de Guilherme Soares Cota, desenvolvedor experiente e consultor técnico.",
"pageKeywords": "Guilherme Soares Cota, Links, Desenvolvedor, Github, LinkedIn, Consultoria",
"bottons": {
"linksBorderRadius": "30px",
"socialMediaBorderRadius": "50%"
},
"colors": {
"background": "#f3f2f2",
"primary": "#4F5B93",
"secondary": "#333b47",
"linkText": "#fff",
"socialIconBackground": "#dddddd"
}
},
"user": {
"photo100px": "./assets/img/perfil.webp",
"name": "Guilherme Soares Cota",
"nameWritingAnimation": true,
"bio": "<Software Engineer 👩💻 Full Stack/>",
"username": "@guiscota"
},
"links": [
{
"text": "Website",
"url": "https://guiscota.dev",
"classIcon": "fa fa-globe"
},
{
"text": "GitHub",
"url": "https://github.com/guiscota",
"classIcon": "fa fa-github"
},
{
"text": "LinkedIn",
"url": "https://www.linkedin.com/in/guiscota",
"classIcon": "fa fa-linkedin-square"
}
],
"socialMedias": [
{
"text": "Instagram",
"url": "https://www.instagram.com/guiscota",
"classIcon": "fa fa-instagram"
},
{
"text": "Facebook",
"url": "https://www.facebook.com/guiscota",
"classIcon": "fa fa-facebook-f"
},
{
"text": "WhatsApp",
"url": "https://api.whatsapp.com/send?text=Ol%C3%A1%20Guilherme!%20Eu%20vi%20o%20seu%20site,%20e%20gostaria%20de%20conversar.&phone=+5537999096306",
"classIcon": "fa fa-whatsapp"
},
{
"text": "E-mail",
"url": "mailto:contato@guiscota.dev?Subject=Ol%C3%A1%20Guilherme!%20Eu%20vi%20o%20seu%20site,%20e%20gostaria%20de%20conversar.",
"classIcon": "fa fa-envelope-o"
},
{
"text": "Project GitHub",
"url": "https://github.com/guiscota/links",
"classIcon": "fa fa-download"
}
]
}